aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-09-10 15:24:57 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-09-10 15:24:57 +0000
commit328da604d94363d5372b3797f06b3da1b827814f (patch)
tree45948450400a90a9caeaf12ade24893912e2fdc4 /target
parente281de7e89d92742c1aa3844a560f6e74ea83c78 (diff)
downloadmaster-187ad058-328da604d94363d5372b3797f06b3da1b827814f.tar.gz
master-187ad058-328da604d94363d5372b3797f06b3da1b827814f.tar.bz2
master-187ad058-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')
-rw-r--r--target/linux/linux-2.4/Makefile10
-rw-r--r--target/linux/linux-2.6/Makefile5
2 files changed, 2 insertions, 13 deletions
diff --git a/target/linux/linux-2.4/Makefile b/target/linux/linux-2.4/Makefile
index ca00a327fb..e5e25d6ab7 100644
--- a/target/linux/linux-2.4/Makefile
+++ b/target/linux/linux-2.4/Makefile
@@ -1,18 +1,10 @@
-#############################################################
# $Id$
-#
# Linux 2.4 kernel target for the OpenWRT project
-#
-# patches are sorted by numbers
-# 0xx needed patches for board, cpu, filesystem
-# 1xx addon patches for new features (netfilter, ebtables, cifs,..)
-# 2xx compile fixes, driver fixes
-#
-#############################################################
include $(TOPDIR)/rules.mk
include ../rules.mk
+KERNEL:=2.4
LINUX_VERSION:=2.4.30
MODULES_SUBDIR:=lib/modules/$(LINUX_VERSION)
LINUX_KCONFIG:=./config/$(BOARD)
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 \