mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:43:10 +02:00
fix jffs2root dependency problem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1572 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6df7acff9a
commit
e79af64af7
@ -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