This commit is contained in:
tixiv 2009-07-09 15:30:47 +00:00
parent 57e01fb1b8
commit 3bbf207099
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ choice 'Hardware Driver' \
Laufschrift-borg-mh HW_BORG_MH \
Borg-mini HW_BORG_MINI \
Panel-One HW_PANEL_ONE \
PD1165-test HW_PD1165_TEST" \
PD1165-test HW_PD1165" \
'Borg-16' BORG_HW
@ -43,8 +43,8 @@ if [ "$BORG_HW" == "HW_PANEL_ONE" ] ; then
source borg_hw/config_panel_one.in
fi
if [ "$BORG_HW" == "HW_PD1165_TEST" ] ; then
source borg_hw/config_pd1165_test.in
if [ "$BORG_HW" == "HW_PD1165" ] ; then
source borg_hw/config_pd1165.in
fi