X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fep93xx%2FMakefile;h=7e7422b192b01490b190a068c09f1bdd9f4cfe01;hb=32bf87b346e4199536e9eb2aeac99108ddd28bb1;hp=2c5372631b1b1bfd6fc06fb648438e12f832ba90;hpb=20ee6d16eb1fee01ebac3aa892ff29393618486d;p=openwrt.git diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 2c5372631b..7e7422b192 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -9,16 +9,16 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=ep93xx BOARDNAME:=Cirrus Logic EP93xx -FEATURES:=squashfs jffs2 ext4 targz usb display sound -CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves +FEATURES:=squashfs ext4 targz usb display sound +CPU_TYPE:=arm920t MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.3.8 +KERNEL_PATCHVER:=3.8 DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=uImage $(eval $(call BuildTarget))