root/ar5315_microredboot/microredboot/ecos/packages/redboot/current/src/net/fwupgrade_wili.h

Revision 12368, 454 bytes (checked in by BrainSlayer, 5 months ago)

tftp server added, supports wiligear, ubiquiti and dd-wrt webflash format

Line 
1
2 #ifndef __wili_fw__
3 #define __wili_fw__
4
5 extern int fw_check_image_wili(unsigned char *addr, unsigned long maxlen,
6                                int do_flash);
7
8 /***********************************************************************************/
9
10 /* these variables will be initialized in do_tftpd() */
11 CYG_ADDRWORD BASE_ADDR;
12 CYG_ADDRWORD FW_TEMP_BASE;
13 /***********************************************************************************/
14
15 #endif                          /* __wilibox_fw__ */
Note: See TracBrowser for help on using the browser.