summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-21 00:55:56 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-07-21 00:55:56 +0000
commitf81587b1606409224beb6d698a3d66d4d6a5e951 (patch)
treede65e40f9e1bd47aeec52fc828939bd8ed810ff1 /openwrt
parent5462d1ec2b55ccd38f2154bd6bcd2d4c58c54123 (diff)
downloadmtk-20170518-f81587b1606409224beb6d698a3d66d4d6a5e951.zip
mtk-20170518-f81587b1606409224beb6d698a3d66d4d6a5e951.tar.gz
mtk-20170518-f81587b1606409224beb6d698a3d66d4d6a5e951.tar.bz2
remove mtd from here
SVN-Revision: 1515
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/openwrt/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/openwrt/package/openwrt/Makefile b/openwrt/package/openwrt/Makefile
index c3aea5c..580777a 100644
--- a/openwrt/package/openwrt/Makefile
+++ b/openwrt/package/openwrt/Makefile
@@ -19,15 +19,11 @@ libshared-install libnvram-install: libshared-compile libnvram-compile
libshared-clean libnvram-clean:
@$(MAKE) -C $(patsubst %-clean,%,$@) clean
-$(PKG_IPK_DIR)/sbin/mtd: mtd.c
- mkdir -p $(PKG_IPK_DIR)/sbin
- $(TARGET_CC) -o $@ $<
-
$(PKG_IPK_DIR)/sbin/jffs2root: jffs2root.c
mkdir -p $(PKG_IPK_DIR)/sbin
$(TARGET_CC) -o $@ $<
-$(PKG_IPK): $(PKG_IPK_DIR)/sbin/mtd $(PKG_IPK_DIR)/sbin/jffs2root
+$(PKG_IPK): $(PKG_IPK_DIR)/sbin/jffs2root
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_RELEASE) $(ARCH)
$(STRIP) $(PKG_IPK_DIR)/sbin/*
mkdir -p $(PACKAGE_DIR)