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 | 44a4ddcab36df8b30ece3da0a6bacd3db7d234b8 (patch) | |
tree | 587fd96d54ae275e2bcefb44cb3d818fd0edb4c6 /target/linux/ixp4xx/Makefile | |
parent | 255cff5cc68185970534d7f9bef83dba3fb9ee00 (diff) | |
download | upstream-44a4ddcab36df8b30ece3da0a6bacd3db7d234b8.tar.gz upstream-44a4ddcab36df8b30ece3da0a6bacd3db7d234b8.tar.bz2 upstream-44a4ddcab36df8b30ece3da0a6bacd3db7d234b8.zip |
update config, make 2.6.26-rc8 the default for ixp4xx
SVN-Revision: 11625
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 |