diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-12 06:13:09 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-12 06:13:09 +0000 |
commit | 90e4705a8a43b45270e90c5a9a51b2794c5f7525 (patch) | |
tree | 8b3700a63124d8712b968423ec43b8fb6a925b70 /openwrt/target | |
parent | 0ca5252194d3a8fd53b9c4b24602bd9a6cddf6e1 (diff) |
Linux 2.6.16.4 *sigh*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3623 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r-- | openwrt/target/linux/aruba-2.6/Makefile | 4 | ||||
-rw-r--r-- | openwrt/target/linux/au1000-2.6/Makefile | 4 | ||||
-rw-r--r-- | openwrt/target/linux/brcm-2.6/Makefile | 4 | ||||
-rw-r--r-- | openwrt/target/linux/x86-2.6/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index 3c0c93eea..24330c08f 100644 --- a/openwrt/target/linux/aruba-2.6/Makefile +++ b/openwrt/target/linux/aruba-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.3 +LINUX_VERSION:=2.6.16.4 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=e8e3f458c72671d8ac041c10b49e2b3f +LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 include ../rules.mk include ./config diff --git a/openwrt/target/linux/au1000-2.6/Makefile b/openwrt/target/linux/au1000-2.6/Makefile index 67a97acc8..ff84f664a 100644 --- a/openwrt/target/linux/au1000-2.6/Makefile +++ b/openwrt/target/linux/au1000-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.3 +LINUX_VERSION:=2.6.16.4 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=e8e3f458c72671d8ac041c10b49e2b3f +LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 include ../rules.mk include ./config diff --git a/openwrt/target/linux/brcm-2.6/Makefile b/openwrt/target/linux/brcm-2.6/Makefile index 978707348..9f99fbd63 100644 --- a/openwrt/target/linux/brcm-2.6/Makefile +++ b/openwrt/target/linux/brcm-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.3 +LINUX_VERSION:=2.6.16.4 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=e8e3f458c72671d8ac041c10b49e2b3f +LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 include ../rules.mk include ./config diff --git a/openwrt/target/linux/x86-2.6/Makefile b/openwrt/target/linux/x86-2.6/Makefile index d8ecd1306..d7be454c6 100644 --- a/openwrt/target/linux/x86-2.6/Makefile +++ b/openwrt/target/linux/x86-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.3 +LINUX_VERSION:=2.6.16.4 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=e8e3f458c72671d8ac041c10b49e2b3f +LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 include ../rules.mk include ./config |