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 | |
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')
-rw-r--r-- | target/linux/brcm47xx/Makefile | 2 | ||||
-rw-r--r-- | target/linux/brcm47xx/config-2.6.28 | 7 |
2 files changed, 1 insertions, 8 deletions
diff --git a/target/linux/brcm47xx/Makefile b/target/linux/brcm47xx/Makefile index 2481e7f72..e4c404160 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 diff --git a/target/linux/brcm47xx/config-2.6.28 b/target/linux/brcm47xx/config-2.6.28 index 776f1f09b..e08cc7855 100644 --- a/target/linux/brcm47xx/config-2.6.28 +++ b/target/linux/brcm47xx/config-2.6.28 @@ -124,7 +124,6 @@ CONFIG_LEDS_GPIO=y # CONFIG_MACH_TX39XX is not set # CONFIG_MACH_TX49XX is not set # CONFIG_MACH_VR41XX is not set -# CONFIG_MDIO_BITBANG is not set # CONFIG_MFD_CORE is not set # CONFIG_MFD_TMIO is not set # CONFIG_MIKROTIK_RB532 is not set @@ -204,9 +203,7 @@ CONFIG_PHYLIB=y # CONFIG_PROBE_INITRD_HEADER is not set # CONFIG_PROC_KCORE is not set # CONFIG_PROM_EMU is not set -# CONFIG_QSEMI_PHY is not set # CONFIG_R6040 is not set -# CONFIG_REALTEK_PHY is not set CONFIG_RFKILL=y CONFIG_RFKILL_INPUT=y CONFIG_RFKILL_LEDS=y @@ -232,7 +229,6 @@ CONFIG_SERIAL_8250_SHARE_IRQ=y # CONFIG_SIBYTE_RHONE is not set # CONFIG_SIBYTE_SENTOSA is not set # CONFIG_SIBYTE_SWARM is not set -# CONFIG_SMSC_PHY is not set CONFIG_SND_MIPS=y CONFIG_SOUND_OSS_CORE=y CONFIG_SSB=y @@ -250,8 +246,6 @@ CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_POSSIBLE=y CONFIG_SSB_SERIAL=y CONFIG_SSB_SPROM=y -# CONFIG_STAGING is not set -# CONFIG_SUNRPC_REGISTER_V4 is not set CONFIG_SYSVIPC_SYSCTL=y CONFIG_SYS_HAS_CPU_MIPS32_R1=y CONFIG_SYS_HAS_EARLY_PRINTK=y @@ -276,6 +270,5 @@ CONFIG_USB_SUPPORT=y # CONFIG_VIA_RHINE is not set # CONFIG_VIDEO_DEV is not set # CONFIG_W1_CON is not set -# CONFIG_W1_SLAVE_BQ27000 is not set # CONFIG_WATCHDOG is not set CONFIG_ZONE_DMA_FLAG=0 |