mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
make: bring version-specific code closer together
This commit is contained in:
parent
177aa89b13
commit
dc8a3c4424
1
Makefile
1
Makefile
@ -191,6 +191,7 @@ CORE_DEPENDS?= ca_root_nss \
|
||||
unbound \
|
||||
wpa_supplicant \
|
||||
zip \
|
||||
${CORE_ADDITIONS} \
|
||||
${CORE_DEPENDS_${CORE_ARCH}}
|
||||
|
||||
WRKDIR?=${.CURDIR}/work
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2023 Franco Fichtner <franco@opnsense.org>
|
||||
# Copyright (c) 2023-2024 Franco Fichtner <franco@opnsense.org>
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
@ -24,6 +24,7 @@
|
||||
# SUCH DAMAGE.
|
||||
|
||||
CORE_ABI?= 24.1
|
||||
CORE_ADDITIONS?=#empty
|
||||
CORE_MESSAGE?= Carry on my wayward son
|
||||
CORE_NAME?= opnsense-devel
|
||||
# adjust src/root/boot/lua/logo-hourglass.lua.in accordingly:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user