[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-a3cf2f4a3e73master
parent
2e54e4a54b
commit
3b1eeb4baf
|
@ -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