diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-02 15:23:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-02 15:23:37 +0000 |
commit | bbc157d24bd442ea78bb77e5b06873b934a9f4dc (patch) | |
tree | be35519e80c38c7ad26dfc3f7275ebfc2ad531fc | |
parent | 4a25cfb1d03afd348bed022ea5c7855020b68d23 (diff) | |
download | upstream-bbc157d24bd442ea78bb77e5b06873b934a9f4dc.tar.gz upstream-bbc157d24bd442ea78bb77e5b06873b934a9f4dc.tar.bz2 upstream-bbc157d24bd442ea78bb77e5b06873b934a9f4dc.zip |
au1000: set 3.14 as default
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43494 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 cb08fb5f28..0964561cd3 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.10 +KERNEL_PATCHVER:=3.14 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini yamonenv |