aboutsummaryrefslogtreecommitdiff
path: root/make_single_applets.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make_single_applets.sh: SH_IS_HUSH needs special handling tooDenys Vlasenko2016-12-231-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>
* Make it possible to select "sh" and "bash" aliases without selecting ash or hushDenys Vlasenko2016-12-231-0/+11
| | | | | | | 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>
* modprobe-small: make applets individually selectableDenys Vlasenko2016-12-231-1/+6
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* make_single_applets.sh: a tool to check single-applet buildsDenys Vlasenko2016-12-231-0/+57
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>