-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Busybox: Enable IPv6 and some applets #22431
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I'm just not sure if or how useful some of the newly enabled applets are on Android.
# CONFIG_NTPD is not set | ||
CONFIG_NSLOOKUP=n | ||
CONFIG_FEATURE_NSLOOKUP_BIG=n | ||
CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a particular reason to set these to n
instead of leaving them commented out?
# CONFIG_IFUP is not set | ||
# CONFIG_IFDOWN is not set | ||
CONFIG_IFUP=y | ||
CONFIG_IFDOWN=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IFUP
and IFDOWN
won't work without root access, right?
CONFIG_NSLOOKUP=n | ||
CONFIG_FEATURE_NSLOOKUP_BIG=n | ||
CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS=n | ||
CONFIG_NTPD=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would ntpd
even work on Android?
@@ -559,7 +559,7 @@ CONFIG_FEATURE_DEFAULT_PASSWD_ALGO="" | |||
# Linux Ext2 FS Progs | |||
# | |||
CONFIG_CHATTR=y | |||
# CONFIG_FSCK is not set | |||
CONFIG_FSCK=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is fsck
useful on Android?
I'm also assuming it would require root privileges.
@@ -1002,22 +1002,22 @@ CONFIG_FEATURE_WGET_TIMEOUT=y | |||
# CONFIG_FEATURE_WGET_OPENSSL is not set | |||
CONFIG_WHOIS=y | |||
# CONFIG_ZCIP is not set | |||
# CONFIG_UDHCPD is not set | |||
CONFIG_UDHCPD=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure udhcpd
would work without root, or at all on Android.
No description provided.