X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=817bb317ef977e7fd61df2fce73d13d923cc681b;hp=26b946f6092cc614283e9e9980caf079dcad53da;hb=2c416b1db09af5d401653c6479a53430fdc81f21;hpb=9e78becbac318cecf7f444d94d332591f33df35a diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 26b946f609..817bb317ef 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,22 @@ 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 -fno-caller-saves -MAINTAINER:=Imre Kaloz +FEATURES:=squashfs fpu gpio pcie usb usbgadget +CPU_TYPE:=mpcore +CPU_SUBTYPE:=vfp +MAINTAINER:=Felix Fietkau -LINUX_VERSION:=3.1.10 - -include $(INCLUDE_DIR)/target.mk +KERNEL_PATCHVER:=4.9 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-mini $(eval $(call BuildTarget))