diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-08-12 10:02:22 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-13 08:37:19 +0200 |
commit | 2276bc0082c90b227be564ff5c76bc641a2cf16d (patch) | |
tree | d9367023ea13ecebb9439b40ea6824ec13cb075d /target/linux | |
parent | cf50f720695eb2d9d232a588b5a7f4959ef3fcee (diff) | |
download | upstream-2276bc0082c90b227be564ff5c76bc641a2cf16d.tar.gz upstream-2276bc0082c90b227be564ff5c76bc641a2cf16d.tar.bz2 upstream-2276bc0082c90b227be564ff5c76bc641a2cf16d.zip |
brcm47xx: cosmetic fix in model detection
In "brcm47xx: rework model detection" the file 01_detect was moved
to 01_network, therefore also update the warning message in case
everything fails.
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux')
-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 } |