diff options
author | John Crispin <john@openwrt.org> | 2012-04-23 09:40:37 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-04-23 09:40:37 +0000 |
commit | d4f3677cbad3b83735c37cef2e5655c918c668c3 (patch) | |
tree | 3c8ff0df9e81613cec1e9b83957bd12324063065 /target/linux/lantiq/base-files | |
parent | 4a7d620950e2f572abf04ced418371e4da07b3f4 (diff) | |
download | upstream-d4f3677cbad3b83735c37cef2e5655c918c668c3.tar.gz upstream-d4f3677cbad3b83735c37cef2e5655c918c668c3.tar.bz2 upstream-d4f3677cbad3b83735c37cef2e5655c918c668c3.zip |
Adding wifi eeprom extract for ARV752DPW - Easybox 802
Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com>
SVN-Revision: 31443
Diffstat (limited to 'target/linux/lantiq/base-files')
-rw-r--r-- | target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 |
1 files changed, 1 insertions, 1 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 ad5652a7fc..1eee55e223 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 @@ -30,7 +30,7 @@ case "$FIRMWARE" in "RT2860.eeprom" ) local board=$(lantiq_board_name) case $board in - ARV7525PW) + ARV7525PW|ARV752DPW) rt2x00_eeprom_extract "board_config" 1040 272 ;; *) |