X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmcs814x%2FMakefile;h=af1548fad36edf75e6471229960bd2f6fa041e24;hb=c11df91b49f1bfa49aceea1280762c94e55f4c4d;hp=a5818491cd005aedbfeb2780e36e02e5a4114b28;hpb=c48bcd5433eb9beff249011f0fc26caa3f7b3021;p=openwrt.git diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index a5818491cd..af1548fad3 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mcs814x BOARDNAME:=Moschip MCS814x -FEATURES:=pci usb squashfs jffs2 -CFLAGS=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves +FEATURES:=usb squashfs low_mem +CPU_TYPE:=arm926ej-s MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.3.8 +KERNEL_PATCHVER:=3.18 DEVICE_TYPE:=other @@ -26,6 +26,6 @@ DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) \ kmod-nls-utf8 \ kmod-mcs814x-wdt kmod-ledtrig-usbdev -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs $(eval $(call BuildTarget))