Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)
SVN-Revision: 34793
This commit is contained in:
@@ -12,7 +12,7 @@ rt2x00_eeprom_extract() {
|
||||
local count=$3
|
||||
local mtd
|
||||
|
||||
. /etc/functions.sh
|
||||
. /lib/functions.sh
|
||||
|
||||
mtd=$(find_mtd_part $part)
|
||||
[ -n "$mtd" ] || \
|
||||
|
||||
Reference in New Issue
Block a user