diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-28 22:35:21 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-28 22:35:21 +0000 |
commit | 1fac2f5bcd836d54e7cccbbfdd3376094435fae7 (patch) | |
tree | 04a9a29e735a30a7300c65509b778edbc5359b96 /openwrt/target/linux/sibyte-2.6/Makefile | |
parent | 3e7ce96bd455858a0c157d631c9b8a5e9c0848ad (diff) |
update sibyte kernel, fix a few remaining bugs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3712 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/sibyte-2.6/Makefile')
-rw-r--r-- | openwrt/target/linux/sibyte-2.6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/sibyte-2.6/Makefile b/openwrt/target/linux/sibyte-2.6/Makefile index 9f99fbd63..5926e6ebc 100644 --- a/openwrt/target/linux/sibyte-2.6/Makefile +++ b/openwrt/target/linux/sibyte-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 |