diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-10 11:07:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-10 11:07:43 +0000 |
commit | 39c319eb4cdd2b8a3b671ce7f3d27d57f5c92dad (patch) | |
tree | 5f63be47c5b2a5e6404ff647586f978b89718117 | |
parent | 7cda4d8454f2fe738ca4dd4002f2f56d39a2ca44 (diff) | |
download | upstream-39c319eb4cdd2b8a3b671ce7f3d27d57f5c92dad.tar.gz upstream-39c319eb4cdd2b8a3b671ce7f3d27d57f5c92dad.tar.bz2 upstream-39c319eb4cdd2b8a3b671ce7f3d27d57f5c92dad.zip |
Linux 2.6.16.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3604 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/aruba-2.6/Makefile | 4 | ||||
-rw-r--r-- | target/linux/brcm-2.6/Makefile | 4 | ||||
-rw-r--r-- | target/linux/x86-2.6/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/aruba-2.6/Makefile b/target/linux/aruba-2.6/Makefile index 0dfa744173..2281033833 100644 --- a/target/linux/aruba-2.6/Makefile +++ b/target/linux/aruba-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.1 +LINUX_VERSION:=2.6.16.2 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 +LINUX_KERNEL_MD5SUM:=d4105a5ba1d9f82acee2c525c65ef969 include ../rules.mk include ./config diff --git a/target/linux/brcm-2.6/Makefile b/target/linux/brcm-2.6/Makefile index 7e1598b3b7..784b0c727c 100644 --- a/target/linux/brcm-2.6/Makefile +++ b/target/linux/brcm-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.1 +LINUX_VERSION:=2.6.16.2 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 +LINUX_KERNEL_MD5SUM:=d4105a5ba1d9f82acee2c525c65ef969 include ../rules.mk include ./config diff --git a/target/linux/x86-2.6/Makefile b/target/linux/x86-2.6/Makefile index 6c5f2a9df1..330ed93d19 100644 --- a/target/linux/x86-2.6/Makefile +++ b/target/linux/x86-2.6/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk -LINUX_VERSION:=2.6.16.1 +LINUX_VERSION:=2.6.16.2 LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=52439ea54fe67b6a0554c01129445118 +LINUX_KERNEL_MD5SUM:=d4105a5ba1d9f82acee2c525c65ef969 include ../rules.mk include ./config |