mirror of
https://github.com/sheumann/hush.git
synced 2024-12-25 18:33:06 +00:00
- fix typo introduced in the last commit.
This commit is contained in:
parent
a4acf669f4
commit
6554de06fe
@ -222,7 +222,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP
|
|||||||
Use the iproute "ip" command to implement "ifup" and "ifdown", rather
|
Use the iproute "ip" command to implement "ifup" and "ifdown", rather
|
||||||
than the default of using the older 'ifconfig' and 'route' utilities.
|
than the default of using the older 'ifconfig' and 'route' utilities.
|
||||||
|
|
||||||
config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
|
config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
|
||||||
bool " Use busybox ip applet"
|
bool " Use busybox ip applet"
|
||||||
default y
|
default y
|
||||||
depends on CONFIG_FEATURE_IFUPDOWN_IP
|
depends on CONFIG_FEATURE_IFUPDOWN_IP
|
||||||
@ -236,7 +236,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
|
|||||||
If leave this disabled, you must install the full-blown iproute2
|
If leave this disabled, you must install the full-blown iproute2
|
||||||
utility or the "ifup" and "ifdown" applets will not work.
|
utility or the "ifup" and "ifdown" applets will not work.
|
||||||
|
|
||||||
config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
|
config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
|
||||||
bool " Use busybox ifconfig and route applets"
|
bool " Use busybox ifconfig and route applets"
|
||||||
default y
|
default y
|
||||||
depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP
|
depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP
|
||||||
|
Loading…
Reference in New Issue
Block a user