bcm27xx: base-files: align network files
[openwrt/staging/noltari.git] / target / linux / bcm27xx / base-files / etc / board.d / 02_network
index f279941e1efb5b42788faf27b653c5a1e6d42884..b4394f6922f14e15989fb5b0af96a543db7ce226 100644 (file)
@@ -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"
        ;;