diff options
author | markus <markus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-13 17:37:57 +0000 |
---|---|---|
committer | markus <markus@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-13 17:37:57 +0000 |
commit | be11e989ca09a64632f976654f69c655f8808675 (patch) | |
tree | 5adb49ff7e7b36576c0f6753e676d207d343c041 /target/linux/brcm47xx/Makefile | |
parent | 7fa172b2e043f7e1264e09c77b0ca908316ab204 (diff) |
changed default kernel to 2.6.28.5, it at least runs on
Asus WL-500g Premium.
The earlier version 2.6.28.4 is also running on WRT54G3G
so I don't expect any trouble here.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14501 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 2481e7f72d..e4c404160a 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.25.20 +LINUX_VERSION:=2.6.28.5 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += hostapd-mini kmod-switch kmod-diag |