Date:2010-08-14 23:07:31 (13 years 7 months ago)
Author:juhosg
Commit:4ebeeb56349e090c6dc54f0de60b8fcf5b9f250a
Message:ar71xx: add eap7660d board to diag.sh and sysupgrade

This patch adds support for the Senao EAP7660D board to diag.sh and sysupgrade.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22644 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: target/linux/ar71xx/base-files/etc/diag.sh (1 diff)
target/linux/ar71xx/base-files/lib/upgrade/platform.sh (2 diffs)

Change Details

target/linux/ar71xx/base-files/etc/diag.sh
5151    dir-825-b1)
5252        status_led="dir825b1:orange:power"
5353        ;;
54    eap7660d)
55        status_led="eap7660d:green:ds4"
56        ;;
5457    ls-sr71)
5558        status_led="ubnt:green:d22"
5659        ;;
target/linux/ar71xx/base-files/lib/upgrade/platform.sh
9696        }
9797        return 0
9898        ;;
99    routerstation | routerstation-pro | ls-sr71 | pb42 | pb44)
99    routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d )
100100        [ "$magic" != "4349" ] && {
101101            echo "Invalid image. Use *-sysupgrade.bin files on this board"
102102            return 1
...... 
123123    local board=$(ar71xx_board_name)
124124
125125    case "$board" in
126    routerstation | routerstation-pro | ls-sr71)
126    routerstation | routerstation-pro | ls-sr71 | eap7660d )
127127        platform_do_upgrade_combined "$ARGV"
128128        ;;
129129    *)

Archive Download the corresponding diff file



interactive