1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/target/linux/x86/image/geode.mk

18 lines
519 B
Makefile
Raw Normal View History

define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/Geode
DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-ecb kmod-crypto-hw-geode \
kmod-ledtrig-gpio
GRUB2_VARIANT := legacy
endef
TARGET_DEVICES += generic
define Device/geos
$(call Device/generic)
DEVICE_VENDOR := Traverse Technologies
DEVICE_MODEL := Geos
DEVICE_PACKAGES += br2684ctl flashrom kmod-hwmon-lm90 kmod-mppe kmod-pppoa \
kmod-usb-ohci-pci linux-atm ppp-mod-pppoa pppdump pppstats soloscli tc
endef
TARGET_DEVICES += geos