16 lines
319 B
Makefile
16 lines
319 B
Makefile
|
#
|
||
|
# Copyright (C) 2020 Robert Koszewski <rkkoszewski@gmail.com>
|
||
|
#
|
||
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
||
|
#
|
||
|
|
||
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=Support for SSTP
|
||
|
LUCI_DEPENDS:=+sstp-client
|
||
|
LUCI_PKGARCH:=all
|
||
|
|
||
|
include ../../luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|