X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns21xx%2FMakefile;h=6e011f87e31a36b2fa08237ed33bfbffff637868;hb=727c59f7ac397e1a561d3ba24078a269c49e4288;hp=6e5fa6f5650a1536d43d2d1b20fff9d469878d73;hpb=d46648401aee20c4983693e87620f84563e41cb6;p=openwrt.git diff --git a/target/linux/cns21xx/Makefile b/target/linux/cns21xx/Makefile index 6e5fa6f565..6e011f87e3 100644 --- a/target/linux/cns21xx/Makefile +++ b/target/linux/cns21xx/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns21xx -BOARDNAME:=Cavium Networks CNS21xx -FEATURES:=squashfs broken -CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves +BOARDNAME:=Cavium Networks Econa CNS21xx +FEATURES:=squashfs +CPU_TYPE:=fa526 -LINUX_VERSION:=2.6.36.4 +LINUX_VERSION:=3.10.26 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))