583e39e3d5
The following four led triggers are enabled in generic config. * kmod-ledtrig-default-on * kmod-ledtrig-heartbeat * kmod-ledtrig-netdev * kmod-ledtrig-timer Drop the packages and remove them from DEVICE_PACKAGES. There's no other package depending on them in this repo. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
15 lines
462 B
Makefile
15 lines
462 B
Makefile
define Device/generic
|
|
DEVICE_TITLE := Generic x86/Geode
|
|
DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-hw-geode kmod-ledtrig-gpio
|
|
GRUB2_VARIANT := legacy
|
|
endef
|
|
TARGET_DEVICES += generic
|
|
|
|
define Device/geos
|
|
$(call Device/generic)
|
|
DEVICE_TITLE := Traverse Technologies 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
|