Makefile 497 B

12345678910111213141516171819
  1. #
  2. # Copyright (C) 2020 Russell Morris <rmorris@rkmorris.us>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=LuCI Battery Status
  8. LUCI_DESCRIPTION:=Provides a battery charge indicator in LuCI. Currently only supports the HooToo HT-TM05 travel router.
  9. LUCI_DEPENDS:=+luci-base +libiwinfo-lua +rpcd-mod-iwinfo +libi2c +i2c-tools
  10. PKG_LICENSE:=Apache-2.0
  11. include ../../luci.mk
  12. # call BuildPackage - OpenWrt buildroot signature