Explorar el Código

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 <[email protected]>
Álvaro Fernández Rojas hace 3 años
padre
commit
810eac8c7f

+ 4 - 4
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"
 	;;
 

+ 2 - 0
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 |\