OpenAppFilter: change CATEGORY

This commit is contained in:
CN_SZTL 2019-10-12 15:23:15 +08:00
parent 28c3e08e4a
commit 73bddf898d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
12 changed files with 7 additions and 6 deletions

9
package/ctcgfw/oaf/Makefile Executable file → Normal file
View File

@ -10,16 +10,17 @@ include $(INCLUDE_DIR)/package.mk
PKG_AUTOLOAD:=oaf
define KernelPackage/oaf
SECTION:=Derry Apps
CATEGORY:=Derry Apps
SECTION:=Kernel
CATEGORY:=Kernel modules
SUBMENU:=Netfilter Extensions
TITLE:=open app filter kernel module
FILES:=$(PKG_BUILD_DIR)/oaf.ko
FILES:=$(PKG_BUILD_DIR)/oaf.ko
KCONFIG:=
AUTOLOAD:=$(call AutoLoad,0,$(PKG_AUTOLOAD))
endef
define KernelPackage/oaf/description
open appfilter kernel module
open appfilter kernel module
endef

0
package/ctcgfw/oaf/src/Makefile Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/af_utils.c Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/af_utils.h Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/app_filter.c Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/app_filter.h Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/app_filter_config.c Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/app_filter_feature.c Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/cJSON.c Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/cJSON.h Executable file → Normal file
View File

0
package/ctcgfw/oaf/src/regexp.c Executable file → Normal file
View File

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