diff --git a/scripts/install b/scripts/install index 41dd3bdde..c1e911454 100755 --- a/scripts/install +++ b/scripts/install @@ -27,6 +27,11 @@ if [ -d $PKG_DIR/profile.d ]; then cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/ fi +if [ -d $PKG_DIR/init.network ]; then + mkdir -p $INSTALL/etc/init.d/network + cp $PKG_DIR/init.network/* $INSTALL/etc/init.d/network/ +fi + $SCRIPTS/build $@ printf "%${INDENT}c INSTALL $1\n" >&$SILENT_OUT #dialog --infobox "%${INDENT}c INSTALL $1\n" 15 40