device-amlogic-tvbox: disable dhcpd

These devices have an ethernet port, therefore from the wiki:

Do not set the static ip to the network interface and do not run the
DHCP daemon on it. This makes sense for devices with an ethernet
port, like the Raspberry Pi (!1580).

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6435
This commit is contained in:
Anton Bambura 2025-04-20 23:08:34 +03:00 committed by Ferass El Hafidi
parent c858786e73
commit 9294392f75
No known key found for this signature in database
GPG key ID: CAB5A5DBC11B967B
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Ferass El Hafidi <funderscore@postmarketos.org>
pkgname=device-amlogic-tvbox
pkgdesc="Amlogic TV box"
pkgver=4
pkgver=5
pkgrel=0
url="https://postmarketos.org"
license="MIT"
@ -73,6 +73,6 @@ kernel_xiaomi_once() {
}
sha512sums="
9f1463d37a2f9099a0324197310b672ea16aa5f8f946f33d86f927fc6d10f7495695c41ef6e9fdda7371b5825d74ead9993da268ba817a597ea834811b6e3c51 deviceinfo
f46bb8604b477a3619ea342c7fb40a715bffc92aa3bc98f10de57e8dcd4e617e46b86b23bd0155bb65dc12397a5a5d95c2f2c339c9170a99997a0532055ed024 deviceinfo
52948c2884a6f6384e12b7a598f70878526d0d3293c214425170145231144ec7de805c038641741a4a5d75b50e554f6a3fa3769784a674217ed032f9b6a233c8 modules-initfs
"

View file

@ -21,6 +21,7 @@ deviceinfo_chassis="desktop"
deviceinfo_keyboard="false"
deviceinfo_external_storage="true"
deviceinfo_gpu_accelerated="true"
deviceinfo_disable_dhcpd="true"
# Bootloader related
deviceinfo_flash_method="none"