@@ -16,7 +16,7 install_readonly files/apt/sources.list "${ETC_DIR}/apt/sources.list" | |||
|
16 | 16 | |
|
17 | 17 | # Use specified APT server and release |
|
18 | 18 | sed -i "s/\/ftp.debian.org\//\/${APT_SERVER}\//" "${ETC_DIR}/apt/sources.list" |
|
19 |
if |
|
|
19 | if [ "$RELEASE" = "testing" ] ; then | |
|
20 | 20 | sed -i "s,stretch\\/updates,testing-security," "${ETC_DIR}/apt/sources.list" |
|
21 | 21 | else |
|
22 | 22 | sed -i "s/ stretch/ ${RELEASE}/" "${ETC_DIR}/apt/sources.list" |
@@ -108,10 +108,10 if [ "$BUILD_KERNEL" = true ] ; then | |||
|
108 | 108 | # Mask this temporarily during switch to rpi-4.19.y |
|
109 | 109 | #Fix SD_DRIVER upstream and downstream mess in 64bit RPIdeb_config |
|
110 | 110 | # use correct driver MMC_BCM2835_MMC instead of MMC_BCM2835_SDHOST - see https://www.raspberrypi.org/forums/viewtopic.php?t=210225 |
|
111 | set_kernel_config CONFIG_MMC_BCM2835 n | |
|
112 | set_kernel_config CONFIG_MMC_SDHCI_IPROC n | |
|
113 | set_kernel_config CONFIG_USB_DWC2 n | |
|
114 | sed -i "s|depends on MMC_BCM2835_MMC && MMC_BCM2835_DMA|depends on MMC_BCM2835_MMC|" "${KERNEL_DIR}"/drivers/mmc/host/Kconfig | |
|
111 | #set_kernel_config CONFIG_MMC_BCM2835 n | |
|
112 | #set_kernel_config CONFIG_MMC_SDHCI_IPROC n | |
|
113 | #set_kernel_config CONFIG_USB_DWC2 n | |
|
114 | #sed -i "s|depends on MMC_BCM2835_MMC && MMC_BCM2835_DMA|depends on MMC_BCM2835_MMC|" "${KERNEL_DIR}"/drivers/mmc/host/Kconfig | |
|
115 | 115 | |
|
116 | 116 | #VLAN got disabled without reason in arm64bit |
|
117 | 117 | set_kernel_config CONFIG_IPVLAN m |
@@ -44,6 +44,9 RPI_MODEL=${RPI_MODEL:=2} | |||
|
44 | 44 | |
|
45 | 45 | # Debian release |
|
46 | 46 | RELEASE=${RELEASE:=buster} |
|
47 | if [ $RELEASE = "bullseye" ] ; then | |
|
48 | RELEASE=testing | |
|
49 | fi | |
|
47 | 50 | |
|
48 | 51 | # Kernel Branch |
|
49 | 52 | KERNEL_BRANCH=${KERNEL_BRANCH:=""} |
@@ -52,7 +55,6 KERNEL_BRANCH=${KERNEL_BRANCH:=""} | |||
|
52 | 55 | KERNEL_URL=${KERNEL_URL:=https://github.com/raspberrypi/linux} |
|
53 | 56 | FIRMWARE_URL=${FIRMWARE_URL:=https://github.com/raspberrypi/firmware/raw/master/boot} |
|
54 | 57 | WLAN_FIRMWARE_URL=${WLAN_FIRMWARE_URL:=https://github.com/RPi-Distro/firmware-nonfree/raw/master/brcm} |
|
55 | COLLABORA_URL=${COLLABORA_URL:=https://repositories.collabora.co.uk/debian} | |
|
56 | 58 | FBTURBO_URL=${FBTURBO_URL:=https://github.com/ssvb/xf86-video-fbturbo.git} |
|
57 | 59 | UBOOT_URL=${UBOOT_URL:=https://git.denx.de/u-boot.git} |
|
58 | 60 | VIDEOCORE_URL=${VIDEOCORE_URL:=https://github.com/raspberrypi/userland} |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant