14 lines
320 B
Makefile
14 lines
320 B
Makefile
|
|
#
|
|
# 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
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
# call BuildPackage - OpenWrt buildroot signature
|