From 36e2dea8b335502fbbd367d7d09018bc58769a0e Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 12 Apr 2011 18:31:20 +0200 Subject: package/busybox: minor update, some fixes and comments - update to 1.18.4 - introduce BB_MAKE_FLAGS, simplifying package/busybox/Makefile a bit - document how the package/busybox/config may be updated - document what needs to be done so one may drop 003-defaults.patch - update package/busybox/config, a few busybox features were not selectable --- package/busybox/config/runit/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/busybox/config/runit/Config.in') diff --git a/package/busybox/config/runit/Config.in b/package/busybox/config/runit/Config.in index d228df397..3c9c2dd29 100644 --- a/package/busybox/config/runit/Config.in +++ b/package/busybox/config/runit/Config.in @@ -61,22 +61,26 @@ config BUSYBOX_CHPST config BUSYBOX_SETUIDGID bool "setuidgid" + default n help Sets soft resource limits as specified by options config BUSYBOX_ENVUIDGID bool "envuidgid" + default n help Sets $UID to account's uid and $GID to account's gid config BUSYBOX_ENVDIR bool "envdir" + default n help Sets various environment variables as specified by files in the given directory config BUSYBOX_SOFTLIMIT bool "softlimit" + default n help Sets soft resource limits as specified by options -- cgit v1.2.3