diff options
author | John Crispin <blogic@openwrt.org> | 2012-04-23 09:40:37 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-04-23 09:40:37 +0000 |
commit | 22d856df2d4053e45215d56d3b53a744c4231b57 (patch) | |
tree | 4c67e01fb77407f6df5db5653933e7438fb64d17 /target/linux/lantiq | |
parent | 665becd550194a6226a20b553c037d3c0caf973b (diff) | |
download | upstream-22d856df2d4053e45215d56d3b53a744c4231b57.tar.gz upstream-22d856df2d4053e45215d56d3b53a744c4231b57.tar.bz2 upstream-22d856df2d4053e45215d56d3b53a744c4231b57.zip |
[lantiq] Adding wifi eeprom extract for ARV752DPW - Easybox 802
Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31443 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-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 ;; *) |