1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 23:16:42 +03:00

[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
This commit is contained in:
blogic 2012-04-23 09:40:37 +00:00
parent 9774688eee
commit 20486e3d63

View File

@ -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
;;
*)