be6543c539
This commit really removes packages in geode profiles already enabled
in kernel config.
Fixes: 9c23ecee57
("x86: move packages selection to profiles")
Reported-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
16 lines
508 B
Makefile
16 lines
508 B
Makefile
define Device/generic
|
|
DEVICE_TITLE := Generic x86/Geode
|
|
DEVICE_PACKAGES += kmod-crypto-cbc kmod-crypto-hw-geode kmod-ledtrig-gpio \
|
|
kmod-ledtrig-heartbeat kmod-ledtrig-netdev
|
|
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
|