diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-10 22:40:45 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2010-07-10 22:40:45 +0000 |
commit | 422138d2f330aefc2147cce89f8fb0f4b484086b (patch) | |
tree | cf7d4314bea39f9dc7574376c426bb3e622cbd3a /target/linux/brcm47xx | |
parent | 924f0f93f93e5d816cc8b6b3349f44fca59ea8f8 (diff) | |
download | upstream-422138d2f330aefc2147cce89f8fb0f4b484086b.tar.gz upstream-422138d2f330aefc2147cce89f8fb0f4b484086b.tar.bz2 upstream-422138d2f330aefc2147cce89f8fb0f4b484086b.zip |
brcm47xx: use kernel 2.6.34.1 as default kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22119 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 56c87e4820..9845466690 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:=2.6.32.14 +LINUX_VERSION:=2.6.34.1 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram |