mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 12:57:28 +08:00
17 lines
318 B
Makefile
17 lines
318 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for MTPhotos
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd +luci-lib-docker
|
|
|
|
define Package/luci-app-mtphotos/conffiles
|
|
/etc/config/mtphotos
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|