diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-07 23:58:22 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-07 23:58:22 +0200 |
commit | 3c70077f308437281c72431223b532f6f427e1d0 (patch) | |
tree | db825d10d656b0330867ce32e90d9f7207b22f02 /package/pkgmaker | |
parent | 92ee1314c1c4f6a93bbca3c4ffaeddc51b5609af (diff) |
add support for hso umts modems
if you like to use an usb umts modem with hso chipset,
this is the support for it.
use following in /etc/network/interfaces:
auto hso0
iface hso0 inet manual
pin xxxx
apn foo.bar
credentials go to freewrt 1.0 supporters...
Diffstat (limited to 'package/pkgmaker')
-rw-r--r-- | package/pkgmaker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pkgmaker b/package/pkgmaker index 0e8e21372..3ec2dd4d8 100644 --- a/package/pkgmaker +++ b/package/pkgmaker @@ -12,7 +12,7 @@ GMAKE="$GMAKE --no-print-directory" typeset -L$x_cols pbar # check for trailing whitespace -grep -H "[[:space:]]$" */Makefile && print "Found trailing whitespace, please fix" +grep -H '[[:space:]]$' */Makefile && print "Found trailing whitespace, please fix" # build a cache of “ipkg package name” → “package conf option” for # use with dependency resolution |