X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fmcs814x%2FMakefile;h=af1548fad36edf75e6471229960bd2f6fa041e24;hb=93f2aa44f7833bd8d762ae4ef62c9f681ed58eef;hp=018cdb0754ac98e848ba9928e239c90050ee4e2b;hpb=f4afa00862b7db8a2da8c012843a286716c0a534;p=oweals%2Fopenwrt.git diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index 018cdb0754..af1548fad3 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -9,11 +9,13 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mcs814x BOARDNAME:=Moschip MCS814x -FEATURES:=pci usb -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 include $(INCLUDE_DIR)/target.mk @@ -22,8 +24,8 @@ DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) \ kmod-usb-storage kmod-fs-vfat \ kmod-nls-cp437 kmod-nls-iso8859-1 kmod-nls-iso8859-15 \ kmod-nls-utf8 \ - kmod-mcs814x-wdt + kmod-mcs814x-wdt kmod-ledtrig-usbdev -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs $(eval $(call BuildTarget))