diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-03-30 22:35:20 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-03-30 22:35:20 +0000 |
commit | 8019d1462b02b58439d3e35373f061ad6b976004 (patch) | |
tree | 0c17a9c765b6d265689d7b2ea60b26ffe18dee23 /openwrt | |
parent | 29fd8a63415b8a57094aca450cc0eb79c6938b26 (diff) | |
download | mtk-20170518-8019d1462b02b58439d3e35373f061ad6b976004.zip mtk-20170518-8019d1462b02b58439d3e35373f061ad6b976004.tar.gz mtk-20170518-8019d1462b02b58439d3e35373f061ad6b976004.tar.bz2 |
2.6.16.1, here we come
SVN-Revision: 3556
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/aruba-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 |
3 files changed, 6 insertions, 6 deletions
diff --git a/openwrt/target/linux/aruba-2.6/Makefile b/openwrt/target/linux/aruba-2.6/Makefile index ea88668..0dfa744 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 +LINUX_VERSION:=2.6.16.1 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=9a91b2719949ff0856b40bc467fd47be +LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 include ../rules.mk include ./config diff --git a/openwrt/target/linux/brcm-2.6/Makefile b/openwrt/target/linux/brcm-2.6/Makefile index e0697cb..7e1598b 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 +LINUX_VERSION:=2.6.16.1 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=9a91b2719949ff0856b40bc467fd47be +LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 include ../rules.mk include ./config diff --git a/openwrt/target/linux/x86-2.6/Makefile b/openwrt/target/linux/x86-2.6/Makefile index 72a723a..6c5f2a9 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 +LINUX_VERSION:=2.6.16.1 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=9a91b2719949ff0856b40bc467fd47be +LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 include ../rules.mk include ./config |