diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:30 +0000 |
commit | 9ca1080e92464ab4be78a56e8cc50a183907f95a (patch) | |
tree | fe3dac3d1cdf5b515f810d4da75c5c1aba3b710f /package/utils/busybox/config/selinux | |
parent | fff859a1f6a7a319053e4efce787b88bc76985ab (diff) | |
download | upstream-9ca1080e92464ab4be78a56e8cc50a183907f95a.tar.gz upstream-9ca1080e92464ab4be78a56e8cc50a183907f95a.tar.bz2 upstream-9ca1080e92464ab4be78a56e8cc50a183907f95a.zip |
busybox: Update config for 1.24.1
r47288 updated to Busybox 1.24.1 but did not update the configuration.
The configuration is updated by running
cd config
../convert_menuconfig.pl .../build_dir/target-*/busybox-1.24.1
cd ..
./convert_defaults.pl < .../build_dir/target-*/busybox-1.24.1/.config > \
Config-defaults.in
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 47775
Diffstat (limited to 'package/utils/busybox/config/selinux')
-rw-r--r-- | package/utils/busybox/config/selinux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/busybox/config/selinux/Config.in b/package/utils/busybox/config/selinux/Config.in index 3340e4bb92..1d23f7de43 100644 --- a/package/utils/busybox/config/selinux/Config.in +++ b/package/utils/busybox/config/selinux/Config.in @@ -64,7 +64,7 @@ config BUSYBOX_CONFIG_RUNCON default BUSYBOX_DEFAULT_RUNCON depends on BUSYBOX_CONFIG_SELINUX help - Enable support to run command in speficied security context. + Enable support to run command in specified security context. config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS bool "Enable long options" |