sandbox: Enable DHCP and IP defrag
[u-boot.git] / include / configs / sandbox.h
index 9769a8dd806d4871ca719b3e94ec5ef4e4f11304..558ea2c173088d8acba1e7bf00446c00af8e3f6c 100644 (file)
 #include <config_cmd_default.h>
 
 #define CONFIG_CMD_PING
+#define CONFIG_CMD_DHCP
+#define CONFIG_BOOTP_DNS
+#define CONFIG_BOOTP_DNS2
+#define CONFIG_BOOTP_GATEWAY
+#define CONFIG_BOOTP_SEND_HOSTNAME
+#define CONFIG_BOOTP_SERVERIP
+#define CONFIG_BOOTP_SUBNETMASK
+#define CONFIG_IP_DEFRAG
 
 #define CONFIG_CMD_HASH
 #define CONFIG_HASH_VERIFY
This page took 0.028221 seconds and 4 git commands to generate.