mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 18:41:15 +08:00
16 lines
286 B
Makefile
16 lines
286 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-ipv6clientfilter
|
|
PKG_VERSION:=1.2.1
|
|
PKG_DATE:=20231112
|
|
PKG_RELEASE:=1
|
|
|
|
PKG_MAINTAINER:=nlf
|
|
|
|
LUCI_TITLE:=ipv6 clients access control
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|