From fff6919c7d3a7255ffd5704defe8c0cda0494819 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 14 Sep 2009 18:38:48 +0200 Subject: [PATCH] busybox: install /etc/sysconfig script --- packages/sysutils/busybox/install | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index c42c7ec221..bfb7fd9fdb 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -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