mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
FB_INSTALL_CDEV not usable on Alpha.
This commit is contained in:
parent
cc874de3f4
commit
d23dc82958
2 changed files with 2 additions and 1 deletions
|
|
@ -1095,7 +1095,6 @@ options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
|
|||
options VGA_WIDTH90 # support 90 column modes
|
||||
|
||||
options FB_DEBUG # Frame buffer debugging
|
||||
options FB_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
|
|
|
|||
|
|
@ -1079,6 +1079,8 @@ options KSTACK_PAGES=3
|
|||
# More undocumented options for linting.
|
||||
# Note that documenting these are not considered an affront.
|
||||
|
||||
options FB_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
|
||||
# PECOFF module (Win32 Execution Format)
|
||||
options PECOFF_SUPPORT
|
||||
options PECOFF_DEBUG
|
||||
|
|
|
|||
Loading…
Reference in a new issue