diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-07 18:18:01 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-07 18:18:01 +0000 |
commit | 064e3c52d6cd8656a07e2a286910e6e9cd876d55 (patch) | |
tree | 8891a73791b3497a7befaa788a60ae0675af6fd3 /target/linux/x86-2.4/Makefile | |
parent | 0bf116e39e5dcdd0aca2aad81b5fc5facc137f5a (diff) |
remove x86-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.4/Makefile')
-rw-r--r-- | target/linux/x86-2.4/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/x86-2.4/Makefile b/target/linux/x86-2.4/Makefile deleted file mode 100644 index 720fb8039..000000000 --- a/target/linux/x86-2.4/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# -# Copyright (C) 2006 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# -include $(TOPDIR)/rules.mk - -LINUX_VERSION:=2.4.32 -LINUX_RELEASE:=1 -LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c - -include ./config -include $(INCLUDE_DIR)/kernel.mk - -$(eval $(call KMOD_template,WD1100,wd1100,\ - $(MODULES_DIR)/kernel/drivers/char/wd1100.o \ -,CONFIG_WD1100)) - -include $(INCLUDE_DIR)/kernel-build.mk - -$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked - [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches - [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches - @$(CP) config $(LINUX_DIR)/.config - touch $@ |