diff --git a/repos/gems/recipes/pkg/drivers_nic-muen/README b/repos/gems/recipes/pkg/drivers_nic-muen/README new file mode 100644 index 0000000000..b9ad938515 --- /dev/null +++ b/repos/gems/recipes/pkg/drivers_nic-muen/README @@ -0,0 +1,3 @@ + + Device drivers needed for scenarios + using one network interface diff --git a/repos/gems/recipes/pkg/drivers_nic-muen/archives b/repos/gems/recipes/pkg/drivers_nic-muen/archives new file mode 100644 index 0000000000..1226882dba --- /dev/null +++ b/repos/gems/recipes/pkg/drivers_nic-muen/archives @@ -0,0 +1,3 @@ +_/src/platform_drv +_/src/ipxe_nic_drv +_/raw/drivers_nic-muen diff --git a/repos/gems/recipes/pkg/drivers_nic-muen/hash b/repos/gems/recipes/pkg/drivers_nic-muen/hash new file mode 100644 index 0000000000..81e60947d5 --- /dev/null +++ b/repos/gems/recipes/pkg/drivers_nic-muen/hash @@ -0,0 +1 @@ +2019-05-05 a2d275bad2d37c3f7efc06ea9be80e16c6cbcbdd diff --git a/repos/gems/recipes/raw/drivers_nic-muen/content.mk b/repos/gems/recipes/raw/drivers_nic-muen/content.mk new file mode 100644 index 0000000000..3bac2450ad --- /dev/null +++ b/repos/gems/recipes/raw/drivers_nic-muen/content.mk @@ -0,0 +1,4 @@ +content: drivers.config + +drivers.config: + cp $(REP_DIR)/recipes/raw/drivers_nic-muen/$@ $@ diff --git a/repos/gems/recipes/raw/drivers_nic-muen/drivers.config b/repos/gems/recipes/raw/drivers_nic-muen/drivers.config new file mode 100644 index 0000000000..1e46b8073c --- /dev/null +++ b/repos/gems/recipes/raw/drivers_nic-muen/drivers.config @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/repos/gems/recipes/raw/drivers_nic-muen/hash b/repos/gems/recipes/raw/drivers_nic-muen/hash new file mode 100644 index 0000000000..666750657a --- /dev/null +++ b/repos/gems/recipes/raw/drivers_nic-muen/hash @@ -0,0 +1 @@ +2019-02-25 67c0d07bfd4d5cdec9fc5d69334c18a5c0a75807 diff --git a/tool/run/depot.inc b/tool/run/depot.inc index a30b80e04e..1ad97e3bc3 100644 --- a/tool/run/depot.inc +++ b/tool/run/depot.inc @@ -470,8 +470,9 @@ proc drivers_interactive_pkg { } { proc drivers_nic_pkg { } { - if {[have_spec x86] && + if {[have_spec x86] && ![have_spec muen] && ![have_spec linux]} { return drivers_nic-pc } + if {[have_spec muen]} { return drivers_nic-muen } if {[have_spec linux]} { return drivers_nic-linux } if {[have_spec pbxa9]} { return drivers_nic-pbxa9 } if {[have_spec rpi]} { return drivers_nic-rpi }