mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: enable sysupgrade on the AP96 and DB120 boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27901 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -69,7 +69,7 @@ platform_check_image() {
|
||||
[ "$ARGC" -gt 1 ] && return 1
|
||||
|
||||
case "$board" in
|
||||
ap121 | ap121-mini | zcn-1523h-2 | zcn-1523h-5)
|
||||
ap121 | ap121-mini | ap96 | db120 | zcn-1523h-2 | zcn-1523h-5)
|
||||
[ "$magic" != "68737173" -a "$magic" != "19852003" ] && {
|
||||
echo "Invalid image type."
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user