diff options
| author | Edward Chow | 2026-03-20 03:01:43 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-03-20 12:15:25 +0000 |
| commit | cf171288a0dc942c730669fa59b4cf7483e0f888 (patch) | |
| tree | cf9f4d02f2cfd01f41d83d55d17c748a851663ea | |
| parent | fc5aed2ff2c739064ec488bffe20b5bc5650b12e (diff) | |
| download | stintel-master.tar.gz | |
These targets seems to be left over, so changed as other targets
covered by commit d35d92a .
Signed-off-by: Edward Chow <equu@openmail.cc>
Link: https://github.com/openwrt/openwrt/pull/22510
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ath79/generic/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network index 24487f0c90..161ecbbbc6 100644 --- a/target/linux/ath79/generic/base-files/etc/board.d/02_network +++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network @@ -499,7 +499,7 @@ ath79_setup_interfaces() qxwlan,e558-v2-8m|\ qxwlan,e558-v2-16m) ucidef_add_switch "switch0" \ - "0@eth1" "4:lan" "5:lan" "6@eth0" "3:wan" + "0u@eth1" "4:lan" "5:lan" "6u@eth0" "3:wan" ;; rosinson,wr818) ucidef_add_switch "switch0" \ |