diff options
Diffstat (limited to 'target/linux/brcm47xx/base-files')
-rwxr-xr-x | target/linux/brcm47xx/base-files/etc/board.d/01_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/base-files/etc/board.d/01_network b/target/linux/brcm47xx/base-files/etc/board.d/01_network index 762dd21397..8428b43dec 100755 --- a/target/linux/brcm47xx/base-files/etc/board.d/01_network +++ b/target/linux/brcm47xx/base-files/etc/board.d/01_network @@ -39,7 +39,7 @@ configure_by_vlanports() { "1:lan" "2:lan" "3:lan" "4:lan" "0:wan" "5@eth0" else - logger -t "01_detect" "Unable to determine network configuration" + logger -t "01_network" "Unable to determine network configuration" ucidef_set_interface_lan "eth0" fi } |