mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
16 lines
354 B
Makefile
Executable File
16 lines
354 B
Makefile
Executable File
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Open App Filter Module
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+appfilter +kmod-oaf +luci-compat
|
|
PKG_NAME:=luci-app-oaf
|
|
PKG_VERSION:=5.0.2
|
|
PKG_RELEASE:=1
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
# call BuildPackage - OpenWrt buildroot signature
|