depot: add recipe for drivers_nic-muen pkg
This commit is contained in:
committed by
Christian Helmuth
parent
da498af74e
commit
ae3a6fe270
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user