summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-12 10:43:16 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-06-12 10:43:16 +0200
commit058ad821283c7c88a89efcd918b860483167e4a7 (patch)
tree66a2da6311d98c4a4dcfc8780e2aa54ea65bfc46
parent5d74b52488f6ea1e2c05de51f86ded8333bb4de1 (diff)
downloadembtk-busybox-kconfigs-058ad821283c7c88a89efcd918b860483167e4a7.tar.gz
embtk-busybox-kconfigs-058ad821283c7c88a89efcd918b860483167e4a7.tar.bz2
embtk-busybox-kconfigs-058ad821283c7c88a89efcd918b860483167e4a7.tar.xz
Add removed version constraints
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--busybox-networking.kconfig2
-rw-r--r--busybox-util-linux.kconfig1
2 files changed, 3 insertions, 0 deletions
diff --git a/busybox-networking.kconfig b/busybox-networking.kconfig
index a964a4e..7319af4 100644
--- a/busybox-networking.kconfig
+++ b/busybox-networking.kconfig
@@ -53,6 +53,7 @@ config KEMBTK_BUSYB_FEATURE_IPV6
config KEMBTK_BUSYB_FEATURE_UNIX_LOCAL
bool "Enable Unix domain socket support (usually not needed)"
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
Enable Unix domain socket support in all busybox networking
applets. Address of the form local:/path/to/unix/socket
@@ -1018,6 +1019,7 @@ config KEMBTK_BUSYB_IFUPDOWN_UDHCPC_CMD_OPTIONS
string "ifup udhcpc command line options"
default "-R -n"
depends on KEMBTK_BUSYB_IFUPDOWN && KEMBTK_BUSYB_UDHCPC
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
Command line options to pass to udhcpc from ifup.
Intended to alter options not available in /etc/network/interfaces.
diff --git a/busybox-util-linux.kconfig b/busybox-util-linux.kconfig
index 730e6f1..7b4fb2c 100644
--- a/busybox-util-linux.kconfig
+++ b/busybox-util-linux.kconfig
@@ -15,6 +15,7 @@ config KEMBTK_BUSYB_BLOCKDEV
Performs some ioctls with block devices.
config KEMBTK_BUSYB_REV
bool "rev"
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
help
Reverse lines of a file or files.