Skip to content
Snippets Groups Projects

Update site.mk to really include kernel modules

1 file
+ 33
24
Compare changes
  • Side-by-side
  • Inline
+ 33
24
@@ -59,30 +59,8 @@ USB_PACKAGES_STORAGE := \
@@ -59,30 +59,8 @@ USB_PACKAGES_STORAGE := \
swap-utils
swap-utils
# network support for USB devices
# network support for USB devices
USB_PACKAGES_NET := \
# USB_PACKAGES_NET := \
kmod-mii \
kmod-nls-base \
kmod-usb-net \
kmod-usb-net-asix \
kmod-usb-net-asix-ax88179 \
kmod-usb-net-cdc-eem \
kmod-usb-net-cdc-ether \
kmod-usb-net-cdc-mbim \
kmod-usb-net-cdc-ncm \
kmod-usb-net-cdc-subset \
kmod-usb-net-dm9601-ether \
kmod-usb-net-hso \
kmod-usb-net-huawei-cdc-ncm \
kmod-usb-net-ipheth \
kmod-usb-net-kalmia \
kmod-usb-net-kaweth \
kmod-usb-net-mcs7830 \
kmod-usb-net-pegasus \
kmod-usb-net-qmi-wwan \
kmod-usb-net-rndis \
kmod-usb-net-rtl8152 \
kmod-usb-net-sierrawireless \
kmod-usb-net-smsc95xx
# additional USB network devices (ie Edimax)
# additional USB network devices (ie Edimax)
USB_PACKAGES_NET_ADD := \
USB_PACKAGES_NET_ADD := \
@@ -129,6 +107,37 @@ GLUON_SITE_PACKAGES += \
@@ -129,6 +107,37 @@ GLUON_SITE_PACKAGES += \
kmod-r8169 \
kmod-r8169 \
kmod-forcedeth \
kmod-forcedeth \
kmod-8139too \
kmod-8139too \
 
kmod-mii \
 
kmod-nls-base \
 
kmod-usb-net \
 
kmod-usb-net-asix \
 
kmod-usb-net-asix-ax88179 \
 
kmod-usb-net-cdc-eem \
 
kmod-usb-net-cdc-ether \
 
kmod-usb-net-cdc-mbim \
 
kmod-usb-net-cdc-ncm \
 
kmod-usb-net-cdc-subset \
 
kmod-usb-net-dm9601-ether \
 
kmod-usb-net-hso \
 
kmod-usb-net-huawei-cdc-ncm \
 
kmod-usb-net-ipheth \
 
kmod-usb-net-kalmia \
 
kmod-usb-net-kaweth \
 
kmod-usb-net-mcs7830 \
 
kmod-usb-net-pegasus \
 
kmod-usb-net-qmi-wwan \
 
kmod-usb-net-rndis \
 
kmod-usb-net-rtl8152 \
 
kmod-usb-net-sierrawireless \
 
kmod-usb-net-smsc95xx \
 
kmod-rtl8192cu \
 
kmod-rtl8187 \
 
kmod-ath9k-htc \
 
kmod-ath9k-common \
 
kmod-ath \
 
kmod-rt73-usb \
 
kmod-carl9170 \
 
kmod-brcmfmac\
kmod-atl2 \
kmod-atl2 \
kmod-igb
kmod-igb
endif
endif
Loading