From 3c70077f308437281c72431223b532f6f427e1d0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 7 Jul 2010 23:58:22 +0200 Subject: 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... --- package/pkgmaker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/pkgmaker') 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 -- cgit v1.2.3