diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-30 10:59:03 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-30 10:59:03 +0000 |
commit | 906fdf39167ec5703232638015a6d3ff5f3cdb49 (patch) | |
tree | 34d8aa29337e3b594b9617baeaf2db84e77bb1e0 /target/linux/ixp4xx/Makefile | |
parent | 9111be4e4659459bd2f30367563a90353ab3f822 (diff) | |
download | upstream-906fdf39167ec5703232638015a6d3ff5f3cdb49.tar.gz upstream-906fdf39167ec5703232638015a6d3ff5f3cdb49.tar.bz2 upstream-906fdf39167ec5703232638015a6d3ff5f3cdb49.zip |
sync ixp4xx related patches with 2.6.24 and upgrade to 2.6.25
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10988 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/Makefile')
-rw-r--r-- | target/linux/ixp4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 23cec4b8b4..e0797749c1 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Intel IXP4xx FEATURES:=squashfs SUBTARGETS=generic harddisk -LINUX_VERSION:=2.6.24.5 +LINUX_VERSION:=2.6.25 include $(INCLUDE_DIR)/target.mk |