diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-09 20:53:08 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-09 20:53:08 +0000 |
commit | 15da5cfcdba887d73bb57df604a437a585872e1c (patch) | |
tree | 82ebe8647efce4a5967078f6d6a520ab214033d2 /target/linux/brcm2708 | |
parent | de69c9edb0665d43ba2caf7fb3f79200f91eb6fc (diff) | |
download | upstream-15da5cfcdba887d73bb57df604a437a585872e1c.tar.gz upstream-15da5cfcdba887d73bb57df604a437a585872e1c.tar.bz2 upstream-15da5cfcdba887d73bb57df604a437a585872e1c.zip |
brcm2708: switch to 3.10 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37219
Diffstat (limited to 'target/linux/brcm2708')
-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 91207e979c..f8cd6c8988 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -13,7 +13,7 @@ BOARDNAME:=Broadcom BCM2708/BCM2835 FEATURES:=ext4 audio usb usbgadget display gpio MAINTAINER:=Ian Ridge <ianridge[at]gmail.com> -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.10 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 |