mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
13 lines
264 B
Makefile
13 lines
264 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-powersupply
|
|
|
|
LUCI_TITLE:=LT70 power supply control utility
|
|
LUCI_DEPENDS:=+luci-base
|
|
LUCI_DEPENDS:=powersupply
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|