blob: f4b1b0a4e36d2611723df3afecb704989017f362 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|