projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2abfd7
)
fix jffs2root dependency problem
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jul 2005 21:35:41 +0000
(21:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 28 Jul 2005 21:35:41 +0000
(21:35 +0000)
SVN-Revision: 1572
openwrt/target/linux/package/openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/package/openwrt/Makefile
b/openwrt/target/linux/package/openwrt/Makefile
index 2f90631a06a21f37513367cf723b67175ecadb39..45b33b8869e9ef540927a8e8f29815d51902fe25 100644
(file)
--- a/
openwrt/target/linux/package/openwrt/Makefile
+++ b/
openwrt/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