1
0
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:
nbd 2005-07-28 21:35:41 +00:00
parent 6df7acff9a
commit e79af64af7

View File

@ -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