X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=72e51fd51c0c6415c8be850afdb0ec8d81714fc3;hb=d5f52f466ee5b18a569603b6b6f1e01974e8346f;hp=45faa103c1ec2297b520e74df0d28fa8da827507;hpb=642064ae9a94b47054ea7fb39804776ae11fbc4e;p=openwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 45faa103c1..72e51fd51c 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. @@ -10,9 +10,10 @@ 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 +CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves +MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.31.14 +LINUX_VERSION:=3.3.8 include $(INCLUDE_DIR)/target.mk @@ -23,4 +24,6 @@ endef KERNELNAME:="uImage" +DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini + $(eval $(call BuildTarget))