op-packages/luci-app-ubuntu2/Makefile
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

25 lines
440 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=1.1.0-20251012
PKG_RELEASE:=1
LUCI_TITLE:=LuCI support for Ubuntu2
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+lsblk +docker +dockerd +luci-lib-taskd
define Package/luci-app-ubuntu2/conffiles
/etc/config/ubuntu2
endef
define Package/luci-app-ubuntu2/prerm
#!/bin/sh
/usr/libexec/istorec/ubuntu2.sh stop
exit 0
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature