mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:27:48 +08:00
20 lines
446 B
Makefile
Executable File
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
|