mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fixx
This commit is contained in:
parent
0d810056c1
commit
62fb53c7e4
3 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ define KernelPackage/fast-classifier/Default
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
DEPENDS:=@KERNEL_5_4 +kmod-ipt-conntrack +kmod-shortcut-fe
|
DEPENDS:=+kmod-ipt-conntrack +kmod-shortcut-fe
|
||||||
TITLE:=Kernel driver for FAST Classifier
|
TITLE:=Kernel driver for FAST Classifier
|
||||||
FILES:=$(PKG_BUILD_DIR)/fast-classifier.ko
|
FILES:=$(PKG_BUILD_DIR)/fast-classifier.ko
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
@ -59,7 +59,7 @@ endef
|
||||||
|
|
||||||
define Package/fast-classifier-example
|
define Package/fast-classifier-example
|
||||||
TITLE:=Example user space program for fast-classifier
|
TITLE:=Example user space program for fast-classifier
|
||||||
DEPENDS:=@KERNEL_5_4 +libnl +kmod-fast-classifier
|
DEPENDS:=+libnl +kmod-fast-classifier
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/fast-classifier-example/description
|
define Package/fast-classifier-example/description
|
||||||
|
|
|
@ -24,7 +24,7 @@ define KernelPackage/shortcut-fe
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
DEPENDS:=@KERNEL_5_4 @IPV6 +kmod-nf-conntrack
|
DEPENDS:=@IPV6 +kmod-nf-conntrack
|
||||||
TITLE:=Kernel driver for SFE
|
TITLE:=Kernel driver for SFE
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(PKG_BUILD_DIR)/shortcut-fe.ko \
|
$(PKG_BUILD_DIR)/shortcut-fe.ko \
|
||||||
|
@ -53,7 +53,7 @@ define KernelPackage/shortcut-fe-cm
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
DEPENDS:=@KERNEL_5_4 +kmod-ipt-conntrack +kmod-shortcut-fe
|
DEPENDS:=+kmod-ipt-conntrack +kmod-shortcut-fe
|
||||||
TITLE:=Kernel driver for SFE
|
TITLE:=Kernel driver for SFE
|
||||||
FILES:=$(PKG_BUILD_DIR)/shortcut-fe-cm.ko
|
FILES:=$(PKG_BUILD_DIR)/shortcut-fe-cm.ko
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
|
@ -79,7 +79,7 @@ endef
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_kmod-shortcut-fe)$(CONFIG_PACKAGE_kmod-shortcut-fe-cm),)
|
ifneq ($(CONFIG_PACKAGE_kmod-shortcut-fe)$(CONFIG_PACKAGE_kmod-shortcut-fe-cm),)
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
$(INSTALL_DIR) $(1)/usr/include/shortcut-fe
|
$(INSTALL_DIR) $(1)/usr/include/shortcut-fe
|
||||||
$(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include/shortcut-fe
|
$(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include/shortcut-fe
|
||||||
$(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include
|
$(CP) -rf $(PKG_BUILD_DIR)/sfe.h $(1)/usr/include
|
||||||
|
|
|
@ -30,7 +30,7 @@ define KernelPackage/shortcut-fe-drv
|
||||||
SECTION:=kernel
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
SUBMENU:=Network Support
|
SUBMENU:=Network Support
|
||||||
DEPENDS:=@KERNEL_5_4 @TARGET_ipq806x||TARGET_ipq807x +kmod-shortcut-fe
|
DEPENDS:=@TARGET_ipq806x||TARGET_ipq807x +kmod-shortcut-fe
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_NET_CLS_ACT=y \
|
CONFIG_NET_CLS_ACT=y \
|
||||||
CONFIG_XFRM=y
|
CONFIG_XFRM=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue