general.h 876 B

12345678910111213141516
  1. #define CONSOLE_CMD /* Console command */
  2. #define DIGEST_CMD /* Image crypto digest commands */
  3. #define DOWNLOAD_PROTO_HTTPS /* Secure Hypertext Transfer Protocol */
  4. #define IMAGE_COMBOOT /* COMBOOT */
  5. #define IMAGE_TRUST_CMD /* Image trust management commands */
  6. #define IMAGE_GZIP /* GZIP image support */
  7. #define IMAGE_ZLIB /* ZLIB image support */
  8. #define NET_PROTO_IPV6 /* IPv6 protocol */
  9. #define NSLOOKUP_CMD /* DNS resolving command */
  10. #define NTP_CMD /* NTP commands */
  11. #define PARAM_CMD /* Form parameter commands */
  12. #define PCI_CMD /* PCI commands */
  13. #define PING_CMD /* Ping command */
  14. #define REBOOT_CMD /* Reboot command */
  15. #define TIME_CMD /* Time commands */
  16. #define VLAN_CMD /* VLAN commands */