From 35563a7de83236154b9d8dee7060cea8472e1f0c Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 7 Feb 2006 13:23:38 +0000 Subject: Fixed typo, closes #294 git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3180 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/linux-atm/patches/100-br2684.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/linux-atm/patches') diff --git a/package/linux-atm/patches/100-br2684.patch b/package/linux-atm/patches/100-br2684.patch index 58eab460e..dfb1de020 100644 --- a/package/linux-atm/patches/100-br2684.patch +++ b/package/linux-atm/patches/100-br2684.patch @@ -177,7 +177,7 @@ diff -Nur linux-atm-2.4.1.orig/src/include/linux/atmbr2684.h linux-atm-2.4.1/src + +#endif /* _LINUX_ATMBR2684_H */ --- linux-atm-2.4.1/src/br2684/br2684ctl.c 1970-01-01 01:00:00.000000000 +0100 -+++ linux-atm-2.4.1.new/src/br2684/br2684ctl.c 2006-02-07 14:05:14.000000000 +0100 ++++ linux-atm-2.4.1.new/src/br2684/br2684ctl.c 2006-02-07 14:19:42.000000000 +0100 @@ -0,0 +1,307 @@ +#include +#include @@ -368,7 +368,7 @@ diff -Nur linux-atm-2.4.1.orig/src/include/linux/atmbr2684.h linux-atm-2.4.1/src + +void usage(char *s) +{ -+ printf("usage: %s [-b] [[-c number] [-e 0|1] [-p 0|1] [-s num] [-a [itf.]vpi.vci]*]*\n" ++ printf("usage: %s [-b] [[-c number] [-e 0|1] [-p 0|1] [-s num] [-a [itf.]vpi.vci]*]*\n" + " -b = run in background (daemonize)\n" + " -c = use interface nas\n" + " -e 0|1 = encapsulation (0=LLC, 1=VC Mux)\n" -- cgit v1.2.3