projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed writechannel bug as described in ticket in #246, now closed
[openwrt.git]
/
package
/
readline
/
Config.in
diff --git
a/package/readline/Config.in
b/package/readline/Config.in
index
2aeb458
..
9c5519b
100644
(file)
--- a/
package/readline/Config.in
+++ b/
package/readline/Config.in
@@
-1,10
+1,11
@@
config BR2_COMPILE_READLINE
config BR2_COMPILE_READLINE
- bool
+ tristate
default n
depends BR2_PACKAGE_LIBREADLINE
config BR2_PACKAGE_LIBREADLINE
default n
depends BR2_PACKAGE_LIBREADLINE
config BR2_PACKAGE_LIBREADLINE
- tristate "libreadline - Command lines edition library"
+ prompt "libreadline....................... Command lines edition library"
+ tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_READLINE
help
default m if CONFIG_DEVEL
select BR2_COMPILE_READLINE
help
@@
-16,4
+17,4
@@
config BR2_PACKAGE_LIBREADLINE
history expansion on previous commands.
http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
history expansion on previous commands.
http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
-
+
This page took
0.026947 seconds
and
4
git commands to generate.