ソースを参照

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

SVN-Revision: 6542
Felix Fietkau 19 年 前
コミット
65e59861ba

+ 1 - 1
target/linux/brcm-2.4/base-files/default/etc/init.d/netconfig

@@ -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) {