Browse Source

site.mk: add kmod-usb-ohci-pci to x86-generic

this seems to fix the issue with non-working keyboards on fujitsu futro
Karsten Böddeker 8 years ago
parent
commit
72aa65fc26
1 changed files with 2 additions and 1 deletions
  1. 2 1
      site.mk

+ 2 - 1
site.mk

@@ -48,6 +48,7 @@ USB_NIC := \
 ifeq ($(GLUON_TARGET),x86-generic)
 	GLUON_SITE_PACKAGES += \
 		$(USB_BASIC) \
+        kmod-usb-ohci-pci \
 		$(USB_NIC)
 endif
 
@@ -64,4 +65,4 @@ DEFAULT_GLUON_PRIORITY := 0
 
 GLUON_RELEASE ?= $(DEFAULT_GLUON_RELEASE)
 GLUON_PRIORITY ?= $(DEFAULT_GLUON_PRIORITY)
-GLUON_LANGS ?= en de
+GLUON_LANGS ?= en de