diff options
author | John Crispin <john@openwrt.org> | 2012-12-15 02:01:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-15 02:01:00 +0000 |
commit | 1dece11487e937deb4691f73545c1403d018421d (patch) | |
tree | 4a2e99f213629991d7a9520a3408028e3b42f9b3 /target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | |
parent | 601bc28669719c8ef004e108cb0bc9e5c784412e (diff) | |
download | upstream-1dece11487e937deb4691f73545c1403d018421d.tar.gz upstream-1dece11487e937deb4691f73545c1403d018421d.tar.bz2 upstream-1dece11487e937deb4691f73545c1403d018421d.zip |
cleanup basefiles
SVN-Revision: 34698
Diffstat (limited to 'target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom')
-rw-r--r-- | target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index 1eee55e223..e58ca34de4 100644 --- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -23,12 +23,11 @@ rt2x00_eeprom_extract() { } [ -e /lib/firmware/$FIRMWARE ] && exit 0 - -. /lib/lantiq.sh +. /lib/functions/lantiq.sh case "$FIRMWARE" in "RT2860.eeprom" ) - local board=$(lantiq_board_name) + local board=$(lantiq_board_id) case $board in ARV7525PW|ARV752DPW) rt2x00_eeprom_extract "board_config" 1040 272 |