Makefile 612 B

1234567891011121314151617181920212223242526272829
  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. LUCI_TITLE:=LuCI Statistics Application
  8. LUCI_DEPENDS:= \
  9. +luci-base \
  10. +luci-lib-jsonc \
  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. define Package/luci-app-statistics/conffiles
  21. /etc/config/luci_statistics
  22. endef
  23. include ../../luci.mk
  24. # call BuildPackage - OpenWrt buildroot signature