mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Disable the tinylogin apps by default.
This commit is contained in:
parent
c61804ed59
commit
994c6ffd3b
1 changed files with 5 additions and 5 deletions
10
Config.h
10
Config.h
|
|
@ -7,8 +7,8 @@
|
|||
//
|
||||
//
|
||||
// BusyBox Applications
|
||||
#define BB_ADDGROUP
|
||||
#define BB_ADDUSER
|
||||
//#define BB_ADDGROUP
|
||||
//#define BB_ADDUSER
|
||||
//#define BB_ADJTIMEX
|
||||
//#define BB_AR
|
||||
//#define BB_ASH
|
||||
|
|
@ -28,8 +28,8 @@
|
|||
//#define BB_DC
|
||||
#define BB_DD
|
||||
//#define BB_DEALLOCVT
|
||||
#define BB_DELGROUP
|
||||
#define BB_DELUSER
|
||||
//#define BB_DELGROUP
|
||||
//#define BB_DELUSER
|
||||
#define BB_DF
|
||||
#define BB_DIRNAME
|
||||
#define BB_DMESG
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
//#define BB_FREERAMDISK
|
||||
//#define BB_FSCK_MINIX
|
||||
//#define BB_GETOPT
|
||||
#define BB_GETTY
|
||||
//#define BB_GETTY
|
||||
#define BB_GREP
|
||||
#define BB_GUNZIP
|
||||
#define BB_GZIP
|
||||
|
|
|
|||
Loading…
Reference in a new issue