Skip to content

Commit

Permalink
netatalk: add kmod-appletalk dependency where needed
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Pastor <[email protected]>
  • Loading branch information
Antonio Pastor committed Jan 15, 2025
1 parent 08b5790 commit b56ed90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/netatalk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,15 @@ define Package/netatalk
$(call Package/netatalk/Default)
TITLE+= with AppleTalk support
VARIANT:=appletalk
DEPENDS += +kmod-appletalk
endef

define Package/netatalk-full
$(call Package/netatalk/Default)
TITLE+= (configurable)
VARIANT:=full
DEPENDS += \
+PACKAGE_NETATALK_APPLETALK:kmod-appletalk \
+PACKAGE_NETATALK_ZEROCONF:libavahi-client \
+PACKAGE_NETATALK_ACLS:libacl \
+PACKAGE_NETATALK_PAM:libpam \
Expand Down

0 comments on commit b56ed90

Please sign in to comment.