Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)

SVN-Revision: 34793
This commit is contained in:
Mirko Vogt
2012-12-19 16:07:50 +00:00
parent 439a869090
commit e34a4e0c7b
12 changed files with 12 additions and 12 deletions

View File

@@ -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" ] || \