projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: rtl8366: add rtl8366_smi_write_reg_noack helper
[openwrt.git]
/
package
/
busybox
/
config
/
debianutils
/
Config.in
diff --git
a/package/busybox/config/debianutils/Config.in
b/package/busybox/config/debianutils/Config.in
index
e5f0c26
..
be69666
100644
(file)
--- a/
package/busybox/config/debianutils/Config.in
+++ b/
package/busybox/config/debianutils/Config.in
@@
-1,3
+1,4
@@
+# DO NOT EDIT. This file is generated from Config.src
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
@@
-5,6
+6,8
@@
menu "Debian Utilities"
menu "Debian Utilities"
+
+
config BUSYBOX_CONFIG_MKTEMP
bool "mktemp"
default y
config BUSYBOX_CONFIG_MKTEMP
bool "mktemp"
default y
@@
-35,7
+38,7
@@
config BUSYBOX_CONFIG_RUN_PARTS
config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_RUN_PARTS_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_RUN_PARTS && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_RUN_PARTS && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the run-parts applet.
help
Support long options for the run-parts applet.
@@
-69,7
+72,7
@@
config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_FANCY
config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
default n
config BUSYBOX_CONFIG_FEATURE_START_STOP_DAEMON_LONG_OPTIONS
bool "Enable long options"
default n
- depends on BUSYBOX_CONFIG_START_STOP_DAEMON && BUSYBOX_CONFIG_
GETOPT_LONG
+ depends on BUSYBOX_CONFIG_START_STOP_DAEMON && BUSYBOX_CONFIG_
LONG_OPTS
help
Support long options for the start-stop-daemon applet.
help
Support long options for the start-stop-daemon applet.
@@
-81,4
+84,3
@@
config BUSYBOX_CONFIG_WHICH
print out their pathnames.
endmenu
print out their pathnames.
endmenu
-
This page took
0.026932 seconds
and
4
git commands to generate.