diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 15:27:24 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 15:27:24 +0000 |
commit | 02dd2cfea1ab41e5f7ecb7d48c03d7540928ce80 (patch) | |
tree | a8b0e0529462b2a34a7077b441b64397a5cb84b2 /target/linux/ixp4xx/Makefile | |
parent | 5dde57a1d7801f1c8280fd733aecd06b5801d090 (diff) |
switch to 2.6.28.1 and tune the kernel config a bit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14245 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 dad4a00a86..92da4c166e 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.26.8 +LINUX_VERSION:=2.6.28.1 include $(INCLUDE_DIR)/target.mk |