fix linux 3.2/3.4 builds
This commit is contained in:
parent
8d3b761a24
commit
c31f1d99a5
@ -302,7 +302,9 @@ with stdenv.lib;
|
|||||||
${optionalString (versionAtLeast version "3.6") ''
|
${optionalString (versionAtLeast version "3.6") ''
|
||||||
RC_DEVICES? y # Enable IR devices
|
RC_DEVICES? y # Enable IR devices
|
||||||
''}
|
''}
|
||||||
RT2800USB_RT55XX y
|
${optionalString (versionAtLeast version "3.10") ''
|
||||||
|
RT2800USB_RT55XX y
|
||||||
|
''}
|
||||||
SCSI_LOGGING y # SCSI logging facility
|
SCSI_LOGGING y # SCSI logging facility
|
||||||
SERIAL_8250 y # 8250/16550 and compatible serial support
|
SERIAL_8250 y # 8250/16550 and compatible serial support
|
||||||
SLIP_COMPRESSED y # CSLIP compressed headers
|
SLIP_COMPRESSED y # CSLIP compressed headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user