diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 10:29:47 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-07 10:29:47 +0000 |
commit | 4a9ea80ef06472204b66ab037179455a47a98c9e (patch) | |
tree | bb2c6f63cce25b73251af6e825c7550ae5dfa90a /target/linux/ar71xx/base-files/etc/hotplug.d | |
parent | e700dcaf0493e0ea159594ba8b7b70ab1242ee18 (diff) | |
download | upstream-4a9ea80ef06472204b66ab037179455a47a98c9e.tar.gz upstream-4a9ea80ef06472204b66ab037179455a47a98c9e.tar.bz2 upstream-4a9ea80ef06472204b66ab037179455a47a98c9e.zip |
/lib/functions.sh: move rarely used mtd and macaddr related functions to /lib/functions/system.sh
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40411
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index fa4b98c1c1..ce2392205b 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -31,6 +31,7 @@ ath9k_patch_firmware_mac() { . /lib/ar71xx.sh . /lib/functions.sh +. /lib/functions/system.sh board=$(ar71xx_board_name) |