Skip to content
Snippets Groups Projects
Commit e2f284db authored by Moritz Warning's avatar Moritz Warning Committed by Paul Spooren
Browse files

x86: use device vendor/model variable


Remove use of DEVICE_TITLE in favor of the
DEVICE_VENDOR and DEVICE_MODEL as used by
all other targets.

Signed-off-by: default avatarMoritz Warning <moritzwarning@web.de>
parent 70543aaf
No related branches found
No related tags found
No related merge requests found
define Device/generic define Device/generic
DEVICE_TITLE := Generic x86/64 DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/64
DEVICE_PACKAGES += kmod-amazon-ena kmod-bnx2 kmod-e1000e kmod-e1000 \ DEVICE_PACKAGES += kmod-amazon-ena kmod-bnx2 kmod-e1000e kmod-e1000 \
kmod-forcedeth kmod-igb kmod-ixgbe kmod-amd-xgbe kmod-r8169 kmod-fs-vfat kmod-forcedeth kmod-igb kmod-ixgbe kmod-amd-xgbe kmod-r8169 kmod-fs-vfat
GRUB2_VARIANT := generic GRUB2_VARIANT := generic
......
define Device/generic define Device/generic
DEVICE_TITLE := Generic x86 DEVICE_VENDOR := Generic
DEVICE_MODEL := x86
DEVICE_PACKAGES += kmod-3c59x kmod-8139too kmod-e100 kmod-e1000 kmod-natsemi \ DEVICE_PACKAGES += kmod-3c59x kmod-8139too kmod-e100 kmod-e1000 kmod-natsemi \
kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 kmod-tg3 \ kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 kmod-tg3 \
kmod-via-rhine kmod-via-velocity kmod-forcedeth kmod-fs-vfat kmod-via-rhine kmod-via-velocity kmod-forcedeth kmod-fs-vfat
......
define Device/generic define Device/generic
DEVICE_TITLE := Generic x86/Geode DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/Geode
DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-hw-geode kmod-ledtrig-gpio DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-hw-geode kmod-ledtrig-gpio
GRUB2_VARIANT := legacy GRUB2_VARIANT := legacy
endef endef
...@@ -7,7 +8,8 @@ TARGET_DEVICES += generic ...@@ -7,7 +8,8 @@ TARGET_DEVICES += generic
define Device/geos define Device/geos
$(call Device/generic) $(call Device/generic)
DEVICE_TITLE := Traverse Technologies Geos DEVICE_VENDOR := Traverse Technologies
DEVICE_MODEL := Geos
DEVICE_PACKAGES += br2684ctl flashrom kmod-hwmon-lm90 kmod-mppe kmod-pppoa \ DEVICE_PACKAGES += br2684ctl flashrom kmod-hwmon-lm90 kmod-mppe kmod-pppoa \
kmod-usb-ohci-pci linux-atm ppp-mod-pppoa pppdump pppstats soloscli tc kmod-usb-ohci-pci linux-atm ppp-mod-pppoa pppdump pppstats soloscli tc
endef endef
......
define Device/generic define Device/generic
DEVICE_TITLE := Generic x86/legacy DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/legacy
DEVICE_PACKAGES += kmod-3c59x kmod-8139too kmod-e100 kmod-e1000 \ DEVICE_PACKAGES += kmod-3c59x kmod-8139too kmod-e100 kmod-e1000 \
kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 \ kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 \
kmod-tg3 kmod-via-rhine kmod-via-velocity kmod-forcedeth kmod-tg3 kmod-via-rhine kmod-via-velocity kmod-forcedeth
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment