diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-28 11:19:24 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-28 11:19:24 +0000 |
commit | 3fadb707e40b78645e925c892643c396d0918b7e (patch) | |
tree | 486807032c8f477e4336ed6e6c9e198eaa126e0e /target/linux/brcm63xx/Makefile | |
parent | 6290f02fd28c21c7a65adeeaa05e7fd43f4cbf8d (diff) |
Use 2.6.27.4 kernel version
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13055 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/Makefile')
-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 1a44e4b32..31d11d64f 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 |