mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add drivers package
This commit is contained in:
parent
16196f7479
commit
792f7e1308
14
recipes/drivers/Cargo.toml
Normal file
14
recipes/drivers/Cargo.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"ahcid",
|
||||
"alxd",
|
||||
"bgad",
|
||||
"e1000d",
|
||||
"nvmed",
|
||||
"pcid",
|
||||
"ps2d",
|
||||
"rtl8168d",
|
||||
"vboxd",
|
||||
"vesad",
|
||||
"xhcid"
|
||||
]
|
||||
6
recipes/drivers/recipe.sh
Normal file
6
recipes/drivers/recipe.sh
Normal file
@ -0,0 +1,6 @@
|
||||
GIT=https://github.com/redox-os/drivers
|
||||
CARGOFLAGS=--all
|
||||
|
||||
function recipe_update {
|
||||
cp ../Cargo.toml ./
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user