buildsys: Add helper to list suid applets
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 10 Jun 2013 15:08:22 +0000 (17:08 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 26 Jul 2013 11:39:46 +0000 (13:39 +0200)
commit9078633feeb129d679c97d900807ef2d5b253b65
tree153f82ae904f01bcba2edd6197b7f5995a013a05
parent7801148a816a2ab1c2f9437c8992c86722361147
buildsys: Add helper to list suid applets

Add a helper script that lists all applets that
- do or may require SUID provileges (busybox.cfg.suid)
- do not require SUID provileges (busybox.cfg.nosuid)

Some setups prefer to build two busybox binaries, one that is suid which
contains all applets that do or may require suid privileges, and a
second one for all the rest (which drops suid). To ease splitting these
two binaries, generate a list of CONFIG_ items for the suid binary.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Makefile.custom
applets/busybox.mksuid [new file with mode: 0755]
include/applets.src.h
scripts/kconfig/confdata.c