aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-01depmod: don't build it if MODPROBE_SMALL=yDenys Vlasenko1-2/+2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01make_single_applets.sh: SH_IS_HUSH needs special handling tooDenys Vlasenko1-4/+4
Well, in fact it works (make oldconfig throws only a warning when it sees both SH_IS_HUSH=y and SH_IS_NONE=y), but let's be nice. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko9-118/+120
The same can be done for msh, but we are probably better off just deleting it in a next versio or two. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01Make RMMOD=y by defaultDenys Vlasenko1-1/+1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01Make INSMOD=y by defaultDenys Vlasenko1-1/+1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTINDenys Vlasenko1-29/+7
They merely enable ip or ifconfig/route. There is already a way to do this on the same menuconfig page. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01modprobe-small: make applets individually selectableDenys Vlasenko8-32/+41
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01Make DPKG=y and DPKG_DEB=y by defaultDenys Vlasenko2-2/+2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01Selinux complains about deprecated selinux/flask.h, stop including itDenys Vlasenko2-2/+6
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-01-01Make FEATURE_USERNAME_COMPLETION=y by defaultDenys Vlasenko1-1/+1
This matches bash behavior on Fedora Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>