b85d82c219
This feature was handling powersave already, so the name should be changed already. Thanks sem@ for cpufreq-simple, there's now a compelling reason for that rename. Tweaked a few distro recipes accordingly.
14 lines
370 B
Makefile
14 lines
370 B
Makefile
# desktop distributions
|
|
ifeq (distro,$(IMAGE_CLASS))
|
|
|
|
distro/desktop-base: distro/installer sub/main \
|
|
use/syslinux/ui-vesamenu use/x11/xorg use/bootloader/grub
|
|
|
|
distro/icewm: distro/desktop-base \
|
|
use/lowmem use/x11/xdm use/x11/runlevel5 \
|
|
use/bootloader/lilo use/power/acpi/button \
|
|
use/cleanup/alterator
|
|
@$(call add,BASE_LISTS,$(call tags,icewm desktop))
|
|
|
|
endif
|