diff options
Diffstat (limited to 'openwrt/target/linux/linux-2.6/Makefile')
-rw-r--r-- | openwrt/target/linux/linux-2.6/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openwrt/target/linux/linux-2.6/Makefile b/openwrt/target/linux/linux-2.6/Makefile index aa307ee0a..72a0e7896 100644 --- a/openwrt/target/linux/linux-2.6/Makefile +++ b/openwrt/target/linux/linux-2.6/Makefile @@ -1,13 +1,10 @@ -############################################################# # $Id$ -# # Linux 2.6 kernel target for the OpenWRT project -# -############################################################# include $(TOPDIR)/rules.mk include ../rules.mk +KERNEL:=2.6 LINUX_VERSION:=2.6.12.5 LINUX_KERNEL_MD5SUM:=x LINUX_SITE=http://www.fi.kernel.org/pub/linux/kernel/v2.6 \ |