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 | c2894e97208ce538c30bed21f9a64a21b830e8a4 (patch) | |
tree | 41575c2d2e3d2f72b35569cbc8ad1e221252796e /package | |
parent | efa70bb5f45bc08d568efb886f90f6ee3e310197 (diff) | |
download | upstream-c2894e97208ce538c30bed21f9a64a21b830e8a4.tar.gz upstream-c2894e97208ce538c30bed21f9a64a21b830e8a4.tar.bz2 upstream-c2894e97208ce538c30bed21f9a64a21b830e8a4.zip |
remove mtd from here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/openwrt/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index c3aea5c210..580777a173 100644 --- a/package/openwrt/Makefile +++ b/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) |