summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-01-12 19:32:11 -0600
committerTom Rini <[email protected]>2026-01-13 08:43:45 -0600
commit84fac64026556a0aba359fb10aa7875ed30ce6b1 (patch)
tree7c651a3551010d02ccfe7b815e67f418c7720150
parent711150fc6fe7a125cc1133841acc802570478007 (diff)
gardena-smart-gateway-mt7688: Disable CMD_LICENSE
This platform is unfortunately frequently very close to the binary size limit. Currently it is so close that generic bug fixes can trigger build failure. Remove the license command from the image as that frees up nearly 7KiB of space. Suggested-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Signed-off-by: Tom Rini <[email protected]>
-rw-r--r--configs/gardena-smart-gateway-mt7688_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/gardena-smart-gateway-mt7688_defconfig b/configs/gardena-smart-gateway-mt7688_defconfig
index 10a595a1df4..a78eebd5fd8 100644
--- a/configs/gardena-smart-gateway-mt7688_defconfig
+++ b/configs/gardena-smart-gateway-mt7688_defconfig
@@ -47,7 +47,6 @@ CONFIG_SPL_MAX_SIZE=0x10000
CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_NOR_SUPPORT=y
CONFIG_HUSH_PARSER=y
-CONFIG_CMD_LICENSE=y
# CONFIG_BOOTM_NETBSD is not set
# CONFIG_BOOTM_PLAN9 is not set
# CONFIG_BOOTM_RTEMS is not set