Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
ffbs-gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
darkbit
ffbs-gluon
Commits
dbc6fe70
Commit
dbc6fe70
authored
8 years ago
by
Andreas Ziegler
Browse files
Options
Downloads
Patches
Plain Diff
x86: sort network packages alphabetically
parent
539081d3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
targets/x86-64/profiles.mk
+1
-1
1 addition, 1 deletion
targets/x86-64/profiles.mk
targets/x86-generic/profiles.mk
+1
-1
1 addition, 1 deletion
targets/x86-generic/profiles.mk
with
2 additions
and
2 deletions
targets/x86-64/profiles.mk
+
1
−
1
View file @
dbc6fe70
X86_64_NETWORK_MODULES
:=
kmod-3c59x kmod-e100 kmod-e1000 kmod-e1000e kmod-natsemi kmod-ne2k-pci kmod-pcnet32
kmod-8139too
kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity
kmod-forcedeth
X86_64_NETWORK_MODULES
:=
kmod-3c59x
kmod-8139too
kmod-e100 kmod-e1000 kmod-e1000e
kmod-forcedeth
kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity
$(
eval
$(
call GluonProfile,GENERIC,
$(
X86_64_NETWORK_MODULES
)))
...
...
This diff is collapsed.
Click to expand it.
targets/x86-generic/profiles.mk
+
1
−
1
View file @
dbc6fe70
X86_GENERIC_NETWORK_MODULES
:=
kmod-3c59x kmod-e100 kmod-e1000 kmod-e1000e kmod-natsemi kmod-ne2k-pci kmod-pcnet32
kmod-8139too
kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity
kmod-forcedeth
X86_GENERIC_NETWORK_MODULES
:=
kmod-3c59x
kmod-8139too
kmod-e100 kmod-e1000 kmod-e1000e
kmod-forcedeth
kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity
$(
eval
$(
call GluonProfile,GENERIC,
$(
X86_GENERIC_NETWORK_MODULES
)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment