mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
autosamba: use samba4 bydefault
This commit is contained in:
parent
0b861c7d99
commit
2055072417
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/autosamba
|
||||
TITLE:=Samba autoconfig hotplug script.
|
||||
MAINTAINER:=Lean
|
||||
DEPENDS:=+luci-app-samba +wsdd2
|
||||
DEPENDS:=+luci-app-samba4 +wsdd2
|
||||
endef
|
||||
|
||||
define Package/autosamba/description
|
||||
@ -28,6 +28,8 @@ define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/autosamba/install
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/block
|
||||
$(INSTALL_BIN) ./files/20-smb $(1)/etc/hotplug.d/block/20-smb
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,autosamba))
|
||||
|
Loading…
Reference in New Issue
Block a user