1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

fix bug in imagebuilder init.d scripts

SVN-Revision: 7188
This commit is contained in:
Mike Baker 2007-05-11 17:47:05 +00:00
parent fdb603ed6b
commit 52553da52c

View File

@ -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