2021-09-08 15:15:02 +08:00
|
|
|
# Copyright (C) 2016 Openwrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for ddnsto
|
2022-09-16 20:21:47 +08:00
|
|
|
LUCI_DEPENDS:=+ddnsto +block-mount
|
2021-09-08 15:15:02 +08:00
|
|
|
LUCI_PKGARCH:=all
|
2022-09-16 20:21:47 +08:00
|
|
|
PKG_VERSION:=3.0.3
|
2022-07-05 20:20:41 +08:00
|
|
|
PKG_RELEASE:=0
|
2021-09-08 15:15:02 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|