mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
4c03f5ff1f
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
12 lines
295 B
Makefile
12 lines
295 B
Makefile
# Copyright 2019 Olivier Poitrey (rs@nextdns.io)
|
|
# This is free software, licensed under the Apache License, Version 2.0
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for NextDNS
|
|
LUCI_DEPENDS:=+luci-base +nextdns
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|