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 | 465ae7a4472410f4a87ebee160890b4d0f678e3f (patch) | |
tree | 03ea993ede7a1eee8442b6a6f58ce4faaf09c8e7 /target/linux/brcm47xx/Makefile | |
parent | 22fef3d916ae77b296e41b4ce7281974ee08d67e (diff) | |
download | upstream-465ae7a4472410f4a87ebee160890b4d0f678e3f.tar.gz upstream-465ae7a4472410f4a87ebee160890b4d0f678e3f.tar.bz2 upstream-465ae7a4472410f4a87ebee160890b4d0f678e3f.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
SVN-Revision: 9285
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 |