run: remove vanished kernel/platform specifier

This commit is contained in:
Stefan Kalkowski
2017-01-03 13:17:41 +01:00
committed by Norman Feske
parent fa834e34eb
commit fc273f3840
38 changed files with 77 additions and 78 deletions

View File

@@ -65,10 +65,10 @@ append_if [expr $use_usb] config {
<resource name="RAM" quantum="7M"/>
<provides><service name="Input"/></provides>}
append_if [expr $use_usb && ![have_spec hw_x86_64_muen]] config {
append_if [expr $use_usb && ![have_spec muen]] config {
<config uhci="yes" ehci="yes" xhci="yes">}
append_if [expr $use_usb && [have_spec hw_x86_64_muen]] config {
append_if [expr $use_usb && [have_spec muen]] config {
<config uhci="no" ehci="no" xhci="yes">}
append_if [expr $use_usb] config {