change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt.git] / package / atftp / Config.in
index c84e316..32ab951 100644 (file)
@@ -1,7 +1,7 @@
 #menu "atftp............................. TFTP implementation"
 
 config BR2_COMPILE_ATFTP
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_ATFTP || BR2_PACKAGE_ATFTPD
        
This page took 0.028636 seconds and 4 git commands to generate.