X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmcs814x%2FMakefile;h=af1548fad36edf75e6471229960bd2f6fa041e24;hb=93f2aa44f7833bd8d762ae4ef62c9f681ed58eef;hp=a5818491cd005aedbfeb2780e36e02e5a4114b28;hpb=3cd753408d40878e2742ddec73a78c6b248264b4;p=oweals%2Fopenwrt.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))