diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-10 15:24:57 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-09-10 15:24:57 +0000 |
| commit | 3022c60919485ccd06a2a55959f0a1f979a3a99f (patch) | |
| tree | fe457fe9ed21e6a25286a601cc5c379406e2f54f /openwrt/target/linux/linux-2.4 | |
| parent | a72596d5e4bcdf9f7454e02eaa1b8aa9601b478c (diff) | |
| download | mtk-20170518-3022c60919485ccd06a2a55959f0a1f979a3a99f.zip mtk-20170518-3022c60919485ccd06a2a55959f0a1f979a3a99f.tar.gz mtk-20170518-3022c60919485ccd06a2a55959f0a1f979a3a99f.tar.bz2 | |
add KERNEL vars
SVN-Revision: 1883
Diffstat (limited to 'openwrt/target/linux/linux-2.4')
| -rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index ca00a32..e5e25d6 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/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) |
