diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-04 20:10:24 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-04 20:10:24 +0000 |
commit | ab08c44cc9af6d7d4afd327765394c2c7cec1ca6 (patch) | |
tree | 4a6c0e66df81ee3dc5b3aab397dd9578035a0bea | |
parent | 63a34d90dfeaaf62370d9231f6c866181a16c532 (diff) | |
download | upstream-ab08c44cc9af6d7d4afd327765394c2c7cec1ca6.tar.gz upstream-ab08c44cc9af6d7d4afd327765394c2c7cec1ca6.tar.bz2 upstream-ab08c44cc9af6d7d4afd327765394c2c7cec1ca6.zip |
brcm47xx: use kernel 3.0
As this target changes often these days it is hard to support more kernel versions. Now only kernel 3.0 is supported.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27906 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 e97831225c..969dfe2ce7 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.39.2 +LINUX_VERSION:=3.0 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += wpad-mini kmod-switch kmod-diag nvram |