diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-13 10:02:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-13 10:02:27 +0000 |
commit | d8667f49ce13db368487cf070a45292577616848 (patch) | |
tree | adef17c3dda464dc0fea63aa6d2d60df9fee15d0 /target/linux/brcm47xx/Makefile | |
parent | e72303ebe3e62c00d16bb4d508bf5f99d6613b96 (diff) | |
download | master-187ad058-d8667f49ce13db368487cf070a45292577616848.tar.gz master-187ad058-d8667f49ce13db368487cf070a45292577616848.tar.bz2 master-187ad058-d8667f49ce13db368487cf070a45292577616848.zip |
Finally fix the annoying BCM4704 segfault issues (#2035) - tested with WL-500gP
Thanks to jhansen and Wolfram Joost for the fixes and to ryd for the test hardware.
Seems like the user space segfaults actually came from this patch: http://lkml.org/lkml/2006/12/12/158
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/Makefile')
-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 b00d5d7401..5e0fe3d339 100644 --- a/target/linux/brcm47xx/Makefile +++ b/target/linux/brcm47xx/Makefile @@ -11,7 +11,7 @@ BOARD:=brcm47xx BOARDNAME:=Broadcom BCM947xx/953xx FEATURES:=squashfs usb -LINUX_VERSION:=2.6.22.4 +LINUX_VERSION:=2.6.23 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-switch kmod-diag |