mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-04 18:21:14 +00:00
firmware-utils/mkcasfw: fix magic value of the TN-U200 board
SVN-Revision: 14022
This commit is contained in:
parent
3890a38fed
commit
955c501e9a
@ -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