Merge pull request #4200 from zhanhb/luci-app-acme
[project/luci.git] / modules / luci-mod-battstatus / Makefile
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
7 include $(TOPDIR)/rules.mk
8
9 LUCI_TITLE:=LuCI Battery Status
10 LUCI_DESCRIPTION:=Provides a battery charge indicator in LuCI. Currently only supports the HooToo HT-TM05 travel router.
11
12 LUCI_DEPENDS:=+luci-base +libiwinfo-lua +rpcd-mod-iwinfo +libi2c +i2c-tools
13
14 PKG_LICENSE:=Apache-2.0
15
16 include ../../luci.mk
17
18 # call BuildPackage - OpenWrt buildroot signature
19