mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
[tools] firmware-utils/mkcasfw: fix magic value of the TN-U200 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14022 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6d3f4634c4
commit
592f01f424
@ -167,7 +167,7 @@ struct board_info {
|
||||
|
||||
/* Trendnet products */
|
||||
#define MODEL_TN_U100 0x01000081 /* NFS-101U */
|
||||
#define MODEL_TN_U200 0x01000081 /* NFS-202U */
|
||||
#define MODEL_TN_U200 0x01000082 /* NFS-202U */
|
||||
|
||||
/*
|
||||
* Globals
|
||||
|
Loading…
Reference in New Issue
Block a user