mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
ar71xx: add support for the jjPlus JA79PF
Patch-by: Cezary Jackiewicz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24440 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -103,7 +103,7 @@ platform_check_image() {
|
||||
}
|
||||
return 0
|
||||
;;
|
||||
routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d )
|
||||
routerstation | routerstation-pro | ls-sr71 | pb42 | pb44 | eap7660d | ja76pf )
|
||||
[ "$magic" != "4349" ] && {
|
||||
echo "Invalid image. Use *-sysupgrade.bin files on this board"
|
||||
return 1
|
||||
@@ -130,7 +130,7 @@ platform_do_upgrade() {
|
||||
local board=$(ar71xx_board_name)
|
||||
|
||||
case "$board" in
|
||||
routerstation | routerstation-pro | ls-sr71 | eap7660d )
|
||||
routerstation | routerstation-pro | ls-sr71 | eap7660d | ja76pf )
|
||||
platform_do_upgrade_combined "$ARGV"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user