diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-05-23 19:48:34 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-05-23 19:48:34 +0000 |
commit | 615e8af8411e64db4db57d453af00ea9a7ca1fa2 (patch) | |
tree | b4fa16ada763cf659876a3ef907e0e49e4cb73f1 /include | |
parent | e1bb43f263ea0a0c72bac8750fb420697ca7866f (diff) | |
download | upstream-615e8af8411e64db4db57d453af00ea9a7ca1fa2.tar.gz upstream-615e8af8411e64db4db57d453af00ea9a7ca1fa2.tar.bz2 upstream-615e8af8411e64db4db57d453af00ea9a7ca1fa2.zip |
break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7
SVN-Revision: 7315
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 7fe4f62c13..a26989410c 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,9 +6,9 @@ ifeq ($(LINUX_VERSION),) LINUX_RELEASE:=1 LINUX_KERNEL_MD5SUM:=f59665540a7f3351ea416a0dad104b55 else - LINUX_VERSION:=2.6.19.2 + LINUX_VERSION:=2.6.21.1 LINUX_RELEASE:=1 - LINUX_KERNEL_MD5SUM:=ca0ce8f288e8ae93ac243b568f906bf8 + LINUX_KERNEL_MD5SUM:=a28b78793cd368592f7873bf36cb38b0 endif endif KERNEL:=2.$(word 2,$(subst ., ,$(strip $(LINUX_VERSION)))) |