mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 08:44:52 +00:00
nss-ecm: Bump version 12.5 to 12.5.5
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
aa57d9c482
commit
b8e019c373
@ -1,14 +1,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qca-nss-ecm
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/qca-nss-ecm.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_DATE:=2024-06-20
|
||||
PKG_SOURCE_VERSION:=92c7fa1
|
||||
PKG_MIRROR_HASH:=d69d09fe8e3d6339085854de4f5a44dbfdc9648f5d5f9001a874ac177e2bf16b
|
||||
QSDK_VERSION:=12.5
|
||||
PKG_SOURCE_DATE:=2024-09-02
|
||||
PKG_SOURCE_VERSION:=bd5057b
|
||||
PKG_MIRROR_HASH:=b50130ee65b575226e1d715d38b09cc496a901ea1d2ef48a83e727d61e0d8283
|
||||
QSDK_VERSION:=12.5.5
|
||||
PKG_VERSION:=$(QSDK_VERSION).$(subst -,.,$(PKG_SOURCE_DATE))~$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
10
qca-nss-ecm/patches/0019-ecm-fix-missing-nl80211.patch
Normal file
10
qca-nss-ecm/patches/0019-ecm-fix-missing-nl80211.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- a/ecm_interface.c
|
||||
+++ b/ecm_interface.c
|
||||
@@ -47,6 +47,7 @@
|
||||
#include <linux/rtnetlink.h>
|
||||
#include <linux/socket.h>
|
||||
#include <linux/wireless.h>
|
||||
+#include <linux/nl80211.h>
|
||||
#include <net/genetlink.h>
|
||||
#include <net/gre.h>
|
||||
#ifdef ECM_INTERFACE_BOND_ENABLE
|
||||
Loading…
Reference in New Issue
Block a user