Avoid mkdir in postinst, doing it in the Makefile
[openwrt.git] / package / readline / Config.in
index 2aeb4581ff4e8550518432f7415d0ce999ea7fd4..9c5519b4d9f61495a87887e549f646de59430897 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
-         
+