diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-10-30 10:10:46 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-10-30 10:10:46 +0200 |
commit | 3c23cc64703e246f2ad57070adbdc86fd575907c (patch) | |
tree | 078ff3b4e29a8ddc0213a2198024c64fb9e5c846 /applications/luci-app-travelmate/Makefile | |
parent | 98e12fcebba7cf0a962f316e572077cacfac43d3 (diff) |
luci-app-travelmate: user interface for Travelmate package
Create user interface for Travelmate, a new package that
helps in creating travel router functionality.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-travelmate/Makefile')
-rw-r--r-- | applications/luci-app-travelmate/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-app-travelmate/Makefile b/applications/luci-app-travelmate/Makefile new file mode 100644 index 000000000..f4b1b0a4e --- /dev/null +++ b/applications/luci-app-travelmate/Makefile @@ -0,0 +1,13 @@ +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI support for Travelmate +LUCI_DEPENDS:=+travelmate +LUCI_PKGARCH:=all + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |