X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fep93xx%2FMakefile;h=7e7422b192b01490b190a068c09f1bdd9f4cfe01;hb=ef5e4b31330899d7b9bf40dc4340867c52173386;hp=049aa7bbf97b7e6c0e7f4173b806f28e505e31ef;hpb=f3ecabebdb5e8ae1ba209ef30cf867dc7ed8ae74;p=openwrt.git diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 049aa7bbf9..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.8.6 +KERNEL_PATCHVER:=3.8 DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk -KERNELNAME:="uImage" +KERNELNAME:=uImage $(eval $(call BuildTarget))