1
0

general.h 985 B

123456789101112131415161718
  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_PNG /* PNG image support */
  8. #define IMAGE_ZLIB /* ZLIB image support */
  9. #undef NET_PROTO_IPV6 /* IPv6 protocol */
  10. #define NSLOOKUP_CMD /* DNS resolving command */
  11. #define NTP_CMD /* NTP commands */
  12. #define PARAM_CMD /* Form parameter commands */
  13. #define PCI_CMD /* PCI commands */
  14. #define PING_CMD /* Ping command */
  15. #define POWEROFF_CMD /* Power off commands */
  16. #define REBOOT_CMD /* Reboot command */
  17. #define TIME_CMD /* Time commands */
  18. #define VLAN_CMD /* VLAN commands */