mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
fix jffs2root dependency problem
SVN-Revision: 1572
This commit is contained in:
parent
e2abfd7c98
commit
2661ca8f1e
@ -21,7 +21,7 @@ $(PKG_BUILD_DIR)/jffs2root: jffs2root.c
|
|||||||
|
|
||||||
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/jffs2root
|
$(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
|
mkdir -p $(IDIR_OPENWRT)/sbin
|
||||||
cp $(PKG_BUILD_DIR)/jffs2root $(IDIR_OPENWRT)/sbin
|
cp $(PKG_BUILD_DIR)/jffs2root $(IDIR_OPENWRT)/sbin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user