projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf50f72
)
brcm47xx: cosmetic fix in model detection
author
Paul Wassi
<p.wassi@gmx.at>
Sun, 12 Aug 2018 08:02:22 +0000
(10:02 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Mon, 13 Aug 2018 06:37:19 +0000
(08:37 +0200)
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>
target/linux/brcm47xx/base-files/etc/board.d/01_network
patch
|
blob
|
history
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 762dd213978cf3b13c24550f0263fc95efd6ba3d..8428b43dec4f473d82ec151bf5c7029cd606c0af 100755
(executable)
--- 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
}