diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-04-28 18:25:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-04-28 18:25:16 +0000 |
commit | b603107f02fa1f7305d7c8bc86c64470b6cd8ac1 (patch) | |
tree | 3f3676c3a46cd667959a86c21cfa61e9f562bb3d /target/linux | |
parent | 54eb5992b3b32bae31ece1fc324f9e171db4f545 (diff) | |
download | upstream-b603107f02fa1f7305d7c8bc86c64470b6cd8ac1.tar.gz upstream-b603107f02fa1f7305d7c8bc86c64470b6cd8ac1.tar.bz2 upstream-b603107f02fa1f7305d7c8bc86c64470b6cd8ac1.zip |
brcm47xx: use kernel 3.8.10 as default kernel
The biggest change with this kernel is a new partition parser.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36480 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index a202bd6aec..7ce5082554 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -11,7 +11,7 @@ BOARD:=brcm47xx BOARDNAME:=Broadcom BCM947xx/953xx FEATURES:=squashfs usb pcmcia -LINUX_VERSION:=3.6.11 +LINUX_VERSION:=3.8.10 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram |