diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:50:40 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-11 10:50:40 +0000 |
commit | 884aca7088d4a1f002a362890060f6d24cdc6619 (patch) | |
tree | 964d4e228d3b3b6c7ef250a587afe1c047fbfedb /target/linux/brcm63xx | |
parent | 068af6af3e72a50d5a62a8c65babf75b743a2876 (diff) | |
download | upstream-884aca7088d4a1f002a362890060f6d24cdc6619.tar.gz upstream-884aca7088d4a1f002a362890060f6d24cdc6619.tar.bz2 upstream-884aca7088d4a1f002a362890060f6d24cdc6619.zip |
upgrade & standardize kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10443 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-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 0e08984617..c465c867c1 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM963xx FEATURES:=squashfs jffs2 broken usb atm -LINUX_VERSION:=2.6.22.4 +LINUX_VERSION:=2.6.22.18 include $(INCLUDE_DIR)/target.mk |