X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=50c0e948f29e890185048214ea21f821da4b8810;hb=c7b19c2d0c053ca21b7287c2fe0c16fbd3b9f4d4;hp=26b946f6092cc614283e9e9980caf079dcad53da;hpb=acd1d54c2837a1d1189daf2d3d2b71b5ee1680d4;p=openwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 26b946f609..50c0e948f2 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,11 +9,11 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=cns3xxx BOARDNAME:=Cavium Networks Econa CNS3xxx -FEATURES:=squashfs fpu gpio +FEATURES:=squashfs fpu gpio pcie usb usbgadget CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves MAINTAINER:=Imre Kaloz -LINUX_VERSION:=3.1.10 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk @@ -24,4 +24,6 @@ endef KERNELNAME:="uImage" +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini + $(eval $(call BuildTarget))