mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
added extra product id to adamflash, signed of by <Andrew Ruthven <andrew@etc.gen.nz>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9972 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -257,7 +257,7 @@ print STDERR "checking hardware.. ";
|
||||
my $prd = $ftp->getenv("ProductID");
|
||||
my $usb = $ftp->getenv("usb_prod");
|
||||
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?";
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user