summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2019-09-14 19:22:09 +0200
committerMarek Vasut <[email protected]>2019-09-14 21:28:55 +0200
commitb32882dadbcbef9e11fd0f0efea0c2b622cae019 (patch)
tree49fecbb9496170fd3cba2cb8d326fd072db130ae
parenta12c90a28ddecac23ff09d8564c10dc9d9df7e46 (diff)
sh: r2dplus: Enable DHCP command
Enable the "dhcp" command as a minor convenience. Signed-off-by: Marek Vasut <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]>
-rw-r--r--configs/r2dplus_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig
index b2334affc3e..e10ac939c5b 100644
--- a/configs/r2dplus_defconfig
+++ b/configs/r2dplus_defconfig
@@ -12,6 +12,7 @@ CONFIG_CMD_DM=y
CONFIG_CMD_IDE=y
CONFIG_CMD_PCI=y
# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
CONFIG_CMD_PING=y
CONFIG_CMD_CACHE=y
CONFIG_CMD_EXT2=y