diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-10-23 09:11:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-10-23 09:11:10 +0000 |
commit | 30d2200e7d3a95e35ed7ccc98c361afe3e1d7c5f (patch) | |
tree | dffda7b19b065e3c49a9204f5509609f6bb21e1a /target/linux | |
parent | 3800e56ddbb542a4188c5c3fd3ddaeb37534bc8b (diff) | |
download | upstream-30d2200e7d3a95e35ed7ccc98c361afe3e1d7c5f.tar.gz upstream-30d2200e7d3a95e35ed7ccc98c361afe3e1d7c5f.tar.bz2 upstream-30d2200e7d3a95e35ed7ccc98c361afe3e1d7c5f.zip |
Update targets to 2.6.27.3
SVN-Revision: 13035
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 9e35957a2b..1a44e4b322 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 +LINUX_VERSION:=2.6.27.3 include $(INCLUDE_DIR)/target.mk |