diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 17:01:19 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-09-02 17:01:19 +0000 |
commit | f9fffd336bb0cf6a4521eb7b6b5d6b5ae65c6f56 (patch) | |
tree | 54596b1928d7a7b66a15a96ede2143e1d6d4d1e2 /conf/machine/palmtx.conf | |
parent | e5bfff86cf18937fdc72a58eb09b3c04d3219b10 (diff) |
conf/machine/include: Rename .conf to .inc files
Diffstat (limited to 'conf/machine/palmtx.conf')
-rw-r--r-- | conf/machine/palmtx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/palmtx.conf b/conf/machine/palmtx.conf index e0db5f246b..e1991c8b32 100644 --- a/conf/machine/palmtx.conf +++ b/conf/machine/palmtx.conf @@ -2,7 +2,7 @@ #@NAME: Palm TX #@DESCRIPTION: Machine configuration for the Palm TX -require conf/machine/include/palm.conf +require conf/machine/include/palm.inc MACHINE_GUI_CLASS = "bigscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "320" |