2
0

Makefile 587 B

12345678910111213141516171819202122
  1. #
  2. # Copyright (C) 2017 Dan Luedtke <mail@danrl.com>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=LXC management Web UI
  8. LUCI_DEPENDS:=@!arc +luci-compat +luci-base +lxc +lxc-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar
  9. define Package/luci-app-lxc/conffiles
  10. /etc/config/lxc
  11. endef
  12. PKG_LICENSE:=Apache-2.0
  13. PKG_MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>, \
  14. Dirk Brenken <dev@brenken.org>
  15. include ../../luci.mk
  16. # call BuildPackage - OpenWrt buildroot signature