diff options
author | Tim Yardley <lst@openwrt.org> | 2007-12-08 15:53:05 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-12-08 15:53:05 +0000 |
commit | 26ab4dacaaf778c714303ab57676d847ac900c06 (patch) | |
tree | 07f5e77d539c90b4e6ded8df73576fba387b2e05 | |
parent | f8a902fdb35e61cc4b9ef7d8b9a43a7b081c1a11 (diff) | |
download | upstream-26ab4dacaaf778c714303ab57676d847ac900c06.tar.gz upstream-26ab4dacaaf778c714303ab57676d847ac900c06.tar.bz2 upstream-26ab4dacaaf778c714303ab57676d847ac900c06.zip |
bump kernel to 2.6.23.9 for x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9675 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index ab23e9f795..dd4eed4524 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 SUBTARGETS=generic mediacenter -LINUX_VERSION:=2.6.23.1 +LINUX_VERSION:=2.6.23.9 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |