base-files: add back missing function for find_mtd_part to /lib/functions.sh (fixes #15496)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40426
This commit is contained in:
		| @@ -1,12 +1,5 @@ | ||||
| # Copyright (C) 2006-2013 OpenWrt.org | ||||
|  | ||||
| find_mtd_index() { | ||||
| 	local PART="$(grep "\"$1\"" /proc/mtd | awk -F: '{print $1}')" | ||||
| 	local INDEX="${PART##mtd}" | ||||
|  | ||||
| 	echo ${INDEX} | ||||
| } | ||||
|  | ||||
| find_mtd_chardev() { | ||||
| 	local INDEX=$(find_mtd_index "$1") | ||||
| 	local PREFIX=/dev/mtd | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau