Makefile 651 B

1234567891011121314151617181920
  1. #
  2. # Copyright 2008 Steven Barth <steven@midlink.org>
  3. # Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
  4. # Copyright 2013 Manuel Munz <freifunk at somakoma dot de>
  5. # Copyright 2014-2018 Christian Schoenebeck <christian dot schoenebeck at gmail dot com>
  6. #
  7. # This is free software, licensed under the Apache License, Version 2.0
  8. include $(TOPDIR)/rules.mk
  9. PKG_LICENSE:=Apache-2.0
  10. PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>
  11. LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts)
  12. LUCI_DEPENDS:=+luci-lib-ipkg +luci-mod-admin-full +ddns-scripts
  13. LUCI_PKGARCH:=all
  14. include ../../luci.mk
  15. # call BuildPackage - OpenWrt buildroot signature