mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 19:02:28 +02:00
remove mtd from here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f487098ac4
commit
443f1f7ac7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user