diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-10-28 11:19:24 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-10-28 11:19:24 +0000 |
commit | aa90a702db1994f9cf1a5e92ba62c6cc8723541d (patch) | |
tree | 4a663eeb9ead315b001b3fe3145dd3264c69bff1 /target/linux | |
parent | 38b513811ca4e4cf929f19cc8abcbb6f72019efd (diff) | |
download | master-31e0f0ae-aa90a702db1994f9cf1a5e92ba62c6cc8723541d.tar.gz master-31e0f0ae-aa90a702db1994f9cf1a5e92ba62c6cc8723541d.tar.bz2 master-31e0f0ae-aa90a702db1994f9cf1a5e92ba62c6cc8723541d.zip |
Use 2.6.27.4 kernel version
SVN-Revision: 13055
Diffstat (limited to 'target/linux')
-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 1a44e4b322..31d11d64f6 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 broken usb atm -LINUX_VERSION:=2.6.27.3 +LINUX_VERSION:=2.6.27.4 include $(INCLUDE_DIR)/target.mk |