base-files: add back missing function for find_mtd_part to /lib/functions.sh (fixes...
[openwrt/openwrt.git] / package / base-files / files / lib / functions / system.sh
index 76554601595c7cd3a251fe4c387857d68500e800..a4c0f2620c5e9179b5033a4c5a4ecf8d34d31a5c 100644 (file)
@@ -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