blob: 3366dd8a16aec9fa5a8916b7f15e8aa8eea52af0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This is free software, licensed under the Apache License, Version 2.0 .
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Network Shares - Samba 4 SMB/CIFS module
LUCI_DEPENDS:=+luci-compat +samba4-server
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|