google-peach: disable dhcp (MR 5266)
This commit is contained in:
parent
d9b2f0f65f
commit
5bdc7645b2
2 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
pkgname=device-google-peach-pi
|
||||
pkgdesc="Samsung Chromebook 2 (13.3 inch)"
|
||||
pkgver=6
|
||||
pkgrel=2
|
||||
pkgver=7
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
|
@ -56,7 +56,7 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
868c91b293af722612dc1e5b4586b566aff0487dd75092f54b91b17a5f015952eb9278877c2ff1785616d48c674af6f707fb398ff1ebb651af9b9e3f2ef550dd deviceinfo
|
||||
8b5b68e94cc58fca7a1f5f0b711aca53875839a4ddb272507066911694f4c7bc1263077b26ac30f2a3aa62d83656edc473f2f8c4dad8018d58c657092e06aa29 deviceinfo
|
||||
e12a68f919182cb4e6812a5dd13fce8dc15266d2ac16aa5f0a31034f111cb403c020ebaaa4d94309f4baf2f71379327c57c08029e27c506d152695e9a2b04b2b modules-initfs
|
||||
e53ca475830930ecfc1fd537702e850e2abcb66fbed521cb6c3a2918d762649254bd0244ec93a47b20dfc593ec3afc9bdebdec1759a7bc96dcbe4800f40893da 90-tap-to-click.conf
|
||||
2ccec36a88003673471fcec7c0e408c24892e43701d88986c6a85a7882ac275565eb3abf566709306ddc16a62b4558ebceffbc289e7c95336ba28262719c6413 Peach-Pi-I2S-MA.conf
|
||||
|
|
|
@ -17,6 +17,7 @@ deviceinfo_external_storage="true"
|
|||
deviceinfo_screen_width="1920"
|
||||
deviceinfo_screen_height="1080"
|
||||
deviceinfo_gpu_accelerated="true"
|
||||
deviceinfo_disable_dhcpd="true"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="none"
|
||||
|
|
Loading…
Reference in a new issue