2
0

Makefile 664 B

1234567891011121314151617181920212223242526272829303132
  1. #
  2. # Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. PKG_LICENSE:=Apache-2.0
  8. LUCI_TITLE:=LuCI Statistics Application
  9. LUCI_DEPENDS:= \
  10. +luci-base \
  11. +collectd \
  12. +rrdtool1 \
  13. +collectd-mod-rrdtool \
  14. +collectd-mod-iwinfo \
  15. +collectd-mod-cpu \
  16. +collectd-mod-memory \
  17. +collectd-mod-interface \
  18. +collectd-mod-load \
  19. +collectd-mod-network
  20. PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
  21. define Package/luci-app-statistics/conffiles
  22. /etc/config/luci_statistics
  23. endef
  24. include ../../luci.mk
  25. # call BuildPackage - OpenWrt buildroot signature