blob: be8f6e6f6f20bf5c9b438adfe72700aa7314a8da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# slmodem 2.9.x kernel modules' configuration file
# $Header: /var/cvsroot/gentoo-x86/net-dialup/slmodem/files/slmodem-2.9.modules,v 1.2 2004/06/05 10:41:21 dragonheart Exp $
## Uncomment this and select your country.
#define COUNTRY `grep COUNTRY= /etc/conf.d/slmodem | sed 's/COUNTRY=//'`
## You do not need to change anything below here.
# country nolonger a option
#options slamr country=${COUNTRY}
#options slusb country=${COUNTRY}
alias char-major-212 slamr
alias char-major-213 slusb
|