Add NO_BLUETOOTH and NO_AUTHPF variables. [1]
While I'm there use lowercase "yes" for consistency. Approved by: phk [1]
This commit is contained in:
parent
494eb176e7
commit
0d0e1f8897
@ -8,6 +8,7 @@
|
||||
#
|
||||
KERNCONF?=GENERIC
|
||||
NO_ACPI=yes
|
||||
NO_BLUETOOTH=yes
|
||||
NO_CVS=yes
|
||||
NO_CXX=yes
|
||||
NO_FORTRAN=yes
|
||||
@ -16,7 +17,8 @@ NO_GDB=yes
|
||||
NO_HESIOD_LIBC=yes
|
||||
NO_I4B=yes
|
||||
NO_IPFILTER=yes
|
||||
NO_PF=YES
|
||||
NO_PF=yes
|
||||
NO_AUTHPF=yes
|
||||
NO_KERBEROS=yes
|
||||
NO_LPR=yes
|
||||
NO_MODULES=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user