From 132d1ae390d666f24272687148096eacfcf7fc14 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Thu, 28 May 2020 22:08:01 +0300 Subject: [PATCH] Raspberry Pi (all): enable ap0 --- board/raspberrypi/overlay/etc/os.conf | 1 + board/raspberrypi2/overlay/etc/os.conf | 1 + board/raspberrypi3/overlay/etc/os.conf | 1 + board/raspberrypi4/overlay/etc/os.conf | 1 + 4 files changed, 4 insertions(+) create mode 100644 board/raspberrypi/overlay/etc/os.conf create mode 100644 board/raspberrypi2/overlay/etc/os.conf create mode 100644 board/raspberrypi3/overlay/etc/os.conf create mode 100644 board/raspberrypi4/overlay/etc/os.conf diff --git a/board/raspberrypi/overlay/etc/os.conf b/board/raspberrypi/overlay/etc/os.conf new file mode 100644 index 0000000000..3205490733 --- /dev/null +++ b/board/raspberrypi/overlay/etc/os.conf @@ -0,0 +1 @@ +OS_AP="ap0" diff --git a/board/raspberrypi2/overlay/etc/os.conf b/board/raspberrypi2/overlay/etc/os.conf new file mode 100644 index 0000000000..3205490733 --- /dev/null +++ b/board/raspberrypi2/overlay/etc/os.conf @@ -0,0 +1 @@ +OS_AP="ap0" diff --git a/board/raspberrypi3/overlay/etc/os.conf b/board/raspberrypi3/overlay/etc/os.conf new file mode 100644 index 0000000000..3205490733 --- /dev/null +++ b/board/raspberrypi3/overlay/etc/os.conf @@ -0,0 +1 @@ +OS_AP="ap0" diff --git a/board/raspberrypi4/overlay/etc/os.conf b/board/raspberrypi4/overlay/etc/os.conf new file mode 100644 index 0000000000..3205490733 --- /dev/null +++ b/board/raspberrypi4/overlay/etc/os.conf @@ -0,0 +1 @@ +OS_AP="ap0"