diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-25 21:10:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-25 21:10:53 +0000 |
commit | 7100c1efd9dd899ea7df82e425e7fa0fe744bd95 (patch) | |
tree | 0c2c429498d18c41389501331200799e9a267a5b /target | |
parent | 1729f7bdc19885e3d02efcd89f62e204b3012c49 (diff) | |
download | upstream-7100c1efd9dd899ea7df82e425e7fa0fe744bd95.tar.gz upstream-7100c1efd9dd899ea7df82e425e7fa0fe744bd95.tar.bz2 upstream-7100c1efd9dd899ea7df82e425e7fa0fe744bd95.zip |
switch to 2.6.30.9
SVN-Revision: 18155
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index a1de994d7b..4a3b43a4e6 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx FEATURES:=squashfs jffs2 usb atm pci pcmcia -LINUX_VERSION:=2.6.27.35 +LINUX_VERSION:=2.6.30.9 include $(INCLUDE_DIR)/target.mk |