20 lines
325 B
Makefile
20 lines
325 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_VERSION:=1.0.5
|
|
PKG_RELEASE:=20220215
|
|
|
|
LUCI_TITLE:=LuCI support for ubuntu
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+docker +luci-app-dockerman
|
|
|
|
define Package/luci-app-ubuntu/conffiles
|
|
/etc/config/ubuntu
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|