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 | a64306aa69ce72148ea2cc52a8e161e65fe4adae (patch) | |
tree | 553e2790bf82230a68a4bc23330429aff7071329 /target/linux | |
parent | 55b97a49edc81b375bfcf4c544e19a8ef1985ca3 (diff) | |
download | upstream-a64306aa69ce72148ea2cc52a8e161e65fe4adae.tar.gz upstream-a64306aa69ce72148ea2cc52a8e161e65fe4adae.tar.bz2 upstream-a64306aa69ce72148ea2cc52a8e161e65fe4adae.zip |
bcm963xx: use the 2.6.25.1 kernel
Signed-off-by: Axel Gembe <ago@bastart.eu.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11172 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |