Do not use deprecated path to functions.sh (/etc/functions.sh -> /lib/functions.sh)
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Dec 2012 16:07:50 +0000 (16:07 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 19 Dec 2012 16:07:50 +0000 (16:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34793 3c298f89-4303-0410-b956-a3cf2f4a3e73

12 files changed:
target/linux/adm5120/rb1xx/base-files/sbin/wget2nand
target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
target/linux/ar71xx/base-files/sbin/wget2nand
target/linux/atheros/base-files/etc/hotplug.d/button/00-button
target/linux/brcm47xx/base-files/lib/preinit/20_failsafe_set_boot_wait_brcm
target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
target/linux/generic/base-files/init
target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
target/linux/ramips/base-files/etc/uci-defaults/network
target/linux/rb532/base-files/sbin/cf2nand
target/linux/rb532/base-files/sbin/wget2nand

index 6cd8d6f..f7e0a09 100755 (executable)
@@ -6,7 +6,7 @@
 # Licence GPL V2
 # Author david.goodenough@linkchoose.co.uk
 # Based on cf2nand from RB532 support
-. /etc/functions.sh
+. /lib/functions.sh
 
 [ -d /tmp/wget2nand-rootfs ] && {
        echo "/tmp/wget2nand-rootfs already exists"
index c46d093..0fd6813 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" ] || \
index 56a8ae2..f80eecd 100755 (executable)
@@ -6,7 +6,7 @@
 # Licence GPL V2
 # Author david.goodenough@linkchoose.co.uk
 # Based on cf2nand from RB532 support
-. /etc/functions.sh
+. /lib/functions.sh
 
 wget2nand_dir=/tmp/wget2nand
 mnt_kernel=$wget2nand_dir/mnt_kernel
index 46be9d3..c03ba4c 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" ] || \
index 4705761..b4ef4fe 100755 (executable)
@@ -35,7 +35,7 @@ echo "- init -"
 
 # Load the modules we have in initramfs, this should
 # make the media accessible, but, it may take some time
-. /etc/functions.sh
+. /lib/functions.sh
 load_modules /etc/modules /etc/modules.d/*
 
 #wait 10 seconds for the disc to show up
index e58ca34..e3509bd 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" ] || \
index 32c97fc..21c9f5f 100644 (file)
@@ -11,7 +11,7 @@ rt2x00_eeprom_extract() {
        local count=$3
        local mtd
 
-       . /etc/functions.sh
+       . /lib/functions.sh
 
        mtd=$(find_mtd_part $part)
        [ -n "$mtd" ] || \
index 5d49923..dadb95b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-. /etc/functions.sh
+. /lib/functions.sh
 . /lib/ramips.sh
 . /lib/functions/uci-defaults.sh
 
index 60542de..0bfc259 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-. /etc/functions.sh
+. /lib/functions.sh
 
 copy_kernel() {
        local input="$1"
index 57f4128..9a111fa 100755 (executable)
@@ -6,7 +6,7 @@
 # Licence GPL V2
 # Author david.goodenough@linkchoose.co.uk
 # Based on cf2nand from RB532 support
-. /etc/functions.sh
+. /lib/functions.sh
 
 [ -d /tmp/wget2nand ] && {
        echo "/tmp/wget2nand already exists"