fix the mac address setting on sitecom devices after r20294
SVN-Revision: 20427
This commit is contained in:
parent
8805ead76c
commit
61326faa60
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ r6040_module() {
|
|||
}
|
||||
|
||||
set_ether_mac() {
|
||||
kernel=$(grep magic /proc/mtd | awk -F: '{print $1}')
|
||||
kernel=$(grep firmware /proc/mtd | awk -F: '{print $1}')
|
||||
[ -n $kernel ] && hdr=$(dd if=/dev/$kernel count=4 bs=1 2> /dev/null)
|
||||
[ "$hdr" = "CSYS" ] && config=$(find_mtd_part config)
|
||||
if [ -n "$config" ]; then
|
||||
|
|
Loading…
Reference in a new issue