mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
12 lines
293 B
Makefile
12 lines
293 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Web UI for QEMU Virtual Machine Simple (VMS)
|
|
LUCI_DEPENDS:=@TARGET_x86_64 +qemu-vms +ttyd +usbutils +pciutils
|
|
PKG_LICENSE:=GPLv3
|
|
PKG_VERSION:=0.0.2
|
|
PKG_RELEASE:=11
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|