Skip to content

Commit 6fbdc46

Browse files
committed
Revert "CI: Allow modules building"
This reverts commit e318439.
1 parent f4695c1 commit 6fbdc46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/configs/kali_defconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ CONFIG_BT_HCIBFUSB=y
938938
CONFIG_BT_HCIVHCI=y
939939
# CONFIG_BT_MRVL is not set
940940
# CONFIG_BT_ATH3K is not set
941-
# CONFIG_BT_BCM43455 is not set
941+
CONFIG_BT_BCM43455=y
942942
# CONFIG_AF_RXRPC is not set
943943
CONFIG_FIB_RULES=y
944944
CONFIG_WIRELESS=y
@@ -1390,7 +1390,7 @@ CONFIG_USB_NET_RNDIS_WLAN=y
13901390
CONFIG_RTL8187=y
13911391
CONFIG_RTL8187_LEDS=y
13921392
CONFIG_88XXAU=y
1393-
CONFIG_RTL8XXXU=m
1393+
CONFIG_RTL8XXXU=y
13941394
CONFIG_RTL8XXXU_UNTESTED=y
13951395
# CONFIG_MAC80211_HWSIM is not set
13961396
CONFIG_WIFI_CONTROL_FUNC=y

kramel-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DEVICE="j7elte"
6767
DEFCONFIG=kali_defconfig
6868

6969
# Build modules. 0 = NO | 1 = YES
70-
MODULES=1
70+
MODULES=0
7171

7272
# Specify compiler.
7373
# 'clang' or 'gcc'

0 commit comments

Comments
 (0)