projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add support for more network devices,
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
jffs2
/
Makefile
diff --git
a/openwrt/target/linux/image/jffs2/Makefile
b/openwrt/target/linux/image/jffs2/Makefile
index
8734ee2
..
d5f03be
100644
(file)
--- a/
openwrt/target/linux/image/jffs2/Makefile
+++ b/
openwrt/target/linux/image/jffs2/Makefile
@@
-11,6
+11,7
@@
$(DL_DIR)/$(MTD_SOURCE):
$(MTD_DIR)/.unpacked: $(DL_DIR)/$(MTD_SOURCE)
zcat $(DL_DIR)/$(MTD_SOURCE) | tar -C $(BUILD_DIR) -xvf -
+ $(PATCH) $(MTD_DIR) ./patches
touch $(MTD_DIR)/.unpacked
$(MTD_DIR)/util/mkfs.jffs2: $(MTD_DIR)/.unpacked
This page took
0.02518 seconds
and
4
git commands to generate.