diff options
| author | Paweł Owoc | 2023-11-30 23:30:20 +0000 |
|---|---|---|
| committer | Paweł Owoc | 2024-02-23 09:52:52 +0000 |
| commit | 278401e37a899df9bcac92ee446226e469e0ad46 (patch) | |
| tree | 9dfd470270d56d9ff63a05d1fa096418ec3602c5 | |
| parent | e222c8054c7f46192bc89ad1f3ab61b3861af8b9 (diff) | |
| download | openwrt-278401e37a899df9bcac92ee446226e469e0ad46.tar.gz | |
qualcommax: ipq807x: reordering, combine the same commands
Reordering, combine the same commands for ipq807x devices
Signed-off-by: Paweł Owoc <frut3k7@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network b/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network index d24fb23505..1da97a8fa3 100644 --- a/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network +++ b/target/linux/qualcommax/ipq807x/base-files/etc/board.d/02_network @@ -23,6 +23,7 @@ ipq807x_setup_interfaces() compex,wpq873|\ linksys,mx4200v1|\ linksys,mx4200v2|\ + prpl,haze|\ redmi,ax6|\ xiaomi,ax3600) ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" "wan" @@ -45,9 +46,6 @@ ipq807x_setup_interfaces() netgear,wax630) ucidef_set_interface_lan "lan1 lan2" "dhcp" ;; - prpl,haze) - ucidef_set_interfaces_lan_wan "lan1 lan2 lan3" "wan" - ;; qnap,301w) ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 10g-2" "10g-1" ;; |