mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 01:40:39 +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:
parent
75f5660b07
commit
e7bcfad835
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user