update OpenAppFilter
This commit is contained in:
parent
b248ae7ae9
commit
b079514eb1
@ -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
|
||||
@ -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:=
|
||||
|
||||
@ -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