diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-02-27 14:08:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 14:08:57 +0100 |
commit | fe49108e024a7faf8dff0b425fc6367a0a933457 (patch) | |
tree | 67083f8d679418fa54ab0053bef8af926e5a967a /applications/luci-app-ledtrig-rssi/Makefile | |
parent | e5f4531b707867ae7d2fb1731ea579109069d953 (diff) | |
parent | 638f5ce071f229fb0c11456a0b59d425179ab288 (diff) |
Merge pull request #3639 from TDT-AG/pr/20200217-leds
luci-mod-system: add led plugin infrastructure
Diffstat (limited to 'applications/luci-app-ledtrig-rssi/Makefile')
-rw-r--r-- | applications/luci-app-ledtrig-rssi/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/applications/luci-app-ledtrig-rssi/Makefile b/applications/luci-app-ledtrig-rssi/Makefile new file mode 100644 index 0000000000..b3be2065c8 --- /dev/null +++ b/applications/luci-app-ledtrig-rssi/Makefile @@ -0,0 +1,16 @@ +# +# Copyright (C) 2020 TDT AG <development@tdt.de> +# +# This is free software, licensed under the Apache License Version 2.0. +# See https://www.apache.org/licenses/LICENSE-2.0 for more information. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:= LuCI Support for ledtrigger rssi +LUCI_DEPENDS:=+rssileds +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |