diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-07-03 00:21:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-07-03 00:21:58 +0000 |
commit | 55b52305d101cc5b7a1b3576ab62febc68a510e5 (patch) | |
tree | 230ce535339c235a13228d7d429ada8156e8d858 /target/linux/ixp4xx/Makefile | |
parent | 5ff1ecace7ca05e2982f7ae9f2d9824eeb399188 (diff) | |
download | master-187ad058-55b52305d101cc5b7a1b3576ab62febc68a510e5.tar.gz master-187ad058-55b52305d101cc5b7a1b3576ab62febc68a510e5.tar.bz2 master-187ad058-55b52305d101cc5b7a1b3576ab62febc68a510e5.zip |
update config, make 2.6.26-rc8 the default for ixp4xx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11625 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 46639ecfb4..1e2a52ff07 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.25.9 +LINUX_VERSION:=2.6.26-rc8 include $(INCLUDE_DIR)/target.mk |