Skip to content

Commit 5450056

Browse files
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: tools/upx: remove (coolsnowwolf#10622) dnsmasq: set a cachesize default value 8192 ath10k: add missing 256qam patch mt76: update to the latest version ath9k: add missing dependency on random core mac80211: update to linux 6.1-rc8 mac80211: remove old legacy legacy drivers mediatek: drop useless files gdb: Do not link against xxhash kernel: Make KERNEL_MAKEOPTS recursively expanded
2 parents 87d3d9f + 71b4500 commit 5450056

File tree

389 files changed

+3982
-61446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

389 files changed

+3982
-61446
lines changed

include/kernel.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ifneq ($(HOST_OS),Linux)
130130
export SKIP_STACK_VALIDATION:=1
131131
endif
132132

133-
KERNEL_MAKEOPTS := -C $(LINUX_DIR) $(KERNEL_MAKE_FLAGS)
133+
KERNEL_MAKEOPTS = -C $(LINUX_DIR) $(KERNEL_MAKE_FLAGS)
134134

135135
ifdef CONFIG_USE_SPARSE
136136
KERNEL_MAKEOPTS += C=1 CHECK=$(STAGING_DIR_HOST)/bin/sparse

package/devel/gdb/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ CONFIGURE_ARGS+= \
6666
--without-mpc \
6767
--without-mpfr \
6868
--without-isl \
69+
--without-xxhash \
6970
--with-libgmp-prefix=$(STAGING_DIR)/usr
7071

7172
CONFIGURE_VARS+= \

package/firmware/b43legacy-firmware/Makefile

-72
This file was deleted.

package/kernel/acx-mac80211/Makefile

-253
This file was deleted.

package/kernel/acx-mac80211/patches/100-compat.patch

-16
This file was deleted.

package/kernel/acx-mac80211/patches/200-initial-macaddr.patch

-29
This file was deleted.

0 commit comments

Comments
 (0)