Compare commits

..

2 Commits

Author SHA1 Message Date
Jeremy Soller 88915257ec Merge branch 'add_pciids_option_to_fs_and_initfs' into 'master'
Add pciids option to fs and initfs configs.

See merge request redox-os/redox!1244
2020-07-20 00:25:51 +00:00
Wren Turkal 49d16c7b14 Add pciids option to fs and initfs configs.
Pciids is the packge that contains information about pci devices.

Signed-off-by: Wren Turkal <wt@penguintechs.org>
2020-07-19 16:53:36 -07:00
8 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,7 @@ logd = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View File

@ -107,6 +107,7 @@ orbutils-orblogin = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View File

@ -107,6 +107,7 @@ orbutils = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View File

@ -104,6 +104,7 @@ logd = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View File

@ -104,6 +104,7 @@ netutils = {}
#osdemo = {} #osdemo = {}
#pastel = {} #pastel = {}
#patch = {} #patch = {}
#pciids = {}
#pcre = {} #pcre = {}
#periodictable = {} #periodictable = {}
#perl = {} #perl = {}

View File

@ -9,6 +9,7 @@ prompt = false
[packages] [packages]
drivers = {} drivers = {}
init = {} init = {}
#pciids = {}
nulld = {} nulld = {}
ramfs = {} ramfs = {}
randd = {} randd = {}

View File

@ -10,6 +10,7 @@ prompt = false
drivers = {} drivers = {}
init = {} init = {}
nulld = {} nulld = {}
#pciids = {}
randd = {} randd = {}
redoxfs = {} redoxfs = {}
zerod = {} zerod = {}

View File

@ -10,6 +10,7 @@ prompt = false
drivers = {} drivers = {}
init = {} init = {}
nulld = {} nulld = {}
#pciids = {}
randd = {} randd = {}
redoxfs = {} redoxfs = {}
zerod = {} zerod = {}