diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-01 21:01:59 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-08-01 21:01:59 +0000 |
commit | 6a50764026e77ef2b72b9740e3cb86cc76fa2b90 (patch) | |
tree | b9249405269ffa096df60ed43826131fe83079bb /target/linux/brcm47xx | |
parent | 53221b4587800ee4d9c35552568cd1a6e170abcf (diff) | |
download | upstream-6a50764026e77ef2b72b9740e3cb86cc76fa2b90.tar.gz upstream-6a50764026e77ef2b72b9740e3cb86cc76fa2b90.tar.bz2 upstream-6a50764026e77ef2b72b9740e3cb86cc76fa2b90.zip |
brcm47xx: switch to kernel 3.10.4
This uses a new switch driver.
The old ADMTEK Adm6996 switch is not supported any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37650 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx')
-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 8d412adf53..3e79dc6846 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.8.13 +LINUX_VERSION:=3.10.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += swconfig kmod-switch kmod-diag wpad-mini nvram |