diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-17 14:33:41 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-17 14:33:41 +0000 |
commit | c56c18168e70eb0d4d3775cd7e7674c4c019d371 (patch) | |
tree | d35eef3722a2bca10c6d701310e6a3027b6c9cd6 /target/linux/au1000 | |
parent | 5592a619d0985ad9315cd4b84155ef482ff25dcb (diff) | |
download | openwrt-c56c18168e70eb0d4d3775cd7e7674c4c019d371.tar.gz openwrt-c56c18168e70eb0d4d3775cd7e7674c4c019d371.tar.bz2 openwrt-c56c18168e70eb0d4d3775cd7e7674c4c019d371.zip |
au1000: switch to 3.6 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36066
Diffstat (limited to 'target/linux/au1000')
-rw-r--r-- | target/linux/au1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 9601bfe52c..93605edc03 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 usb pci SUBTARGETS=au1500 au1550 MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.6.11 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini yamonenv |