mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
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…
x
Reference in New Issue
Block a user