summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7-2.4/base-files.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-03 16:42:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-03 16:42:37 +0000
commitf472d78868cbc8d8e218a7f66c50f1c8988ba43d (patch)
tree6a555c5b85857a176aac4c97a0a33d239e39cc93 /target/linux/ar7-2.4/base-files.mk
parenta5209e63ef8682fcc2ce30a918b2f91f85364c54 (diff)
downloadmaster-31e0f0ae-f472d78868cbc8d8e218a7f66c50f1c8988ba43d.tar.gz
master-31e0f0ae-f472d78868cbc8d8e218a7f66c50f1c8988ba43d.tar.bz2
master-31e0f0ae-f472d78868cbc8d8e218a7f66c50f1c8988ba43d.zip
nuke ar7-2.4 (old code, dsl driver no longer compiles, replaced by ar7-2.6)
SVN-Revision: 7087
Diffstat (limited to 'target/linux/ar7-2.4/base-files.mk')
-rw-r--r--target/linux/ar7-2.4/base-files.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ar7-2.4/base-files.mk b/target/linux/ar7-2.4/base-files.mk
deleted file mode 100644
index f21a604b83..0000000000
--- a/target/linux/ar7-2.4/base-files.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-define Build/Compile
- $(call Build/Compile/Default)
- $(TARGET_CC) -o $(PKG_BUILD_DIR)/adam2patcher $(PLATFORM_DIR)/src/adam2patcher.c
-endef
-
-define Package/base-files/install-target
- mkdir -p $(1)/sbin
- $(CP) $(PKG_BUILD_DIR)/adam2patcher $(1)/sbin
-endef
-
-