device-raspberry-pi5: disable dhcpd

Otherwise the ip address 172.42.16.1 is assigned to eth0, preventing
the rpi to get internet access automatically.

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6504
[ci:skip-build]: already built successfully in CI
This commit is contained in:
Henrik Grimler 2025-05-13 14:28:30 +02:00 committed by Pablo Correa Gómez
parent d460ed9b72
commit d5ba79031a
No known key found for this signature in database
GPG key ID: 7A342565FF635F79
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: winbo-yml-exe <winbo.yml@proton.me>
# Reference: <https://postmarketos.org/devicepkg>
pkgname=device-raspberry-pi5
pkgver=1
pkgver=2
pkgrel=0
pkgdesc="Raspberry Pi 5"
url="https://postmarketos.org"
@ -60,7 +60,7 @@ plasma_bigscreen() {
sha512sums="
52a562c316e540a5f746f566f51cf6cc6455932c747606543c8a40b067b6add50348b9342b35d96ff0b0d0955bcabbe9b1d07c30a81ec82f118c39c1a5d08034 deviceinfo
302694d62bb77133d05fcb6f6bf923840b7e1b660bc3c3365abc0986205be59f3cb2243eb27ef9c1d0af5621613e55cd47e824f96abbdea512940d3ba895108d deviceinfo
e3515cf9f41807917eac1f7663e0131bd18783824facf15f2bb0381635bf6d9a0c334f3786b6fb76d01469de6449878c871f8b747f45e9e3cee77699905cf319 modules-initfs
4e832421e47dd0faf443a7a949aae83cc6d4a80fd816df5c6d9d72ac4ae23f803863b9b63903a14b18ae585e6abc5c8703376a003967b74dc30040dc544aa2e9 usercfg.txt
9cd06ae2ed840a4913dbe1623ee4d6e5865552c809bbfb57edea18e7a635bd3759338a4c1fe90473dde24a048d5fe7b958735b35acc1b1d64ec21e89effd28c0 cmdline.txt

View file

@ -7,6 +7,7 @@ deviceinfo_manufacturer="Raspberry Pi"
deviceinfo_codename="raspberry-pi5"
deviceinfo_year="2023"
deviceinfo_arch="aarch64"
deviceinfo_disable_dhcpd="true"
# Device related
deviceinfo_gpu_accelerated="true"