diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-04 20:10:24 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-08-04 20:10:24 +0000 |
commit | 77966b81d873fb54709e7ba457173dad86b95f5e (patch) | |
tree | 5eab28ac95475100da6642eae727982eee639307 /target/linux/brcm47xx/Makefile | |
parent | 773ce8c319ef462785e90d7617fcd426b2fe0e03 (diff) | |
download | upstream-77966b81d873fb54709e7ba457173dad86b95f5e.tar.gz upstream-77966b81d873fb54709e7ba457173dad86b95f5e.tar.bz2 upstream-77966b81d873fb54709e7ba457173dad86b95f5e.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.
SVN-Revision: 27906
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 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 |