zephyr/samples/net
Ulf Magnusson a84ded74ea dts: Replace status = "ok" with status = "okay"
The DT spec. only has "okay" and not "ok". The Linux kernel has around
12k "okay"s and 300 "ok"s.

The scripts/dts scripts only check for "disabled", so should be safe re.
those at least.

The replacement was done with

    git ls-files | xargs sed -i 's/status\s*=\s*"ok"/status = "okay"/'

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-06-14 19:51:13 -05:00
..
common license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
dhcpv4_client ethernet/eth_e1000.c: change to new PCI(e) functions 2019-04-22 09:34:00 -07:00
dns_resolve doc: samples: cleanup board reference and layout 2019-06-13 16:09:02 -04:00
eth_native_posix license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
google_iot_mqtt samples: google_iot_mqtt: Explicitly cast socklen_t to int in printf 2019-05-11 13:25:58 +03:00
gptp samples: net: gptp: Fix compilation instructions 2019-05-23 22:13:11 +03:00
ipv4_autoconf license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
lldp license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
lwm2m_client dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... 2019-06-14 08:02:15 -05:00
mdns_responder license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
mqtt_publisher license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
nats license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
promiscuous_mode license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
sockets dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
stats license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
syslog_net license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
telnet license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
updatehub lib: updatehub: add support ipv6 2019-06-05 00:20:37 +02:00
vlan license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
wifi dts: Replace status = "ok" with status = "okay" 2019-06-14 19:51:13 -05:00
wpan_serial style: samples/tests: add braces around if/while statements 2019-06-06 15:20:21 +02:00
wpanusb samples: usb: wpanusb: Refactor sample using new API 2019-05-27 09:25:06 -04:00
zperf net/icmpv6: Allow for arbitrary payload data in ICMP echo 2019-04-26 09:05:14 +03:00
net.rst