busybox: install /etc/sysconfig script

This commit is contained in:
Stephan Raue 2009-09-14 18:38:48 +02:00
parent eaac721aaa
commit fff6919c7d

View File

@ -21,6 +21,7 @@ if [ "$2" = system ]; then
mkdir -p $INSTALL/etc
cp $PKG_DIR/config/passwd $INSTALL/etc
cp $PKG_DIR/config/group $INSTALL/etc
cp $PKG_DIR/config/sysconfig $INSTALL/etc
mkdir -p $INSTALL/usr/share/udhcpc
cp $PKG_DIR/scripts/udhcp.script $INSTALL/usr/share/udhcpc/default.script