brcm47xx: use kernel 3.0
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Aug 2011 20:10:24 +0000 (20:10 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 4 Aug 2011 20:10:24 +0000 (20:10 +0000)
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

target/linux/brcm47xx/Makefile

index e978312..969dfe2 100644 (file)
@@ -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
This page took 0.028087 seconds and 4 git commands to generate.