mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:59:40 +02:00
fix jffs2root dependency problem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1572 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
384c8381ee
commit
29c32dabaf
@ -21,7 +21,7 @@ $(PKG_BUILD_DIR)/jffs2root: jffs2root.c
|
||||
|
||||
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/jffs2root
|
||||
|
||||
$(IDIR_OPENWRT)/sbin/jffs2root:
|
||||
$(IDIR_OPENWRT)/sbin/jffs2root: $(PKG_BUILD_DIR)/jffs2root
|
||||
mkdir -p $(IDIR_OPENWRT)/sbin
|
||||
cp $(PKG_BUILD_DIR)/jffs2root $(IDIR_OPENWRT)/sbin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user