Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)
[librecmc/librecmc.git] / target / linux / brcm63xx / base-files / etc / hotplug.d / firmware / 10-rt2x00-eeprom
index 46be9d3f9935f2d9ab83bfa8a5b0aba8a2a1b16d..c03ba4c6ec2dea57e61047662aae0b207cf7f9e9 100644 (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" ] || \