X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=c944d1c1a584d0ee69f9ba8a3917d361db63fe81;hb=0e8f2fc7def4b43af56fe457f63ccc5676797b21;hp=a638661aa86ed6077726794f771ee9e00d9968b8;hpb=466d98bf88c18b2c324d7150a21ec9f3d91cf17f;p=openwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index a638661aa8..c944d1c1a5 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 broken +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.3.8 +LINUX_VERSION:=3.8.6 include $(INCLUDE_DIR)/target.mk @@ -24,4 +24,6 @@ endef KERNELNAME:="uImage" +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini + $(eval $(call BuildTarget))