1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-20 04:30:36 +02:00

fix up the netconfig script after the devfs=>hotplug2 migration

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6542 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-03-09 18:20:54 +00:00
parent 75f5660b07
commit e7bcfad835

View File

@ -13,7 +13,7 @@ start() {
# WGT634u # WGT634u
echo boardtype=wgt634u echo boardtype=wgt634u
else else
strings /dev/mtdblock/3 strings "$(find_mtd_part nvram)"
fi fi
) | awk ' ) | awk '
function p(cfgname, name) { function p(cfgname, name) {