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