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
96f5e7fa
Commit
96f5e7fa
authored
Sep 24, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pkg: hook up src/boot, wow, that was easy
parent
378bc316
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletion
+5
-1
Makefile
Makefile
+1
-0
Makefile
src/Makefile
+4
-1
brand-opnsense.4th
src/boot/brand-opnsense.4th
+0
-0
logo-hourglass.4th
src/boot/logo-hourglass.4th
+0
-0
No files found.
Makefile
View file @
96f5e7fa
...
@@ -214,6 +214,7 @@ scripts: want-git
...
@@ -214,6 +214,7 @@ scripts: want-git
install
:
force
install
:
force
@
${
MAKE
}
-C
${
.CURDIR
}
/contrib
install
DESTDIR
=
${
DESTDIR
}
@
${
MAKE
}
-C
${
.CURDIR
}
/contrib
install
DESTDIR
=
${
DESTDIR
}
@
${
MAKE
}
-C
${
.CURDIR
}
/src install_boot
DESTDIR
=
${
DESTDIR
}
@
${
MAKE
}
-C
${
.CURDIR
}
/src
install
DESTDIR
=
${
DESTDIR
}
\
@
${
MAKE
}
-C
${
.CURDIR
}
/src
install
DESTDIR
=
${
DESTDIR
}
\
CORE_NAME
=
${
CORE_NAME
}
CORE_ABI
=
${
CORE_ABI
}
\
CORE_NAME
=
${
CORE_NAME
}
CORE_ABI
=
${
CORE_ABI
}
\
CORE_PACKAGESITE
=
${
CORE_PACKAGESITE
}
\
CORE_PACKAGESITE
=
${
CORE_PACKAGESITE
}
\
...
...
src/Makefile
View file @
96f5e7fa
ROOT
=
/usr/local
ROOT
=
/usr/local
TREES
=
etc opnsense sbin wizard www
TREES
=
etc opnsense sbin wizard www
EXTRA
=
bootstrap
EXTRA
=
boot bootstrap
ROOT_boot
=
# /
TREES_boot
=
boot
ROOT_bootstrap
=
/usr/local
ROOT_bootstrap
=
/usr/local
TREES_bootstrap
=
etc/pkg
TREES_bootstrap
=
etc/pkg
...
...
boot/brand-opnsense.4th
→
src/
boot/brand-opnsense.4th
View file @
96f5e7fa
File moved
boot/logo-hourglass.4th
→
src/
boot/logo-hourglass.4th
View file @
96f5e7fa
File moved
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