features.in/ltsp: support x86_64 clients

Courtesy of prividen@, there's actual x86_64 client support in ALTSP.
Although led@ tells that it's i586 optimization that hurts on i686+
and should be replaced with either i486 or i686 for that matter...
This commit is contained in:
Michael Shigorin 2012-01-20 22:47:55 +02:00
parent 33fe8cbd1f
commit 01a03d037b
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,3 @@
use/ltsp: use/ltsp:
@$(call add,INSTALL2_PACKAGES,installer-feature-ltsp-stage2) @$(call add,INSTALL2_PACKAGES,installer-feature-ltsp-stage2)
@$(call add,MAIN_LISTS,ltsp-client) @$(call add,MAIN_LISTS,ltsp-client ltsp-client.$(ARCH))

View File

@ -1,7 +1,5 @@
ltsp-client ltsp-client
ltsp-client-full ltsp-client-full
ltsp-client-nxsession ltsp-client-nxsession
kernel-image-ltsp-client # ouch!
kernel-modules-drm-ltsp-client
kernel-modules-alsa-ltsp-client
mc mc

View File

@ -0,0 +1,3 @@
kernel-image-ltsp-client
kernel-modules-drm-ltsp-client
kernel-modules-alsa-ltsp-client

View File

@ -0,0 +1,3 @@
kernel-image-std-def
kernel-modules-drm-std-def
kernel-modules-alsa-std-def