소스 검색

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 년 전
부모
커밋
72aa65fc26
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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