update busybox+ipkg to latest ipkg (v0.99.162),
[openwrt.git] / openwrt / package / samba / Config.in
index 4382216..fba7de3 100644 (file)
@@ -1,7 +1,7 @@
 #menu "samba............................. A NetBIOS/SMB implementation"
 
 config BR2_COMPILE_SAMBA
-       bool
+       tristate
        default n
        depends BR2_PACKAGE_SAMBA || BR2_PACKAGE_SAMBA_CLIENT || BR2_PACKAGE_SMBFS
 
@@ -10,6 +10,7 @@ config BR2_PACKAGE_SAMBA
        tristate
        default m if CONFIG_DEVEL
        select BR2_COMPILE_SAMBA
+       select BR2_PACKAGE_LIBGCC
        help
         The Samba software suite is a collection of programs that implements the 
         SMB protocol for unix systems, allowing you to serve files and printers to 
@@ -25,6 +26,7 @@ config BR2_PACKAGE_SAMBA_CLIENT
        tristate
        default m if CONFIG_DEVEL
        select BR2_COMPILE_SAMBA
+       select BR2_PACKAGE_LIBGCC
        help
         The Samba software suite is a collection of programs that implements the 
         SMB protocol for unix systems, allowing you to serve files and printers to 
This page took 0.026389 seconds and 4 git commands to generate.