mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-07 03:16:45 +08:00
27 lines
528 B
Makefile
27 lines
528 B
Makefile
#
|
|
# Copyright 2019-2024 sirpdboy
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
NAME:=parentcontrol
|
|
PKG_NAME:=luci-app-$(NAME)
|
|
PKG_VERSION:=1.7.1
|
|
PKG_RELEASE:=20230909
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
LUCI_TITLE:=LuCI support for Parent Control
|
|
LUCI_DEPENDS:=+iptables-mod-filter +kmod-ipt-filter
|
|
LUCI_PKGARCH:=all
|
|
|
|
define Package/$(PKG_NAME)/conffiles
|
|
/etc/config/parentcontrol
|
|
endef
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|
|
|