diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-27 06:27:16 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-27 06:27:16 +0000 |
commit | e0d9e7655cde9c03139f330899a79e29166355d3 (patch) | |
tree | 4b1d29136346c2d45a4dbb582bbfa5afe4cf61d7 /target/linux/brcm63xx | |
parent | 5e9198cbbe1325ca8553248758dee9f3acd08f9b (diff) | |
download | upstream-e0d9e7655cde9c03139f330899a79e29166355d3.tar.gz upstream-e0d9e7655cde9c03139f330899a79e29166355d3.tar.bz2 upstream-e0d9e7655cde9c03139f330899a79e29166355d3.zip |
[brcm63xx] revert kernel version to 2.6.25.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11273 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 2af52105e4..ae4b3a0b28 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.7 +LINUX_VERSION:=2.6.25.4 include $(INCLUDE_DIR)/target.mk |