Skip to content
Snippets Groups Projects
Commit 3f1f069b authored by Johannes Rudolph's avatar Johannes Rudolph
Browse files

Update site.mk: Add kmod-phylib-broadcom and kmod-usb-net-mcs7830 for x86

parent ee4aa618
No related branches found
No related tags found
No related merge requests found
...@@ -39,12 +39,14 @@ USB_NIC := \ ...@@ -39,12 +39,14 @@ USB_NIC := \
kmod-usb-net-asix \ kmod-usb-net-asix \
kmod-usb-net-rtl8150 \ kmod-usb-net-rtl8150 \
kmod-usb-net-rtl8152 \ kmod-usb-net-rtl8152 \
kmod-usb-net-dm9601-ether kmod-usb-net-dm9601-ether \
kmod-usb-net-mcs7830
ifeq ($(GLUON_TARGET),x86-generic) ifeq ($(GLUON_TARGET),x86-generic)
GLUON_SITE_PACKAGES += \ GLUON_SITE_PACKAGES += \
$(USB_BASIC) \ $(USB_BASIC) \
kmod-usb-ohci-pci \ kmod-usb-ohci-pci \
kmod-phylib-broadcom \
$(USB_NIC) $(USB_NIC)
endif endif
...@@ -52,6 +54,7 @@ ifeq ($(GLUON_TARGET),x86-64) ...@@ -52,6 +54,7 @@ ifeq ($(GLUON_TARGET),x86-64)
GLUON_SITE_PACKAGES += \ GLUON_SITE_PACKAGES += \
$(USB_BASIC) \ $(USB_BASIC) \
$(USB_NIC) \ $(USB_NIC) \
kmod-phylib-broadcom \
kmod-igb kmod-igb
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment