Skip to content

Commit

Permalink
Revert "CI: Allow modules building"
Browse files Browse the repository at this point in the history
This reverts commit e318439.
  • Loading branch information
MrRob0-X committed Feb 20, 2022
1 parent f4695c1 commit 6fbdc46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/configs/kali_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ CONFIG_BT_HCIBFUSB=y
CONFIG_BT_HCIVHCI=y
# CONFIG_BT_MRVL is not set
# CONFIG_BT_ATH3K is not set
# CONFIG_BT_BCM43455 is not set
CONFIG_BT_BCM43455=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
Expand Down Expand Up @@ -1390,7 +1390,7 @@ CONFIG_USB_NET_RNDIS_WLAN=y
CONFIG_RTL8187=y
CONFIG_RTL8187_LEDS=y
CONFIG_88XXAU=y
CONFIG_RTL8XXXU=m
CONFIG_RTL8XXXU=y
CONFIG_RTL8XXXU_UNTESTED=y
# CONFIG_MAC80211_HWSIM is not set
CONFIG_WIFI_CONTROL_FUNC=y
Expand Down
2 changes: 1 addition & 1 deletion kramel-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ DEVICE="j7elte"
DEFCONFIG=kali_defconfig

# Build modules. 0 = NO | 1 = YES
MODULES=1
MODULES=0

# Specify compiler.
# 'clang' or 'gcc'
Expand Down

0 comments on commit 6fbdc46

Please sign in to comment.