X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns21xx%2FMakefile;h=a08679589a097e7b42c0ab1774588bda2470b1c9;hb=40b6cba8e4c4f053cd423a38e29c06fd2a27cb21;hp=cc7f18c756881c10a0a7bc48fe8da512a0d6c09a;hpb=0039733662eee4022247c673feb616f17d8c12b3;p=openwrt.git diff --git a/target/linux/cns21xx/Makefile b/target/linux/cns21xx/Makefile index cc7f18c756..a08679589a 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 +FEATURES:=squashfs CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves -LINUX_VERSION:=3.6.11 +LINUX_VERSION:=3.8.13 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))