mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-31 14:41:15 +08:00
19 lines
363 B
Makefile
19 lines
363 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (C) 2025 ImmortalWrt.org
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI for SMB/CIFS Mount
|
|
LUCI_DEPENDS:=+kmod-fs-cifs
|
|
|
|
PKG_PROVIDES:=luci-app-cifs
|
|
|
|
define Package/luci-app-cifs-mount/conffiles
|
|
/etc/config/cifs-mount
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|