#!/bin/sh
dialog \
--title " Select chipset type " \
--menu "  Please choose the chipset for \n   your card. (current: $1)" \
21 60 10 \
\
"et4000"       "ET4000 chipset (including W32,W32i,W32p)" \
"et6000"       "ET6000 chipset" \
\
2> /tmp/.chiptype
