[openwrt/openwrt] bcm27xx: base-files: align network files
LEDE Commits
lede-commits at lists.infradead.org
Thu May 19 10:34:45 PDT 2022
noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/810eac8c7ffad958345f8fd02f83636afecf7fcd
commit 810eac8c7ffad958345f8fd02f83636afecf7fcd
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Wed May 18 18:59:18 2022 +0200
bcm27xx: base-files: align network files
- Use the same order for /etc/board.d/02_network and
/lib/preinit/05_set_preinit_iface_brcm2708.
- Add missing RPi 400 and CM4 to /lib/preinit/05_set_preinit_iface_brcm2708.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
target/linux/bcm27xx/base-files/etc/board.d/02_network | 8 ++++----
.../bcm27xx/base-files/lib/preinit/05_set_preinit_iface_brcm2708 | 2 ++
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/target/linux/bcm27xx/base-files/etc/board.d/02_network b/target/linux/bcm27xx/base-files/etc/board.d/02_network
index f279941e1e..b4394f6922 100644
--- a/target/linux/bcm27xx/base-files/etc/board.d/02_network
+++ b/target/linux/bcm27xx/base-files/etc/board.d/02_network
@@ -10,16 +10,16 @@ board_config_update
board=$(board_name)
case "$board" in
-raspberrypi,model-b |\
-raspberrypi,model-b-plus |\
-raspberrypi,model-b-rev2 |\
raspberrypi,2-model-b |\
raspberrypi,2-model-b-rev2 |\
raspberrypi,3-model-b |\
raspberrypi,3-model-b-plus |\
raspberrypi,400 |\
raspberrypi,4-compute-module |\
-raspberrypi,4-model-b)
+raspberrypi,4-model-b |\
+raspberrypi,model-b |\
+raspberrypi,model-b-plus |\
+raspberrypi,model-b-rev2)
ucidef_set_interface_lan "eth0"
;;
diff --git a/target/linux/bcm27xx/base-files/lib/preinit/05_set_preinit_iface_brcm2708 b/target/linux/bcm27xx/base-files/lib/preinit/05_set_preinit_iface_brcm2708
index 269465e301..c52995bd17 100644
--- a/target/linux/bcm27xx/base-files/lib/preinit/05_set_preinit_iface_brcm2708
+++ b/target/linux/bcm27xx/base-files/lib/preinit/05_set_preinit_iface_brcm2708
@@ -9,6 +9,8 @@ set_preinit_iface() {
raspberrypi,2-model-b-rev2 |\
raspberrypi,3-model-b |\
raspberrypi,3-model-b-plus |\
+ raspberrypi,400 |\
+ raspberrypi,4-compute-module |\
raspberrypi,4-model-b |\
raspberrypi,model-b |\
raspberrypi,model-b-plus |\
More information about the lede-commits
mailing list