19 lines
360 B
Makefile
19 lines
360 B
Makefile
![]() |
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
PKG_VERSION:=1.0.2-20231208
|
||
|
PKG_RELEASE:=
|
||
|
|
||
|
LUCI_TITLE:=LuCI support for HTReader
|
||
|
LUCI_PKGARCH:=all
|
||
|
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd +luci-lib-docker
|
||
|
|
||
|
define Package/luci-app-htreader/conffiles
|
||
|
/etc/config/htreader
|
||
|
endef
|
||
|
|
||
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|