From: Waldemar Brodkorb Date: Thu, 21 Jul 2005 00:55:56 +0000 (+0000) Subject: remove mtd from here X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f81587b1606409224beb6d698a3d66d4d6a5e951;p=librecmc%2Flibrecmc.git remove mtd from here SVN-Revision: 1515 --- diff --git a/openwrt/package/openwrt/Makefile b/openwrt/package/openwrt/Makefile index c3aea5c210..580777a173 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)