X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fcns3xxx%2FMakefile;h=72e51fd51c0c6415c8be850afdb0ec8d81714fc3;hb=e141cbb0f948d395e6ec30be1fe782de94e12362;hp=e2297a64784b4314ab3a8f1da50217cb1737c34b;hpb=09b1073f9b401f17c05a0ab4ba0493d13f110ec9;p=oweals%2Fopenwrt.git diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index e2297a6478..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. @@ -13,7 +13,7 @@ FEATURES:=squashfs fpu gpio CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.39.4 +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))