diff options
author | Mark Mentovai <mark@moxienet.com> | 2021-11-19 09:53:04 -0500 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-11-19 18:23:25 +0000 |
commit | 0c70c5c9986c9c1a7f018636e20aa449942bd2a4 (patch) | |
tree | f36bef1a66b0e0217bea0f32254b1ffe2b4be0c4 /target/linux | |
parent | 0e8a5acf6eb4c689b6deed2146010b5b2c54fa78 (diff) | |
download | upstream-0c70c5c9986c9c1a7f018636e20aa449942bd2a4.tar.gz upstream-0c70c5c9986c9c1a7f018636e20aa449942bd2a4.tar.bz2 upstream-0c70c5c9986c9c1a7f018636e20aa449942bd2a4.zip |
mediatek/mt7622: unifi-6-lr: fix ucidef network configuration typo
There's no such thing as ucidef_set_interfaces_lan. It's
ucidef_set_interface_lan.
Cc: David Bauer <mail@david-bauer.net>
Signed-off-by: Mark Mentovai <mark@moxienet.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mediatek/mt7622/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network index 361d60e92b..3724fd6d5c 100644 --- a/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network +++ b/target/linux/mediatek/mt7622/base-files/etc/board.d/02_network @@ -20,7 +20,7 @@ mediatek_setup_interfaces() ;; ubnt,unifi-6-lr|\ ubnt,unifi-6-lr-ubootmod) - ucidef_set_interfaces_lan "eth0" + ucidef_set_interface_lan "eth0" ;; *) ucidef_add_switch "switch0" \ |