mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:35:55 +02: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:
parent
cf8837054a
commit
374cefe05d
@ -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?";
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user