diff options
Diffstat (limited to 'applications/luci-app-ledtrig-switch/Makefile')
-rw-r--r-- | applications/luci-app-ledtrig-switch/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/applications/luci-app-ledtrig-switch/Makefile b/applications/luci-app-ledtrig-switch/Makefile new file mode 100644 index 000000000..7cefc5029 --- /dev/null +++ b/applications/luci-app-ledtrig-switch/Makefile @@ -0,0 +1,15 @@ +# +# 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 switch +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |