summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig4
-rw-r--r--meta/recipes-core/busybox/busybox/getopts.cfg2
-rw-r--r--meta/recipes-core/busybox/busybox/longopts.cfg1
3 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index a65ae674d8..7481ea2d6b 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -636,8 +636,8 @@ CONFIG_FLOCK=y
636# CONFIG_FSCK_MINIX is not set 636# CONFIG_FSCK_MINIX is not set
637# CONFIG_FSFREEZE is not set 637# CONFIG_FSFREEZE is not set
638CONFIG_FSTRIM=y 638CONFIG_FSTRIM=y
639CONFIG_GETOPT=y 639# CONFIG_GETOPT is not set
640CONFIG_FEATURE_GETOPT_LONG=y 640# CONFIG_FEATURE_GETOPT_LONG is not set
641CONFIG_HEXDUMP=y 641CONFIG_HEXDUMP=y
642# CONFIG_HD is not set 642# CONFIG_HD is not set
643# CONFIG_XXD is not set 643# CONFIG_XXD is not set
diff --git a/meta/recipes-core/busybox/busybox/getopts.cfg b/meta/recipes-core/busybox/busybox/getopts.cfg
index 8db0a4a8f2..26a2e7add9 100644
--- a/meta/recipes-core/busybox/busybox/getopts.cfg
+++ b/meta/recipes-core/busybox/busybox/getopts.cfg
@@ -1,3 +1 @@
1CONFIG_GETOPT=y CONFIG_GETOPT=y
2CONFIG_LONG_OPTS=y
3CONFIG_FEATURE_GETOPT_LONG=y
diff --git a/meta/recipes-core/busybox/busybox/longopts.cfg b/meta/recipes-core/busybox/busybox/longopts.cfg
index dcfab99919..3255608f64 100644
--- a/meta/recipes-core/busybox/busybox/longopts.cfg
+++ b/meta/recipes-core/busybox/busybox/longopts.cfg
@@ -13,3 +13,4 @@ CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS=y
13CONFIG_FEATURE_IPCALC_LONG_OPTIONS=y 13CONFIG_FEATURE_IPCALC_LONG_OPTIONS=y
14CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=y 14CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=y
15CONFIG_FEATURE_WGET_LONG_OPTIONS=y 15CONFIG_FEATURE_WGET_LONG_OPTIONS=y
16CONFIG_FEATURE_GETOPT_LONG=y