summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-12-08 20:17:07 +0100
committerDirk von Suchodoletz2007-12-08 20:17:07 +0100
commit6d120c66bdf031ccf35a0f54ca4c7da164187951 (patch)
tree815a4294689ba95d980f5a53182fd172e83e0842 /Makefile
parentTool for patching Intel chip video BIOS. (diff)
downloadcore-6d120c66bdf031ccf35a0f54ca4c7da164187951.tar.gz
core-6d120c66bdf031ccf35a0f54ca4c7da164187951.tar.xz
core-6d120c66bdf031ccf35a0f54ca4c7da164187951.zip
This should setup proper X screen resolutions on machines with Intel based
graphic adaptors (non vesa modes) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1427 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad0d40f5..c3fca761 100644
--- a/Makefile
+++ b/Makefile
@@ -201,7 +201,7 @@ supported."; \
tar -xp -C $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/themes; cd ..; \
cp -pP tools/busybox{,.links,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/busybox/; \
- cp -pP tools/ddcprobe{,.x86_64,.i586} \
+ cp -pP tools/{ddcprobe,915resolution}{,.x86_64,.i586} \
$(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/ramfstools; \
cp -p tools/splashy{,_update} $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/splashy/; \
cp -p tools/mksquashfs $(SLX_BUILD_PATH)$(SLX_BASE_PATH)/share/squashfs/; \