update OpenAppFilter

This commit is contained in:
CN_SZTL 2019-07-26 01:25:51 +08:00
parent b248ae7ae9
commit b079514eb1
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
7 changed files with 15 additions and 6 deletions

View File

@ -1,4 +1,3 @@
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
@ -7,8 +6,18 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Open App Filter Module
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-oaf
PKG_NAME:=luci-app-appfilter
PKG_VERSION:=1.0
PKG_RELEASE:=1
define Package/$(PKG_NAME)
SECTION:=luci
CATEGORY:=LuCI
SUBMENU:=3. Applications
TITLE:=LuCI Support for oaf
PKGARCH:=all
DEPENDS:=+oaf +appfilter
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature

View File

@ -10,8 +10,8 @@ include $(INCLUDE_DIR)/package.mk
PKG_AUTOLOAD:=oaf
define KernelPackage/oaf
SECTION:=Derry Apps
CATEGORY:=Derry Apps
SECTION:=net
CATEGORY:=Network
TITLE:=open app filter kernel module
FILES:=$(PKG_BUILD_DIR)/oaf.ko
KCONFIG:=

View File

@ -11,8 +11,8 @@ include $(INCLUDE_DIR)/package.mk
#include $(INCLUDE_DIR)/kernel.mk
define Package/appfilter
SECTION:=Derry Apps
CATEGORY:=Derry Apps
SECTION:=net
CATEGORY:=Network
TITLE:=App filter userspace module
endef