google-spring: disable dhcp (MR 5266)
[ci:ignore-count] [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
5799d11b57
commit
2edbc1907e
2 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-google-spring
|
pkgname=device-google-spring
|
||||||
pkgdesc="HP Chromebook 11 G1"
|
pkgdesc="HP Chromebook 11 G1"
|
||||||
pkgver=2
|
pkgver=3
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="armv7"
|
arch="armv7"
|
||||||
|
@ -34,6 +34,6 @@ nonfree_firmware() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
8db0226615027e23944e4d16ef29e7b6433afa82c6bc3eaa6fc4285bfef18d2eda1611cb2c795407a2bfc1fb4221e69b76ca364083d1dcf5537a9ffe9d27583c deviceinfo
|
fbf6b74a7b1cc63ea166db91319d071ed8379220c83e44661f1549091e2ebab0b7a2d6d71456e098f30c20d4e56b21ab01b29a5799a35134a51dcd1f92385b43 deviceinfo
|
||||||
59a59149b995f8936da68b08852996725da70fc51b43204180602537c4fc6c59e21452994773685b49cf1e3add76cfd5d72ea9ce0b79aacaa9c4ef93295baa61 modules-initfs
|
59a59149b995f8936da68b08852996725da70fc51b43204180602537c4fc6c59e21452994773685b49cf1e3add76cfd5d72ea9ce0b79aacaa9c4ef93295baa61 modules-initfs
|
||||||
"
|
"
|
||||||
|
|
|
@ -16,6 +16,7 @@ deviceinfo_keyboard="true"
|
||||||
deviceinfo_external_storage="true"
|
deviceinfo_external_storage="true"
|
||||||
deviceinfo_screen_width="1366"
|
deviceinfo_screen_width="1366"
|
||||||
deviceinfo_screen_height="768"
|
deviceinfo_screen_height="768"
|
||||||
|
deviceinfo_disable_dhcpd="true"
|
||||||
|
|
||||||
# Bootloader related
|
# Bootloader related
|
||||||
deviceinfo_flash_method="none"
|
deviceinfo_flash_method="none"
|
||||||
|
|
Loading…
Reference in a new issue