kiddin9-packages/luci-app-natmap/Makefile

20 lines
446 B
Makefile
Raw Permalink Normal View History

2024-02-12 10:50:13 +08:00
# 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