mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
kernel: fix mac80211 build on rpi.
mac80211 depends on CRYPTO_GCM don't know why this was off before in rpi config. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -3296,8 +3296,8 @@ CONFIG_UIO_PDRV_GENIRQ=m
|
||||
#
|
||||
CONFIG_STAGING=y
|
||||
# CONFIG_USBIP_CORE is not set
|
||||
CONFIG_W35UND=m
|
||||
CONFIG_PRISM2_USB=m
|
||||
# CONFIG_W35UND is not set
|
||||
# CONFIG_PRISM2_USB is not set
|
||||
# CONFIG_ECHO is not set
|
||||
# CONFIG_COMEDI is not set
|
||||
# CONFIG_RTLLIB is not set
|
||||
@@ -3965,7 +3965,7 @@ CONFIG_CRYPTO_AUTHENC=m
|
||||
# Authenticated Encryption with Associated Data
|
||||
#
|
||||
CONFIG_CRYPTO_CCM=m
|
||||
# CONFIG_CRYPTO_GCM is not set
|
||||
CONFIG_CRYPTO_GCM=m
|
||||
CONFIG_CRYPTO_SEQIV=m
|
||||
|
||||
#
|
||||
|
||||
1
config/rootfiles/core/101/filelists/armv5tel/linux-rpi
Symbolic link
1
config/rootfiles/core/101/filelists/armv5tel/linux-rpi
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/linux-rpi
|
||||
Reference in New Issue
Block a user