summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-09-02 17:11:05 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-09-10 11:04:51 +0200
commit7a72c705acc23db85ae5fdff250fe42567029476 (patch)
tree90071d5da9bb641559da44c79af4619d25300997 /.gitignore
parenta9777d9178993ba5dc100d1ee91df5f70fee0efa (diff)
downloadNetworkManager-7a72c705acc23db85ae5fdff250fe42567029476.tar.gz
initrd: add devicetree support
This adds capability to hand over the network configuration from OpenFirmware (and potentially other boot loaders with openfirmware support such as U-Boot) to NetworkManager. It's done analogously to ACPI/iBFT. In fact, the same ip=ibft command line option is used, adding a more general ip=fw alias. This probably deserves some documentation, but I'm not adding any at this time. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/257
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 08fd833f3f..077ad2974e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -217,6 +217,7 @@ test-*.trs
/src/dnsmasq/tests/test-dnsmasq-utils
/src/initrd/nm-initrd-generator
/src/initrd/tests/test-cmdline-reader
+/src/initrd/tests/test-dt-reader
/src/initrd/tests/test-ibft-reader
/src/nm-iface-helper
/src/ndisc/tests/test-ndisc-fake