2017-02-17 11:07:34 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2017 Dan Luedtke <mail@danrl.com>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LXC management Web UI
|
2023-09-24 10:55:27 +03:00
|
|
|
LUCI_DEPENDS:=@!arc +luci-compat +luci-base +lxc +lxc-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar
|
2017-02-17 11:07:34 +01:00
|
|
|
|
2019-06-06 13:03:40 +02:00
|
|
|
define Package/luci-app-lxc/conffiles
|
|
|
|
/etc/config/lxc
|
|
|
|
endef
|
|
|
|
|
2024-03-24 16:10:22 +02:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
2024-04-27 12:43:41 +03:00
|
|
|
PKG_MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>, \
|
2024-01-09 22:56:10 +02:00
|
|
|
Dirk Brenken <dev@brenken.org>
|
2017-02-17 11:07:34 +01:00
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|