blob: 9964fa131b0ebf33cd008ed92f376233aa464de4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Copyright (C) 2020 Russell Morris <rmorris@rkmorris.us>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI Battery Status
LUCI_DESCRIPTION:=Provides a battery charge indicator in LuCI.
LUCI_DEPENDS:=+luci-base +libi2c +i2c-tools
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|