mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
The Linux kexec boot loader doesn't need a font built in to it. This got
copied-and-pasted from the PS3 loader.
This commit is contained in:
parent
ae9356f143
commit
0df013a065
1 changed files with 0 additions and 5 deletions
|
|
@ -102,11 +102,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
|
|||
DPADD= ${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSTAND}
|
||||
LDADD= ${LIBFICL} ${LIBOFW} ${LIBFDT} ${LIBSTAND}
|
||||
|
||||
SC_DFLT_FONT=cp437
|
||||
|
||||
font.h:
|
||||
uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h
|
||||
|
||||
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
|
||||
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue