You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
688 B
24 lines
688 B
From 7b53a0f5ddf0b1201a09c368b06cd5750d5fbe3a Mon Sep 17 00:00:00 2001
|
|
From: Josua Mayer <josua.mayer97@gmail.com>
|
|
Date: Sun, 23 Apr 2017 17:45:11 +0200
|
|
Subject: [PATCH 4/4] clearfog: enable setexpr command by default
|
|
|
|
Turns out this command is pretty useful in advanced boot-scripts.
|
|
-> enable
|
|
|
|
Signed-off-by: Josua Mayer <josua.mayer97@gmail.com>
|
|
---
|
|
configs/clearfog_defconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/configs/clearfog_defconfig
|
|
+++ b/configs/clearfog_defconfig
|
|
@@ -23,7 +23,7 @@ CONFIG_CMD_SF=y
|
|
CONFIG_CMD_SPI=y
|
|
CONFIG_CMD_I2C=y
|
|
CONFIG_CMD_USB=y
|
|
-# CONFIG_CMD_SETEXPR is not set
|
|
+CONFIG_CMD_SETEXPR=y
|
|
CONFIG_CMD_TFTPPUT=y
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_MII=y
|
|
|