diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-12 06:13:09 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-12 06:13:09 +0000 |
| commit | 3230f4839cdd1ec48cd5f3453f1ecb906c66a996 (patch) | |
| tree | 8b3700a63124d8712b968423ec43b8fb6a925b70 | |
| parent | d82e5fe8d4a038bc703ddab1fc272744f4c7e611 (diff) | |
| download | upstream-3230f4839cdd1ec48cd5f3453f1ecb906c66a996.tar.gz upstream-3230f4839cdd1ec48cd5f3453f1ecb906c66a996.tar.bz2 upstream-3230f4839cdd1ec48cd5f3453f1ecb906c66a996.zip | |
Linux 2.6.16.4 *sigh*
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3623 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 3c0c93eea02..24330c08f1d 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 67a97acc857..ff84f664ac4 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 9787073485e..9f99fbd6356 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 d8ecd1306f1..d7be454c656 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 |
