diff options
author | John Crispin <john@openwrt.org> | 2015-02-18 09:49:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-18 09:49:38 +0000 |
commit | 1a1d69da08216b3f503bccff3e371194d80e75dd (patch) | |
tree | 43317a648749c53605a201386c112fb495c17351 /target/linux/au1000/Makefile | |
parent | f9aa2ec7f6c12a6689dbaf8cbb66b6abe5863345 (diff) | |
download | upstream-1a1d69da08216b3f503bccff3e371194d80e75dd.tar.gz upstream-1a1d69da08216b3f503bccff3e371194d80e75dd.tar.bz2 upstream-1a1d69da08216b3f503bccff3e371194d80e75dd.zip |
au1000: fix 3.18 and set it as default
Thanks to Bruno Randolf for testing and Manuel Lauss for providing a fix.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44487
Diffstat (limited to 'target/linux/au1000/Makefile')
-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 0964561cd3..7438e9b6df 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs usb pci SUBTARGETS=au1500 au1550 MAINTAINER:=Florian Fainelli <florian@openwrt.org> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini yamonenv |