Skip to content
Snippets Groups Projects
Commit 24935198 authored by Daniel Jacobi's avatar Daniel Jacobi
Browse files

Target angepasst auf x86 für Futro und USB Netzwerkkarten Packages hinzugefügt

parent f0d957f8
No related branches found
No related tags found
No related merge requests found
Pipeline #87 canceled
......@@ -32,110 +32,11 @@ stages:
- gluon/openwrt/feeds
key: "target-$GLUON_TARGET"
target:ar71xx-generic:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-generic
target:ar71xx-nand:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-nand
target:ar71xx-tiny:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ar71xx-tiny
target:brcm2708-bcm2708:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: brcm2708-bcm2708
target:brcm2708-bcm2709:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: brcm2708-bcm2709
target:mpc85xx-generic:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: mpc85xx-generic
target:ipq40xx:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ipq40xx
target:ramips-mt7621:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ramips-mt7621
target:ramips-mt76x8:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: ramips-mt76x8
target:x86-generic:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: x86-generic
target:x86-geode:
extends: .target
only:
- tags
- schedules
- web
variables:
GLUON_TARGET: x86-geode
target:x86-64:
extends: .target
variables:
GLUON_TARGET: x86-64
package:
stage: package
script:
......
......@@ -25,6 +25,96 @@ GLUON_SITE_PACKAGES := \
ffs-set-segment \
ffs-watchdog
# input devices
USB_PKGS_HID := \
kmod-usb-hid \
kmod-hid-generic
# basic support for USB stack
USB_PACKAGES_BASIC := \
kmod-usb-core \
kmod-usb2
# storage support for USB devices
USB_PACKAGES_STORAGE := \
block-mount \
blkid \
kmod-fs-ext4 \
kmod-fs-vfat \
kmod-usb-storage \
kmod-usb-storage-extras \
kmod-nls-cp1250 \
kmod-nls-cp1251 \
kmod-nls-cp437 \
kmod-nls-cp775 \
kmod-nls-cp850 \
kmod-nls-cp852 \
kmod-nls-cp866 \
kmod-nls-iso8859-1 \
kmod-nls-iso8859-13 \
kmod-nls-iso8859-15 \
kmod-nls-iso8859-2 \
kmod-nls-koi8r \
kmod-nls-utf8 \
swap-utils
# network support for USB devices
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)
USB_PACKAGES_NET_ADD := \
kmod-rtl8192cu \
kmod-rtl8187 \
kmod-ath9k-htc \
kmod-ath9k-common \
kmod-ath \
kmod-rt73-usb \
kmod-carl9170 \
kmod-brcmfmac
# network support for PCI devices
PCI_PACKAGES_NET := \
kmod-3c59x \
kmod-atl2 \
kmod-e100 \
kmod-e1000 \
kmod-forcedeth \
kmod-natsemi \
kmod-ne2k-pci \
kmod-pcnet32 \
kmod-8139too \
kmod-r8169 \
kmod-sis900 \
kmod-sky2 \
kmod-tg3 \
kmod-tulip \
kmod-igb \
kmod-via-rhine
# add addition network drivers and usb support only to targes where disk space does not matter.
ifeq ($(GLUON_TARGET),x86-generic)
GLUON_SITE_PACKAGES += \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment