fix bug in imagebuilder init.d scripts
[openwrt.git] / target / imagebuilder / files / Makefile
index 0d997d6..7dfc06c 100644 (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
This page took 0.020126 seconds and 4 git commands to generate.