diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-28 21:35:41 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-28 21:35:41 +0000 |
commit | 29c32dabaf8167d958a9d2adc3f92e20788468e8 (patch) | |
tree | dadc4ed428685a3add5840c313543ce57f006c02 /target | |
parent | 384c8381ee0b02ffd6df7577c997f272212ef590 (diff) |
fix jffs2root dependency problem
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/package/openwrt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/openwrt/Makefile b/target/linux/package/openwrt/Makefile index 2f90631a0..45b33b886 100644 --- a/target/linux/package/openwrt/Makefile +++ b/target/linux/package/openwrt/Makefile @@ -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 |