mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
79c142d938
of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately.
9 lines
130 B
C
9 lines
130 B
C
#include "busybox.h"
|
|
#include "bbconfigopts.h"
|
|
|
|
int bbconfig_main(int argc, char **argv)
|
|
{
|
|
printf(bbconfig_config);
|
|
return 0;
|
|
}
|