projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix jffs2root dependency problem
[openwrt.git]
/
target
/
linux
/
package
/
openwrt
/
Makefile
diff --git
a/target/linux/package/openwrt/Makefile
b/target/linux/package/openwrt/Makefile
index
2f90631
..
45b33b8
100644
(file)
--- 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
This page took
0.026685 seconds
and
4
git commands to generate.