mirror of
https://github.com/openwrt/packages.git
synced 2025-07-22 07:39:19 +00:00
Small version includes only AFP file sharing to minimize size. Base version adds AppleTalk. This matches the contents of the existing package. Full version includes everything that OpenWrt can support and configuration option for build system (menuconfig). Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
36 lines
925 B
Plaintext
36 lines
925 B
Plaintext
if PACKAGE_netatalk-full
|
|
|
|
config PACKAGE_NETATALK_APPLETALK
|
|
bool "Enable AppleTalk support."
|
|
default y
|
|
|
|
config PACKAGE_NETATALK_ZEROCONF
|
|
bool "Enable Zeroconf support."
|
|
default y
|
|
|
|
config PACKAGE_NETATALK_ACLS
|
|
bool "Enable ACL support."
|
|
default y
|
|
|
|
config PACKAGE_NETATALK_PAM
|
|
bool "Enable PAM support."
|
|
default y
|
|
|
|
config PACKAGE_NETATALK_LDAP
|
|
bool "Enable LDAP support."
|
|
default y
|
|
|
|
config PACKAGE_NETATALK_ICONV
|
|
bool "Use libiconv features."
|
|
default y
|
|
|
|
config PACKAGE_NETATALK_KERBEROS
|
|
bool "Enable kerberos support."
|
|
default y
|
|
|
|
config PACKAGE_NETATALK_LIBWRAP
|
|
bool "Enable TCP wrappers."
|
|
default y
|
|
|
|
endif
|