diff options
| author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-21 00:55:56 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-07-21 00:55:56 +0000 |
| commit | faf96af57fd641b30784a57e2dd373537a8d479f (patch) | |
| tree | de65e40f9e1bd47aeec52fc828939bd8ed810ff1 | |
| parent | 5fe6cc453ac71150bb526e09b790292f28a59d9b (diff) | |
| download | upstream-faf96af57fd641b30784a57e2dd373537a8d479f.tar.gz upstream-faf96af57fd641b30784a57e2dd373537a8d479f.tar.bz2 upstream-faf96af57fd641b30784a57e2dd373537a8d479f.zip | |
remove mtd from here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1515 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/openwrt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/openwrt/package/openwrt/Makefile b/openwrt/package/openwrt/Makefile index c3aea5c2100..580777a1736 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) |
