mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15320 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
176570cee9
commit
0738089ffd
@ -131,10 +131,10 @@ package_postinst: FORCE
|
||||
@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; \
|
||||
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; \
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user