16 lines
338 B
Makefile
Executable File
16 lines
338 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:=+kmod-oaf +appfilter
|
|
PKG_NAME:=luci-app-oaf
|
|
PKG_VERSION:=3.0
|
|
PKG_RELEASE:=1
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
# call BuildPackage - OpenWrt buildroot signature
|