diff options
author | Ramon00 <github@flightfoil.com> | 2023-11-30 17:43:34 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2023-11-30 17:43:34 +0200 |
commit | a6753d44e7bcff305f789e182031fb5f089a8836 (patch) | |
tree | ab5cd96c5c5a3fa6245c9fe82b30ba30d66b0840 /applications/luci-app-usteer/Makefile | |
parent | eaea31f760a572e7a4ffe902e26cae9562fb1560 (diff) |
Luci-app-usteer: First version of luci-app-usteer
Signed-off-by: Ramon Van Gorkom <github@flightfoil.com>
[most trailing whitespace errors removed]
Diffstat (limited to 'applications/luci-app-usteer/Makefile')
-rw-r--r-- | applications/luci-app-usteer/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/applications/luci-app-usteer/Makefile b/applications/luci-app-usteer/Makefile new file mode 100644 index 0000000000..f0fb08177c --- /dev/null +++ b/applications/luci-app-usteer/Makefile @@ -0,0 +1,11 @@ +# See /LICENSE for more information. +# This is free software, licensed under the GNU General Public License v2. + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI usteer app for js based luci +LUCI_DEPENDS:=+luci-base +usteer + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |