Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wildan Mubarok
cookbook
Commits
053df828
Verified
Commit
053df828
authored
1 year ago
by
Jeremy Soller
Browse files
Options
Downloads
Patches
Plain Diff
Add rtl8139d driver, sort driver binaries
parent
169ca3f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes/drivers-initfs/recipe.toml
+1
-1
1 addition, 1 deletion
recipes/drivers-initfs/recipe.toml
recipes/drivers/recipe.toml
+12
-10
12 additions, 10 deletions
recipes/drivers/recipe.toml
with
13 additions
and
11 deletions
recipes/drivers-initfs/recipe.toml
+
1
−
1
View file @
053df828
...
...
@@ -6,10 +6,10 @@ template = "custom"
script
=
"""
BINS=(
ahcid
inputd
nvmed
pcid
vesad
inputd
virtio-blkd
virtio-gpud
)
...
...
This diff is collapsed.
Click to expand it.
recipes/drivers/recipe.toml
+
12
−
10
View file @
053df828
...
...
@@ -5,16 +5,18 @@ git = "https://gitlab.redox-os.org/redox-os/drivers.git"
template
=
"custom"
script
=
"""
# Drivers that are built on all architectures, and NOT in drivers-initfs
BINS=( alxd
e1000d
ihdad
ixgbed
rtl8168d
usbctl
usbhidd
usbscsid
xhcid
virtio-netd
BINS=(
alxd
e1000d
ihdad
ixgbed
rtl8139d
rtl8168d
usbctl
usbhidd
usbscsid
virtio-netd
xhcid
)
# Add additional drivers to the list to build, that are not in drivers-initfs
...
...
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