aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/ar531x-2.4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/target/linux/ar531x-2.4/Makefile')
-rw-r--r--openwrt/target/linux/ar531x-2.4/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/openwrt/target/linux/ar531x-2.4/Makefile b/openwrt/target/linux/ar531x-2.4/Makefile
deleted file mode 100644
index 6e6551b193..0000000000
--- a/openwrt/target/linux/ar531x-2.4/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-LINUX_VERSION:=2.4.32
-LINUX_RELEASE:=1
-LINUX_KERNEL_MD5SUM:=38f4d0830e95a20f4bfed17622d5557c
-
-include ../rules.mk
-include ./config
-include ../generic-$(KERNEL)/modules.mk
-include ../kernel.mk
-
-$(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
- [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
- [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
- @$(CP) config $(LINUX_DIR)/.config
- touch $@
-