From e5cde8ef0009407c4d31762964c585d9ffd0121a Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Tue, 28 Apr 2015 08:24:16 +0200 Subject: [PATCH] Temporary remove DHCP feature on D-Link DIR505, so that the final image is smaller than 64 KB. --- u-boot/include/configs/ap121.h | 1 - 1 file changed, 1 deletion(-) diff --git a/u-boot/include/configs/ap121.h b/u-boot/include/configs/ap121.h index 244987c..6c27f45 100644 --- a/u-boot/include/configs/ap121.h +++ b/u-boot/include/configs/ap121.h @@ -791,7 +791,6 @@ #if defined(CONFIG_FOR_DLINK_DIR505_A1) #define CONFIG_COMMANDS (CFG_CMD_MEMORY | \ - CFG_CMD_DHCP | \ CFG_CMD_PING | \ CFG_CMD_FLASH | \ CFG_CMD_NET | \ -- 2.25.1