Loading package/samba/Config.in +1 −1 Original line number Diff line number Diff line config BR2_PACKAGE_SAMBA bool "samba" select BR2_PACKAGE_LIBICONV select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help Provides print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows Loading package/samba/samba.mk +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ SAMBA_INSTALL_TARGET = YES SAMBA_DEPENDENCIES = \ libiconv \ $(if $(BR2_ENABLE_LOCALE),,libiconv) \ $(if $(BR2_PACKAGE_SAMBA_RPCCLIENT),readline) \ $(if $(BR2_PACKAGE_SAMBA_SMBCLIENT),readline) \ $(if $(BR2_PACKAGE_SAMBA_AVAHI),avahi) \ Loading Loading
package/samba/Config.in +1 −1 Original line number Diff line number Diff line config BR2_PACKAGE_SAMBA bool "samba" select BR2_PACKAGE_LIBICONV select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE help Provides print services to all manner of SMB/CIFS clients, including the numerous versions of Microsoft Windows Loading
package/samba/samba.mk +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ SAMBA_INSTALL_TARGET = YES SAMBA_DEPENDENCIES = \ libiconv \ $(if $(BR2_ENABLE_LOCALE),,libiconv) \ $(if $(BR2_PACKAGE_SAMBA_RPCCLIENT),readline) \ $(if $(BR2_PACKAGE_SAMBA_SMBCLIENT),readline) \ $(if $(BR2_PACKAGE_SAMBA_AVAHI),avahi) \ Loading