Makefile 556 B

123456789101112131415161718192021
  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-mod-admin-full +lxc +lxc-attach +lxc-console +lxc-create +liblxc +rpcd-mod-lxc +getopt +!LXC_BUSYBOX_OPTIONS:tar
  9. LUCI_PKGARCH:=all
  10. define Package/luci-app-lxc/conffiles
  11. /etc/config/lxc
  12. endef
  13. PKG_MAINTAINER:=Petar Koretic <petar.koretic@sartura.hr>
  14. include ../../luci.mk
  15. # call BuildPackage - OpenWrt buildroot signature