2018-03-02 17:06:38 +00:00
|
|
|
# Copyright 2017-2018 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
|
2018-03-17 18:04:51 +00:00
|
|
|
LUCI_DEPENDS:=+travelmate +luci-lib-jsonc
|
2016-10-30 08:10:46 +00:00
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|