diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-18 17:43:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-18 17:43:57 +0000 |
commit | e860db5a4ccd7cfbfc1eace644d43f8a97f9f0a6 (patch) | |
tree | 76bace4bfd8f161cc59c49817fabd8c40bf54c8d /openwrt/target | |
parent | e5e26e1efa2f2b3b90ec63132f545bd5f3732bfb (diff) | |
download | mtk-20170518-e860db5a4ccd7cfbfc1eace644d43f8a97f9f0a6.zip mtk-20170518-e860db5a4ccd7cfbfc1eace644d43f8a97f9f0a6.tar.gz mtk-20170518-e860db5a4ccd7cfbfc1eace644d43f8a97f9f0a6.tar.bz2 |
Linux 2.6.16.7
SVN-Revision: 3670
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 | ||||
-rw-r--r-- | openwrt/target/linux/xscale-2.6/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index 24330c0..a05d278 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.4 +LINUX_VERSION:=2.6.16.7 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 +LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e include ../rules.mk include ./config diff --git a/openwrt/target/linux/au1000-2.6/Makefile b/openwrt/target/linux/au1000-2.6/Makefile index ff84f66..c361f0e 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.4 +LINUX_VERSION:=2.6.16.7 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 +LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e include ../rules.mk include ./config diff --git a/openwrt/target/linux/brcm-2.6/Makefile b/openwrt/target/linux/brcm-2.6/Makefile index 9f99fbd..5926e6e 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.4 +LINUX_VERSION:=2.6.16.7 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 +LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e include ../rules.mk include ./config diff --git a/openwrt/target/linux/x86-2.6/Makefile b/openwrt/target/linux/x86-2.6/Makefile index d7be454..0d70b31 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.4 +LINUX_VERSION:=2.6.16.7 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 +LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e include ../rules.mk include ./config diff --git a/openwrt/target/linux/xscale-2.6/Makefile b/openwrt/target/linux/xscale-2.6/Makefile index 8b1455e..01d6295 100644 --- a/openwrt/target/linux/xscale-2.6/Makefile +++ b/openwrt/target/linux/xscale-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.4 +LINUX_VERSION:=2.6.16.7 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=cb675279c9711237a06ebb8379a4da27 +LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e include ../rules.mk include ./config |