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 | 368c1b33f945b363269648b47a4b48786ef51eb1 (patch) | |
tree | 6b5726298fe31926ecc79bb6fdd78163c19ebc94 /target | |
parent | 277aa129cfcafccc296dd8ff2e8d091745c6b495 (diff) | |
download | upstream-368c1b33f945b363269648b47a4b48786ef51eb1.tar.gz upstream-368c1b33f945b363269648b47a4b48786ef51eb1.tar.bz2 upstream-368c1b33f945b363269648b47a4b48786ef51eb1.zip |
Update targets to 2.6.27.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13035 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |