parent
210254c279
commit
3f8ac1680c
1 changed files with 2 additions and 2 deletions
|
@ -131,10 +131,10 @@ package_postinst: FORCE
|
||||||
@echo
|
@echo
|
||||||
@echo Activating init scripts
|
@echo Activating init scripts
|
||||||
@( \
|
@( \
|
||||||
cd $(BUILD_DIR)/root; \
|
cd $(TARGET_DIR); \
|
||||||
for script in ./etc/init.d/*; do \
|
for script in ./etc/init.d/*; do \
|
||||||
grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \
|
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; \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue