Browse Source

bcm53xx: specify magic expected in sysupgrade for D-Link DIR-885L

Signed-off-by: Rafał Miłecki <[email protected]>

SVN-Revision: 48553
Rafał Miłecki 10 years ago
parent
commit
926c8dfc7b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      target/linux/bcm53xx/base-files/lib/upgrade/platform.sh

+ 1 - 0
target/linux/bcm53xx/base-files/lib/upgrade/platform.sh

@@ -24,6 +24,7 @@ platform_expected_image() {
 	local machine=$(platform_machine)
 
 	case "$machine" in
+		"dlink,dir-885l")	echo "seama wrgac42_dlink.2015_dir885l"; return;;
 		"netgear,r6250v1")	echo "chk U12H245T00_NETGEAR"; return;;
 		"netgear,r6300v2")	echo "chk U12H240T00_NETGEAR"; return;;
 		"netgear,r7000")	echo "chk U12H270T00_NETGEAR"; return;;