projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
do not fire up the qos-scripts hotplug part if the init script is disabled
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
38e39da
..
aa059a7
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-20,6
+20,7
@@
$(curdir)/cleanup: $(TMP_DIR)/.build
rm -rf $(TARGET_DIR)
$(curdir)/rootfs-prepare: $(TMP_DIR)/.build
+ @-$(MAKE) package/preconfig
@if [ -d $(TOPDIR)/files ]; then \
$(CP) $(TOPDIR)/files/. $(TARGET_DIR); \
fi
This page took
0.024331 seconds
and
4
git commands to generate.