mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 21:00:14 +02:00
fix bug in imagebuilder init.d scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7188 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
495fb6bdbd
commit
9c5c412127
@ -137,7 +137,7 @@ package_postinst: FORCE
|
||||
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; \
|
||||
done || true; \
|
||||
)
|
||||
|
||||
build_image: FORCE
|
||||
|
Loading…
Reference in New Issue
Block a user