kiddin9-packages/luci-app-natmap/Makefile
github-actions[bot] 417bf3cf9e 💋 Sync 2024-08-30 18:07:43
2024-08-30 18:07:43 +08:00

20 lines
446 B
Makefile
Executable File

# This is free software, licensed under the Apache License, Version 2.0
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-natmap
LUCI_TITLE:=LuCI Support for natmap
LUCI_DEPENDS:=+natmap +jq +curl +openssl-util +bash
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Richard Yu <yurichard3839@gmail.com>
define Package/${PKG_NAME}/conffiles
/etc/config/natmap
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature