Skip to content
Snippets Groups Projects
Commit 98926663 authored by John Crispin's avatar John Crispin
Browse files

added extra product id to adamflash, signed of by <Andrew Ruthven <andrew@etc.gen.nz>

SVN-Revision: 9972
parent 940d875b
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ print STDERR "checking hardware.. "; ...@@ -257,7 +257,7 @@ print STDERR "checking hardware.. ";
my $prd = $ftp->getenv("ProductID"); my $prd = $ftp->getenv("ProductID");
my $usb = $ftp->getenv("usb_prod"); my $usb = $ftp->getenv("usb_prod");
print STDERR "$prd / $usb.\n"; print STDERR "$prd / $usb.\n";
($prd eq "AR7RD") or die "doesn't look like a DSL-502T?"; ($prd eq "AR7RD" || $prd eq "AR7DB") or die "doesn't look like a DSL-502T?";
($usb eq "DSL-502T") or die "doesn't look like a DSL-502T?"; ($usb eq "DSL-502T") or die "doesn't look like a DSL-502T?";
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment