From aa1fad7a7607278f88a690b1cc8fa4f5d7e65a1a 2018-02-17 11:04:04 From: g-vidal Date: 2018-02-17 11:04:04 Subject: [PATCH] Adress change of WLAN FIRMWARE on https://github.com/RPi-Distro --- diff --git a/rpi23-gen-image.sh b/rpi23-gen-image.sh index dff8218..0bb6354 100755 --- a/rpi23-gen-image.sh +++ b/rpi23-gen-image.sh @@ -70,7 +70,7 @@ KERNEL_BRANCH=${KERNEL_BRANCH:=""} # URLs KERNEL_URL=${KERNEL_URL:=https://github.com/raspberrypi/linux} FIRMWARE_URL=${FIRMWARE_URL:=https://github.com/raspberrypi/firmware/raw/master/boot} -WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm80211/brcm} +WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm} COLLABORA_URL=${COLLABORA_URL:=https://repositories.collabora.co.uk/debian} FBTURBO_URL=${FBTURBO_URL:=https://github.com/ssvb/xf86-video-fbturbo.git} UBOOT_URL=${UBOOT_URL:=git://git.denx.de/u-boot.git}