X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=aeca8f678968a6c4e4d4c7d17528c711131fc8f4;hb=9391a803d1520d9df095d750b5c98c48f922e5c2;hp=4d02c5c22b3804655fad2ddd85a42110e6b07bcb;hpb=e2e4e12a9a8ca41c0f9d79d1d9c634406b316c20;p=openwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 4d02c5c22b..aeca8f6789 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:=2.6.39.2 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk @@ -24,4 +24,6 @@ endef KERNELNAME:="uImage" +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini + $(eval $(call BuildTarget))