diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-10 15:24:57 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-09-10 15:24:57 +0000 |
commit | 328da604d94363d5372b3797f06b3da1b827814f (patch) | |
tree | 45948450400a90a9caeaf12ade24893912e2fdc4 /target/linux/linux-2.6/Makefile | |
parent | e281de7e89d92742c1aa3844a560f6e74ea83c78 (diff) | |
download | upstream-328da604d94363d5372b3797f06b3da1b827814f.tar.gz upstream-328da604d94363d5372b3797f06b3da1b827814f.tar.bz2 upstream-328da604d94363d5372b3797f06b3da1b827814f.zip |
add KERNEL vars
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1883 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.6/Makefile')
-rw-r--r-- | target/linux/linux-2.6/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index aa307ee0ab..72a0e7896e 100644 --- a/target/linux/linux-2.6/Makefile +++ b/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 \ |