Skip to content

Commit

Permalink
Switch to use the Raspberry Pi OS WiFi firmware
Browse files Browse the repository at this point in the history
The Raspberry Pi OS WiFi firmware appears to be better maintained and it
fixed an issue on the RPi4.
  • Loading branch information
fhunleth committed Dec 3, 2020
1 parent 971bb27 commit d060244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerves_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ BR2_PACKAGE_ESPEAK=y
BR2_PACKAGE_E2FSPROGS=y
# BR2_PACKAGE_E2FSPROGS_FSCK is not set
BR2_PACKAGE_LINUX_FIRMWARE=y
BR2_PACKAGE_LINUX_FIRMWARE_BRCM_BCM43XXX=y
BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT2XX=y
BR2_PACKAGE_RPI_FIRMWARE=y
BR2_PACKAGE_RPI_FIRMWARE_CUSTOM_VERSION="1.20200902"
Expand Down Expand Up @@ -69,3 +68,4 @@ BR2_NERVES_SYSTEM_NAME="nerves_system_rpi3"
BR2_NERVES_ADDITIONAL_IMAGE_FILES="${NERVES_DEFCONFIG_DIR}/fwup.conf ${NERVES_DEFCONFIG_DIR}/cmdline.txt ${NERVES_DEFCONFIG_DIR}/config.txt"
BR2_PACKAGE_NBTTY=y
BR2_PACKAGE_NERVES_CONFIG=y
BR2_PACKAGE_RPI_DISTRO_FIRMWARE_NONFREE=y

0 comments on commit d060244

Please sign in to comment.