mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-08 03:44:59 +00:00
build: do another init script enabling run, fixes init scripts added via files/ (#19857)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45964
This commit is contained in:
parent
c41a1affb8
commit
b35846974e
@ -111,6 +111,10 @@ $(curdir)/install: $(TMP_DIR)/.build
|
||||
cd $(TARGET_DIR); \
|
||||
for script in ./usr/lib/opkg/info/*.postinst; do \
|
||||
IPKG_INSTROOT=$(TARGET_DIR) $$(which bash) $$script; \
|
||||
done; \
|
||||
for script in ./etc/init.d/*; do \
|
||||
grep '#!/bin/sh /etc/rc.common' $$script >/dev/null || continue; \
|
||||
IPKG_INSTROOT=$(TARGET_DIR) $$(which bash) ./etc/rc.common $$script enable; \
|
||||
done || true \
|
||||
)
|
||||
@-find $(TARGET_DIR) -name CVS | $(XARGS) rm -rf
|
||||
|
Loading…
x
Reference in New Issue
Block a user