mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +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
|
define Package/autosamba
|
||||||
TITLE:=Samba autoconfig hotplug script.
|
TITLE:=Samba autoconfig hotplug script.
|
||||||
MAINTAINER:=Lean
|
MAINTAINER:=Lean
|
||||||
DEPENDS:=+luci-app-samba +wsdd2
|
DEPENDS:=+luci-app-samba4 +wsdd2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/autosamba/description
|
define Package/autosamba/description
|
||||||
@ -28,6 +28,8 @@ define Build/Compile
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/autosamba/install
|
define Package/autosamba/install
|
||||||
|
$(INSTALL_DIR) $(1)/etc/hotplug.d/block
|
||||||
|
$(INSTALL_BIN) ./files/20-smb $(1)/etc/hotplug.d/block/20-smb
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,autosamba))
|
$(eval $(call BuildPackage,autosamba))
|
||||||
|
Loading…
Reference in New Issue
Block a user