netifd: update to latest version, fixes resolv.conf writes on interface setting changes
[openwrt.git] / tools / firmware-utils / src / imagetag_cmdline.h
index a389148..a6fd389 100644 (file)
@@ -104,14 +104,14 @@ struct gengetopt_args_info
   char * inactive_arg; /**< @brief Inactive Flag (2=not-specified). (default='2').  */
   char * inactive_orig;        /**< @brief Inactive Flag (2=not-specified). original value given at command line.  */
   const char *inactive_help; /**< @brief Inactive Flag (2=not-specified). help description.  */
-  char * reserved1_arg;        /**< @brief String for first reserved section..  */
-  char * reserved1_orig;       /**< @brief String for first reserved section. original value given at command line.  */
-  const char *reserved1_help; /**< @brief String for first reserved section. help description.  */
   char * reserved2_arg;        /**< @brief String for second reserved section..  */
   char * reserved2_orig;       /**< @brief String for second reserved section. original value given at command line.  */
   const char *reserved2_help; /**< @brief String for second reserved section. help description.  */
   int kernel_file_has_header_flag;     /**< @brief Indicates that the kernel file includes the kernel header with correct load address and entry point, so no changes are needed (default=off).  */
   const char *kernel_file_has_header_help; /**< @brief Indicates that the kernel file includes the kernel header with correct load address and entry point, so no changes are needed help description.  */
+  int pad_arg; /**< @brief Pad the image to this size if smaller (in MiB).  */
+  char * pad_orig;     /**< @brief Pad the image to this size if smaller (in MiB) original value given at command line.  */
+  const char *pad_help; /**< @brief Pad the image to this size if smaller (in MiB) help description.  */
   
   unsigned int help_given ;    /**< @brief Whether help was given.  */
   unsigned int version_given ; /**< @brief Whether version was given.  */
@@ -137,9 +137,9 @@ struct gengetopt_args_info
   unsigned int rsa_signature_given ;   /**< @brief Whether rsa-signature was given.  */
   unsigned int second_image_flag_given ;       /**< @brief Whether second-image-flag was given.  */
   unsigned int inactive_given ;        /**< @brief Whether inactive was given.  */
-  unsigned int reserved1_given ;       /**< @brief Whether reserved1 was given.  */
   unsigned int reserved2_given ;       /**< @brief Whether reserved2 was given.  */
   unsigned int kernel_file_has_header_given ;  /**< @brief Whether kernel-file-has-header was given.  */
+  unsigned int pad_given ;     /**< @brief Whether pad was given.  */
 
 } ;