fix up the netconfig script after the devfs=>hotplug2 migration
SVN-Revision: 6542
This commit is contained in:
parent
99c848c555
commit
65e59861ba
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ start() {
|
|||
# WGT634u
|
||||
echo boardtype=wgt634u
|
||||
else
|
||||
strings /dev/mtdblock/3
|
||||
strings "$(find_mtd_part nvram)"
|
||||
fi
|
||||
) | awk '
|
||||
function p(cfgname, name) {
|
||||
|
|
Loading…
Reference in a new issue