19 lines
335 B
Makefile
19 lines
335 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.0.1-20230108
|
|
PKG_RELEASE:=
|
|
|
|
LUCI_TITLE:=LuCI support for Xteve
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+docker +luci-lib-taskd +luci-lib-docker
|
|
|
|
define Package/luci-app-xteve/conffiles
|
|
/etc/config/xteve
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|