diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-27 19:11:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-27 19:11:55 +0000 |
commit | 54a18b3fe80d6cfe06acda47c7d4d82c0d0e5688 (patch) | |
tree | 03bd0834cef1c6d3e93295633e847ba4be0c2900 | |
parent | 3f5cc1882b585db0d3aa8846cd8a2c305201e9f9 (diff) | |
download | upstream-54a18b3fe80d6cfe06acda47c7d4d82c0d0e5688.tar.gz upstream-54a18b3fe80d6cfe06acda47c7d4d82c0d0e5688.tar.bz2 upstream-54a18b3fe80d6cfe06acda47c7d4d82c0d0e5688.zip |
brcm2708: switch to 3.14
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42681
-rw-r--r-- | target/linux/brcm2708/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index afb62016e1..0779e61252 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -15,7 +15,7 @@ MAINTAINER:=Florian Fainelli <florian@openwrt.org> CPU_TYPE:=arm1176jzf-s CPU_SUBTYPE:=vfp -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.18 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 |