Changeset 259
- Timestamp:
- 04/05/11 15:59:18 (14 months ago)
- Files:
-
- 1 modified
-
ap51-flash-ng/router_redboot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ap51-flash-ng/router_redboot.c
r258 r259 42 42 #define REDBOOT_STATE_FINISHED 0x12 43 43 #define REDBOOT_STATE_FIS_INIT 0x50 44 #define REDBOOT_STATE_FIS_INITY 0x5144 #define REDBOOT_STATE_FIS_INITY 0x51 45 45 #define REDBOOT_STATE_FAILED 0x99 46 #include <err.h>47 46 48 47 static unsigned int ubnt_ip = 3232235796UL; /* 192.168.1.20 */ … … 86 85 } 87 86 87 #if defined(DEBUG) 88 88 static int redboot_4mb_detect(struct node *node) 89 #else 90 static int redboot_4mb_detect(struct node (*node)__attribute__((unused))) 91 #endif 89 92 { 90 93 /* default redboot type */
