2020-09-18 22:01:07 +00:00
|
|
|
# Copyright 2017-2020 Dirk Brenken (dev@brenken.org)
|
2017-04-21 19:01:52 +00:00
|
|
|
# This is free software, licensed under the Apache License, Version 2.0
|
2016-10-30 08:10:46 +00:00
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for Travelmate
|
2020-09-18 22:01:07 +00:00
|
|
|
LUCI_DEPENDS:=+travelmate +luci-lib-jsonc
|
2016-10-30 08:10:46 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
2020-09-18 22:01:07 +00:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
|
2016-10-30 08:10:46 +00:00
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|