2021-09-24 23:37:27 +08:00
|
|
|
|
2021-09-08 15:15:02 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2021-09-24 23:37:27 +08:00
|
|
|
LUCI_TITLE:=Open App Filter Module
|
2021-09-08 15:15:02 +08:00
|
|
|
LUCI_PKGARCH:=all
|
2022-11-29 20:20:30 +08:00
|
|
|
LUCI_DEPENDS:=+appfilter +kmod-oaf +luci-compat
|
2021-09-24 23:37:27 +08:00
|
|
|
PKG_NAME:=luci-app-oaf
|
2022-11-29 20:20:30 +08:00
|
|
|
PKG_VERSION:=5.0.2
|
2021-09-08 15:15:02 +08:00
|
|
|
PKG_RELEASE:=1
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|