Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
19ab4c7c
Commit
19ab4c7c
authored
Jul 10, 2017
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg: prepare for release 17.7.r1
parent
d4b0b2af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
Makefile
Makefile
+4
-4
system.inc
src/etc/inc/system.inc
+0
-3
No files found.
Makefile
View file @
19ab4c7c
...
...
@@ -41,9 +41,9 @@ CORE_VERSION= ${CORE_COMMIT:C/-.*$//1}
CORE_HASH
=
${
CORE_COMMIT
:C/^.
*-//1
}
.endif
CORE_ABI
?=
17.
1
CORE_ABI
?=
17.
7
CORE_ARCH
?=
${
ARCH
}
CORE_OPENVPN
?=
# empty
for version 2.4
CORE_OPENVPN
?=
# empty
CORE_PHP
?=
70
CORE_PY
?=
27
...
...
@@ -58,8 +58,8 @@ CORE_REPOSITORY?= ${CORE_ABI}/libressl
CORE_REPOSITORY
?=
${
FLAVOUR
}
.endif
CORE_NAME
?=
opnsense
-devel
CORE_FAMILY
?=
development
CORE_NAME
?=
opnsense
CORE_FAMILY
?=
release
CORE_MESSAGE
?=
Insert Name Here
CORE_MAINTAINER
?=
franco@opnsense.org
...
...
src/etc/inc/system.inc
View file @
19ab4c7c
...
...
@@ -237,7 +237,6 @@ function get_locale_list()
$locales
[
'en_US'
]
=
gettext
(
'English'
);
$locales
[
'cs_CZ'
]
=
gettext
(
'Czech'
);
$locales
[
'zh_CN'
]
=
gettext
(
'Chinese (Simplified)'
);
$locales
[
'nl_NL'
]
=
gettext
(
'Dutch'
);
$locales
[
'fr_FR'
]
=
gettext
(
'French'
);
$locales
[
'de_DE'
]
=
gettext
(
'German'
);
$locales
[
'it_IT'
]
=
gettext
(
'Italian'
);
...
...
@@ -245,8 +244,6 @@ function get_locale_list()
$locales
[
'pt_BR'
]
=
gettext
(
'Portuguese (Brazil)'
);
$locales
[
'pt_PT'
]
=
gettext
(
'Portuguese (Portugal)'
);
$locales
[
'ru_RU'
]
=
gettext
(
'Russian'
);
$locales
[
'es_ES'
]
=
gettext
(
'Spanish'
);
$locales
[
'tr_TR'
]
=
gettext
(
'Turkish'
);
return
$locales
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment