Mise à jour image météo et quelques scripts.
This commit is contained in:
@@ -42,10 +42,10 @@ set -x
|
||||
# Raspberry Pi model configuration defaults to 3P
|
||||
RPI_MODEL=${RPI_MODEL:=3P}
|
||||
|
||||
# Debian release defaults to trixie
|
||||
# Debian release defaults to trixie /stable
|
||||
RELEASE=${RELEASE:=trixie}
|
||||
if [ "$RELEASE" = "trixie" ] ; then
|
||||
RELEASE=testing
|
||||
RELEASE=stable
|
||||
fi
|
||||
echo "Debian release value used : " $RELEASE
|
||||
|
||||
@@ -55,8 +55,9 @@ 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=${https://github.com/RPi-Distro/firmware-nonfree/tree/trixie/debian/config/brcm80211/brcm}
|
||||
#WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/armbian/firmware/tree/master/brcm
|
||||
#WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm}
|
||||
WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/armbian/firmware/tree/master/brcm}
|
||||
#WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/reMarkable/brcmfmac-firmware/blob/master}
|
||||
FBTURBO_URL=${FBTURBO_URL:=https://github.com/ssvb/xf86-video-fbturbo.git}
|
||||
UBOOT_URL=${UBOOT_URL:=https://git.denx.de/u-boot.git}
|
||||
|
||||
Reference in New Issue
Block a user