diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-10 22:08:13 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-10 22:08:13 +0000 |
commit | a77d9445f2cd173c26c12c16ea77b171a5f4b25e (patch) | |
tree | d77b1bbeda0a48e36cfb56b296c1b5113f1cabbc /openwrt/target/linux/linux-2.6/Makefile | |
parent | ab76f37e5171c84788f66a150024b781ffd8d2c3 (diff) |
add first steps for led driver port to 2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1896 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.6/Makefile')
-rw-r--r-- | openwrt/target/linux/linux-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index 72a0e7896..dfaf1f48c 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/target/linux/linux-2.6/Makefile @@ -6,7 +6,7 @@ include ../rules.mk KERNEL:=2.6 LINUX_VERSION:=2.6.12.5 -LINUX_KERNEL_MD5SUM:=x +LINUX_KERNEL_MD5SUM:=076f0dc714112c764c790fbaef19e228 LINUX_SITE=http://www.fi.kernel.org/pub/linux/kernel/v2.6 \ http://www.fr.kernel.org/pub/linux/kernel/v2.6 \ http://www.kernel.org/pub/linux/kernel/v2.6 \ |