zrcadlo
https://git.openwrt.org/project/luci.git
synchronizováno 2025-01-18 23:45:02 +00:00
891e2d803e
was commit 8efe23f3be44a28b872f2cb78b5bac5c8ff7e0a3 Signed-off-by: Paul Donald <newtwen+github@gmail.com>
19 řádky
608 B
Makefile
19 řádky
608 B
Makefile
#
|
|
# Copyright 2008 Steven Barth <steven@midlink.org>
|
|
# Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
|
# Copyright 2013 Manuel Munz <freifunk at somakoma dot de>
|
|
# Copyright 2014-2018 Christian Schoenebeck <christian dot schoenebeck at gmail dot com>
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>
|
|
|
|
LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
|
|
LUCI_DEPENDS:=+luci-base +ddns-scripts
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|