projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
autotools.mk: Don't try to fixup .la files in the DevInstall host path, because
[openwrt.git]
/
package
/
busybox
/
config
/
selinux
/
Config.in
diff --git
a/package/busybox/config/selinux/Config.in
b/package/busybox/config/selinux/Config.in
index
cc8966c
..
dbd9606
100644
(file)
--- a/
package/busybox/config/selinux/Config.in
+++ b/
package/busybox/config/selinux/Config.in
@@
-3,7
+3,7
@@
# see scripts/kbuild/config-language.txt.
#
# see scripts/kbuild/config-language.txt.
#
-menu "S
el
inux Utilities"
+menu "S
EL
inux Utilities"
depends on BUSYBOX_CONFIG_SELINUX
config BUSYBOX_CONFIG_CHCON
depends on BUSYBOX_CONFIG_SELINUX
config BUSYBOX_CONFIG_CHCON
@@
-16,7
+16,7
@@
config BUSYBOX_CONFIG_CHCON
config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_CHCON_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_CHCON && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the chcon applet.
help
Support long options for the chcon applet.
@@
-67,7
+67,7
@@
config BUSYBOX_CONFIG_RUNCON
config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_RUNCON_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_RUNCON && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the runcon applet.
help
Support long options for the runcon applet.
This page took
0.024071 seconds
and
4
git commands to generate.