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 | 634e6c6b9ae7ed82ab8d95da8f2a596534534111 (patch) | |
tree | cb866c677053c493e978c47e99c3b5413e1dc2c5 /target | |
parent | 607f2bd2c79a681eae157bc057092bbd022b1b79 (diff) | |
download | upstream-634e6c6b9ae7ed82ab8d95da8f2a596534534111.tar.gz upstream-634e6c6b9ae7ed82ab8d95da8f2a596534534111.tar.bz2 upstream-634e6c6b9ae7ed82ab8d95da8f2a596534534111.zip |
brcm2708: switch to 3.14
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42681 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |