diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/core/busybox/.files | 2 | ||||
| -rw-r--r-- | repos/core/busybox/abuild | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/repos/core/busybox/.files b/repos/core/busybox/.files index 8cd93cfc..6c911a76 100644 --- a/repos/core/busybox/.files +++ b/repos/core/busybox/.files @@ -112,6 +112,8 @@ drwxr-xr-x root/root etc/sv/mdev/ lrwxrwxrwx root/root etc/sv/mdev/supervise -> ../../../run/runit/supervise.mdev drwxr-xr-x root/root etc/sv/net-static/ -rw-r--r-- root/root etc/sv/net-static/conf.new +-rwxr-xr-x root/root etc/sv/net-static/run.new +lrwxrwxrwx root/root etc/sv/net-static/supervise -> ../../../run/runit/supervise.net-static drwxr-xr-x root/root etc/sv/ntpd/ -rwxr-xr-x root/root etc/sv/ntpd/run.new lrwxrwxrwx root/root etc/sv/ntpd/supervise -> ../../../run/runit/supervise.ntpd diff --git a/repos/core/busybox/abuild b/repos/core/busybox/abuild index ba544675..f6e6db36 100644 --- a/repos/core/busybox/abuild +++ b/repos/core/busybox/abuild @@ -43,14 +43,15 @@ sv="acpid.run inetd.run httpd.run mdev.run - udhcpc.run tty1.run tty2.run tty3.run tty4.run tty5.run ttyS0.run + net-static.run net-static.conf + udhcpc.run udhcpc.conf" _disable() { |