projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use irq sharing on the serial line
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
304343a
..
d1605af
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-55,6
+55,13
@@
install-targets: base-files-install $(INSTALL_PACKAGES)
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
install:
rm -rf $(BUILD_DIR)/root
$(MAKE) install-targets
+ @( \
+ cd $(BUILD_DIR)/root; \
+ for script in ./etc/init.d/*; do \
+ grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \
+ IPKG_INSTROOT=$(BUILD_DIR)/root $(which bash) ./etc/rc.common $$script enable; \
+ done; \
+ )
index: $(PACKAGE_DIR)/Packages
index: $(PACKAGE_DIR)/Packages
This page took
0.018955 seconds
and
4
git commands to generate.