projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: reduce tx queue length of wireless interfaces - improves latency under...
[openwrt.git]
/
package
/
busybox
/
config
/
editors
/
Config.in
diff --git
a/package/busybox/config/editors/Config.in
b/package/busybox/config/editors/Config.in
index
ee4ac86
..
894626f
100644
(file)
--- a/
package/busybox/config/editors/Config.in
+++ b/
package/busybox/config/editors/Config.in
@@
-5,6
+5,12
@@
menu "Editors"
menu "Editors"
+config BUSYBOX_CONFIG_PATCH
+ bool "patch"
+ default n
+ help
+ Apply a unified diff formatted patch.
+
config BUSYBOX_CONFIG_AWK
bool "awk"
default y
config BUSYBOX_CONFIG_AWK
bool "awk"
default y
@@
-58,12
+64,6
@@
config BUSYBOX_CONFIG_ED
Small, simple, evil. Part of SUSv3. If you're not already using
this, you don't need it.
Small, simple, evil. Part of SUSv3. If you're not already using
this, you don't need it.
-config BUSYBOX_CONFIG_PATCH
- bool "patch"
- default n
- help
- Apply a unified diff formatted patch.
-
config BUSYBOX_CONFIG_SED
bool "sed"
default y
config BUSYBOX_CONFIG_SED
bool "sed"
default y
This page took
0.024887 seconds
and
4
git commands to generate.