diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-01-28 15:27:24 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-01-28 15:27:24 +0000 |
commit | 73eb3462109a21763aed060da5d6ebfdae82a506 (patch) | |
tree | a8b0e0529462b2a34a7077b441b64397a5cb84b2 /target/linux/ixp4xx/Makefile | |
parent | 1055fbde936d4e5d21755d99765417306b5dfcd8 (diff) | |
download | upstream-73eb3462109a21763aed060da5d6ebfdae82a506.tar.gz upstream-73eb3462109a21763aed060da5d6ebfdae82a506.tar.bz2 upstream-73eb3462109a21763aed060da5d6ebfdae82a506.zip |
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 |