mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Temp. disable following modules:
atapi coff ibcs2 ipfw linux syscons wcd (until they will be fixed) It allows to build/install other modules from top
This commit is contained in:
parent
7e37cfc3fd
commit
75b65495cb
2 changed files with 16 additions and 8 deletions
12
lkm/Makefile
12
lkm/Makefile
|
|
@ -1,8 +1,12 @@
|
|||
# $Id: Makefile,v 1.12 1995/08/24 09:06:17 phk Exp $
|
||||
# $Id: Makefile,v 1.13 1995/10/10 08:23:13 swallace Exp $
|
||||
|
||||
SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
|
||||
ipfw kernfs linux msdos nfs nullfs \
|
||||
pcic portal procfs syscons umapfs union
|
||||
#
|
||||
# temp. disabled:
|
||||
# atapi coff ibcs2 ipfw linux syscons wcd
|
||||
#
|
||||
SUBDIR= cd9660 fdesc if_disc if_ppp if_sl if_tun \
|
||||
kernfs msdos nfs nullfs \
|
||||
pcic portal procfs umapfs union
|
||||
#
|
||||
# Doesn't work:
|
||||
# mfs
|
||||
|
|
|
|||
|
|
@ -1,8 +1,12 @@
|
|||
# $Id: Makefile,v 1.12 1995/08/24 09:06:17 phk Exp $
|
||||
# $Id: Makefile,v 1.13 1995/10/10 08:23:13 swallace Exp $
|
||||
|
||||
SUBDIR= cd9660 coff fdesc ibcs2 if_disc if_ppp if_sl if_tun \
|
||||
ipfw kernfs linux msdos nfs nullfs \
|
||||
pcic portal procfs syscons umapfs union
|
||||
#
|
||||
# temp. disabled:
|
||||
# atapi coff ibcs2 ipfw linux syscons wcd
|
||||
#
|
||||
SUBDIR= cd9660 fdesc if_disc if_ppp if_sl if_tun \
|
||||
kernfs msdos nfs nullfs \
|
||||
pcic portal procfs umapfs union
|
||||
#
|
||||
# Doesn't work:
|
||||
# mfs
|
||||
|
|
|
|||
Loading…
Reference in a new issue