forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from qosmio/qualcommax-6.x-nss-wifi
sync 5/5
- Loading branch information
Showing
650 changed files
with
4,603 additions
and
53,605 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-6.1 = .86 | ||
LINUX_KERNEL_HASH-6.1.86 = d3d3c8c44f0f0a870a95bd2823f9d91979d1aa6f266da5d8cccd0c4b15e3115b | ||
LINUX_VERSION-6.1 = .89 | ||
LINUX_KERNEL_HASH-6.1.89 = 12bab8e092618d1d4eeaf4201e6e70054c94896198956bd84ff0e908b0264719 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
#!/bin/sh | ||
. $TOPDIR/include/site/linux | ||
ac_cv_c_littleendian=${ac_cv_c_littleendian=yes} | ||
ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
|
||
ac_cv_sizeof___int64=0 | ||
ac_cv_sizeof_char=1 | ||
ac_cv_sizeof_int=4 | ||
ac_cv_sizeof_int16_t=2 | ||
ac_cv_sizeof_int32_t=4 | ||
ac_cv_sizeof_int64_t=8 | ||
ac_cv_sizeof_long_int=8 | ||
ac_cv_sizeof_long_long=8 | ||
ac_cv_sizeof_long=8 | ||
ac_cv_sizeof_off_t=8 | ||
ac_cv_sizeof_short_int=2 | ||
ac_cv_sizeof_short=2 | ||
ac_cv_sizeof_size_t=8 | ||
ac_cv_sizeof_ssize_t=8 | ||
ac_cv_sizeof_u_int16_t=2 | ||
ac_cv_sizeof_u_int32_t=4 | ||
ac_cv_sizeof_u_int64_t=8 | ||
ac_cv_sizeof_uint16_t=2 | ||
ac_cv_sizeof_uint32_t=4 | ||
ac_cv_sizeof_uint64_t=8 | ||
ac_cv_sizeof_unsigned_int=4 | ||
ac_cv_sizeof_unsigned_long=8 | ||
ac_cv_sizeof_unsigned_long_long=8 | ||
ac_cv_sizeof_unsigned_short=2 | ||
ac_cv_sizeof_void_p=8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_VERSION:=2024.04 | ||
PKG_HASH:=18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a | ||
PKG_RELEASE:=$(AUTORELEASE) | ||
|
||
include $(INCLUDE_DIR)/u-boot.mk | ||
include $(INCLUDE_DIR)/package.mk | ||
|
||
define U-Boot/Default | ||
BUILD_TARGET:=bmips | ||
BUILD_SUBTARGET:=bcm6328 | ||
UBOOT_CONFIG:=inteno_xg6846_ram | ||
UBOOT_BOARD:=$(1) | ||
endef | ||
|
||
define U-Boot/xg6846 | ||
NAME:=Inteno XG6846 | ||
BUILD_DEVICES:=inteno_xg6846 | ||
endef | ||
|
||
UBOOT_TARGETS := xg6846 | ||
|
||
define Build/InstallDev | ||
$(INSTALL_DIR) $(STAGING_DIR_IMAGE) | ||
$(CP) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) $(STAGING_DIR_IMAGE)/$(BUILD_DEVICES)-u-boot.bin | ||
endef | ||
|
||
define Package/u-boot/install/default | ||
endef | ||
|
||
$(eval $(call BuildPackage/U-Boot)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...kernel/bpf-headers/patches/101-linux-netlink-drop-NL_SET_ERR_MSG-for-kernel-modules.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From 7ed95633bff19950069c348b94c9c13164a57a2a Mon Sep 17 00:00:00 2001 | ||
From: Christian Marangi <[email protected]> | ||
Date: Wed, 18 Jan 2023 20:20:39 +0100 | ||
Subject: [PATCH] linux/netlink: drop NL_SET_ERR_MSG for kernel modules | ||
|
||
We don't need NL_SET_ERR_MSG_MOD for bpf modules and we can drop it to | ||
solve missing KBUILD_MODNAME define. | ||
|
||
Signed-off-by: Christian Marangi <[email protected]> | ||
--- | ||
include/linux/netlink.h | 3 --- | ||
1 file changed, 3 deletions(-) | ||
|
||
diff --git a/include/linux/netlink.h b/include/linux/netlink.h | ||
index 61b1c7f..93561fb 100644 | ||
--- a/include/linux/netlink.h | ||
+++ b/include/linux/netlink.h | ||
@@ -98,9 +98,6 @@ struct netlink_ext_ack { | ||
__extack->_msg = __msg; \ | ||
} while (0) | ||
|
||
-#define NL_SET_ERR_MSG_MOD(extack, msg) \ | ||
- NL_SET_ERR_MSG((extack), KBUILD_MODNAME ": " msg) | ||
- | ||
#define NL_SET_BAD_ATTR_POLICY(extack, attr, pol) do { \ | ||
if ((extack)) { \ | ||
(extack)->bad_attr = (attr); \ | ||
-- | ||
2.38.1 | ||
|
44 changes: 44 additions & 0 deletions
44
...kernel/bpf-headers/patches/102-net-flow_offload-use-NL_SET_ERR_MSG-instead-of-NL_SE.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
From 6e7cd9c0abffea55e39a4160949bc6fba972d161 Mon Sep 17 00:00:00 2001 | ||
From: Christian Marangi <[email protected]> | ||
Date: Thu, 19 Jan 2023 13:37:46 +0100 | ||
Subject: [PATCH] net/flow_offload: use NL_SET_ERR_MSG instead of | ||
NL_SET_ERR_MSG_MOD | ||
|
||
Use NL_SET_ERR_MSG instead of NL_SET_ERR_MSG_MOD for bpf modules as | ||
kernel modules are not supported. | ||
|
||
Signed-off-by: Christian Marangi <[email protected]> | ||
--- | ||
include/net/flow_offload.h | 6 +++--- | ||
1 file changed, 3 insertions(+), 3 deletions(-) | ||
|
||
diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h | ||
index 7a2b022..f17c485 100644 | ||
--- a/include/net/flow_offload.h | ||
+++ b/include/net/flow_offload.h | ||
@@ -321,7 +321,7 @@ flow_action_mixed_hw_stats_check(const struct flow_action *action, | ||
|
||
flow_action_for_each(i, action_entry, action) { | ||
if (i && action_entry->hw_stats != last_hw_stats) { | ||
- NL_SET_ERR_MSG_MOD(extack, "Mixing HW stats types for actions is not supported"); | ||
+ NL_SET_ERR_MSG(extack, "Mixing HW stats types for actions is not supported"); | ||
return false; | ||
} | ||
last_hw_stats = action_entry->hw_stats; | ||
@@ -356,11 +356,11 @@ __flow_action_hw_stats_check(const struct flow_action *action, | ||
|
||
if (!check_allow_bit && | ||
~action_entry->hw_stats & FLOW_ACTION_HW_STATS_ANY) { | ||
- NL_SET_ERR_MSG_MOD(extack, "Driver supports only default HW stats type \"any\""); | ||
+ NL_SET_ERR_MSG(extack, "Driver supports only default HW stats type \"any\""); | ||
return false; | ||
} else if (check_allow_bit && | ||
!(action_entry->hw_stats & BIT(allow_bit))) { | ||
- NL_SET_ERR_MSG_MOD(extack, "Driver does not support selected HW stats type"); | ||
+ NL_SET_ERR_MSG(extack, "Driver does not support selected HW stats type"); | ||
return false; | ||
} | ||
return true; | ||
-- | ||
2.38.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.