projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add the 'goldfish' target, useful for experimenting with virtual phone hardware ...
[openwrt.git]
/
target
/
imagebuilder
/
files
/
Makefile
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index
e8bd28f
..
b526925
100644
(file)
--- a/
target/imagebuilder/files/Makefile
+++ b/
target/imagebuilder/files/Makefile
@@
-131,10
+131,10
@@
package_postinst: FORCE
@echo
@echo Activating init scripts
@( \
@echo
@echo Activating init scripts
@( \
- cd $(
BUILD_DIR)/root
; \
+ cd $(
TARGET_DIR)
; \
for script in ./etc/init.d/*; do \
grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \
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; \
+ IPKG_INSTROOT=$(
TARGET_DIR)
$(which bash) ./etc/rc.common $$script enable; \
done || true; \
)
done || true; \
)
This page took
0.024612 seconds
and
4
git commands to generate.