X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns21xx%2FMakefile;h=2b0d7f2edf3e01c79a702d26eb966edabcb3ab29;hb=c7accbe45c917e40dcf8e692057be71ae6da6734;hp=8dfec8a75a358c589df3cc57c04998d66c513717;hpb=f21c103e5a69f7e6c18fc33fc6da1940f2307c60;p=openwrt.git diff --git a/target/linux/cns21xx/Makefile b/target/linux/cns21xx/Makefile index 8dfec8a75a..2b0d7f2edf 100644 --- a/target/linux/cns21xx/Makefile +++ b/target/linux/cns21xx/Makefile @@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns21xx BOARDNAME:=Cavium Networks Econa CNS21xx -FEATURES:=squashfs broken -CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves +FEATURES:=squashfs +CPU_TYPE:=fa526 -LINUX_VERSION:=3.2.13 +LINUX_VERSION:=3.10.44 include $(INCLUDE_DIR)/target.mk @@ -24,4 +24,6 @@ define Target/Description Build firmware images for Cavium Networks CNS21XX based boards. endef +KERNELNAME:="zImage uImage" + $(eval $(call BuildTarget))