OpenAppFilter: change CATEGORY
This commit is contained in:
parent
28c3e08e4a
commit
73bddf898d
9
package/ctcgfw/oaf/Makefile
Executable file → Normal file
9
package/ctcgfw/oaf/Makefile
Executable file → Normal 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
0
package/ctcgfw/oaf/src/Makefile
Executable file → Normal file
0
package/ctcgfw/oaf/src/af_utils.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/af_utils.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/af_utils.h
Executable file → Normal file
0
package/ctcgfw/oaf/src/af_utils.h
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter.h
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter.h
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter_config.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter_config.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter_feature.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/app_filter_feature.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/cJSON.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/cJSON.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/cJSON.h
Executable file → Normal file
0
package/ctcgfw/oaf/src/cJSON.h
Executable file → Normal file
0
package/ctcgfw/oaf/src/regexp.c
Executable file → Normal file
0
package/ctcgfw/oaf/src/regexp.c
Executable file → Normal 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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user