Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / base-files / etc / hotplug.d / firmware / 10-ath9k-eeprom
index c46d0931a96e2615676181d5d79ef5b1e56a5c20..0fd68138322eef7a6d9652fadaf0420f34a18ad8 100644 (file)
@@ -11,7 +11,7 @@ ath9k_eeprom_extract() {
        local count=$3
        local mtd
 
-       . /etc/functions.sh
+       . /lib/functions.sh
 
        mtd=$(find_mtd_chardev $part)
        [ -n "$mtd" ] || \