X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=4df77967bf6c23d6b728574ff1c65d4c16466d2a;hb=03fd38d6128873de0d3b1be9615917c0679efc0f;hp=c7f55ee5cd69aa9f48bae0b25894fef6e0d2656d;hpb=81059a2a96f8d2500609d22b8d4cbfba93f2157a;p=oweals%2Fopenwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index c7f55ee5cd..4df77967bf 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,19 +9,20 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns3xxx BOARDNAME:=Cavium Networks Econa CNS3xxx -FEATURES:=squashfs fpu gpio -CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time -MAINTAINER:=Imre Kaloz - -LINUX_VERSION:=2.6.31.14 - -include $(INCLUDE_DIR)/target.mk +FEATURES:=squashfs fpu gpio pcie usb usbgadget +CPU_TYPE:=mpcore +CPU_SUBTYPE:=vfp +KERNEL_PATCHVER:=4.19 define Target/Description Build images for Cavium Networks Econa CNS3xxx based boards, eg. the Gateworks Laguna family endef -KERNELNAME:="uImage" +include $(INCLUDE_DIR)/target.mk + +KERNELNAME:=zImage + +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-basic $(eval $(call BuildTarget))