Add libol, missing dependency for syslog-ng
[openwrt.git] / openwrt / package / readline / Config.in
index 2aeb458..9c5519b 100644 (file)
@@ -1,10 +1,11 @@
 config BR2_COMPILE_READLINE
-       bool
+       tristate
        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
@@ -16,4 +17,4 @@ config BR2_PACKAGE_LIBREADLINE
          history expansion on previous commands.
          
          http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
-         
+
This page took 0.034218 seconds and 4 git commands to generate.