X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmcs814x%2FMakefile;h=af1548fad36edf75e6471229960bd2f6fa041e24;hb=93f2aa44f7833bd8d762ae4ef62c9f681ed58eef;hp=dac17b8f90eb5dfb21b7c6525e34ce8a14362412;hpb=73c4d73d6d3ba54ac0089f2619a6305277f4889d;p=oweals%2Fopenwrt.git diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index dac17b8f90..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:=usb squashfs -CFLAGS=-Os -pipe -march=armv5te -mtune=arm926ej-s +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))