diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:12:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-05-18 20:12:54 +0000 |
commit | f9719b35c8f6cbf5bc866adc245e1092c8dee455 (patch) | |
tree | 74383b342cde1ee44791018c9af78fac0480c082 /target/linux/x86 | |
parent | 12da51bb3c9a33a983c8b84076300da96d8dfcd2 (diff) | |
download | upstream-f9719b35c8f6cbf5bc866adc245e1092c8dee455.tar.gz upstream-f9719b35c8f6cbf5bc866adc245e1092c8dee455.tar.bz2 upstream-f9719b35c8f6cbf5bc866adc245e1092c8dee455.zip |
upgrade to latest kernel versions (2.6.25.4; 2.6.24.7; 2.6.23.17; 2.6.22.19)
SVN-Revision: 11184
Diffstat (limited to 'target/linux/x86')
-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 9943210312..f85760b28b 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86 FEATURES:=squashfs jffs2 ext2 SUBTARGETS=generic -LINUX_VERSION:=2.6.25.1 +LINUX_VERSION:=2.6.25.4 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += kmod-natsemi kmod-ne2k-pci |