diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-05-18 17:30:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-05-18 17:30:16 +0000 |
commit | 8e7ff7a6736500579bdf489830f34cac66e71a70 (patch) | |
tree | 7fe38f8183eab457e7b0591370c943936cc422ea /target/linux/brcm63xx/Makefile | |
parent | 2dfabe39918965db358452bea94d2a317c58309a (diff) | |
download | upstream-8e7ff7a6736500579bdf489830f34cac66e71a70.tar.gz upstream-8e7ff7a6736500579bdf489830f34cac66e71a70.tar.bz2 upstream-8e7ff7a6736500579bdf489830f34cac66e71a70.zip |
bcm963xx: use the 2.6.25.1 kernel
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
SVN-Revision: 11172
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 457a67e6f3..56d14918b5 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.24.5 +LINUX_VERSION:=2.6.25.1 include $(INCLUDE_DIR)/target.mk |