Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
652
Issues
652
List
Boards
Labels
Service Desk
Milestones
Merge Requests
178
Merge Requests
178
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
e48587de
Commit
e48587de
authored
Feb 15, 2019
by
Timo Teräs
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts/mkimg.base.sh: include wifi regulatory database in modloop
ref
#9549
parent
64c5d784
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/mkimg.base.sh
scripts/mkimg.base.sh
+1
-1
No files found.
scripts/mkimg.base.sh
View file @
e48587de
...
...
@@ -20,7 +20,7 @@ build_kernel() {
section_kernels
()
{
local
_f _a _pkgs
for
_f
in
$kernel_flavors
;
do
_pkgs
=
"linux-
$_f
linux-firmware"
_pkgs
=
"linux-
$_f
linux-firmware
wireless-regdb
$modloop_addons
"
for
_a
in
$kernel_addons
;
do
_pkgs
=
"
$_pkgs
$_a
-
$_f
"
done
...
...
Randy Damron
@rdamron
mentioned in issue
#9549 (closed)
·
Jul 12, 2019
mentioned in issue
#9549 (closed)
mentioned in issue #9549
Toggle commit list
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