[OpenWrt-Devel] [PATCH] Fix typo buysbox -> busybox.

2015-04-06 Thread cat
From: Catalin Patulea Signed-off-by: Catalin Patulea --- docs/working.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/working.tex b/docs/working.tex index 3d3fc42..1959ffb 100644 --- a/docs/working.tex +++ b/docs/working.tex @@ -33,7 +33,7 @@ The exact same id

Re: [OpenWrt-Devel] [PATCH] fix typo in netifd.sh

2015-01-24 Thread Felix Fietkau
On 2015-01-20 18:44, Cezary Jackiewicz wrote: > $ht variable is not passed. $htmode is. > > With this, wpa_supplicant-phy0.conf contains htmode line if htmode is set in > config. > > Signed-off-by: Cezary Jackiewicz I have added a proper fix for this issue in r44100 - Felix ___

Re: [OpenWrt-Devel] [PATCH] fix typo in netifd.sh

2015-01-23 Thread John Crispin
On 23/01/2015 18:27, Cezary Jackiewicz wrote: > Dnia 2015-01-22, o godz. 14:41:33 > John Crispin napisał(a): > >> can you explain your wifi setup so that we can figure out how to >> properly fix this ? > > config wifi-device 'radio1' > option type 'mac80211' > option hwmode '11a' >

Re: [OpenWrt-Devel] [PATCH] fix typo in netifd.sh

2015-01-23 Thread Cezary Jackiewicz
Dnia 2015-01-22, o godz. 14:41:33 John Crispin napisał(a): > can you explain your wifi setup so that we can figure out how to > properly fix this ? config wifi-device 'radio1' option type 'mac80211' option hwmode '11a' option path 'pci:00/:00:00.0' option

Re: [OpenWrt-Devel] [PATCH] fix typo in netifd.sh

2015-01-22 Thread John Crispin
On 20/01/2015 18:44, Cezary Jackiewicz wrote: > $ht variable is not passed. $htmode is. > > With this, wpa_supplicant-phy0.conf contains htmode line if htmode is set in > config. > > Signed-off-by: Cezary Jackiewicz > --- > > diff --git a/package/network/services/hostapd/files/netifd.sh > b

[OpenWrt-Devel] [PATCH] fix typo in netifd.sh

2015-01-20 Thread Cezary Jackiewicz
$ht variable is not passed. $htmode is. With this, wpa_supplicant-phy0.conf contains htmode line if htmode is set in config. Signed-off-by: Cezary Jackiewicz --- diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index d625709..436

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Mark Vels
On 16/11/10 23:40, Jo-Philipp Wich wrote: > Hi. > >> Can we add something like >> [ -d /lib/functions/fsck ] && pi_include /lib/functions/fsck > > A more logical place would be the pi_include() procedure. > It should be changed to handle not existing firs garcefully. > > ~ Jow pi_include()

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > Can we add something like > [ -d /lib/functions/fsck ] && pi_include /lib/functions/fsck A more logical place would be the pi_include() procedure. It should be changed to handle not existing firs garcefully. ~ Jow -BEGIN PGP SIGNATURE

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-16 Thread Mark Vels
On 13/11/10 12:33, Daniel Dickinson wrote: > On Fri, 12 Nov 2010 21:29:08 +0100 > mark.v...@team-embedded.nl wrote: > >> From: Mark Vels >> >> This typo fix solves at least the following warning: >> sysinit: WARNING: /lib/functions/fsck not found >> but probably also some functionality that

Re: [OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-13 Thread Daniel Dickinson
On Fri, 12 Nov 2010 21:29:08 +0100 mark.v...@team-embedded.nl wrote: > From: Mark Vels > > This typo fix solves at least the following warning: > sysinit: WARNING: /lib/functions/fsck not found > but probably also some functionality that uses the functions > from this include file. > > Si

[OpenWrt-Devel] [PATCH] Fix typo in name of to be included file

2010-11-12 Thread mark . vels
From: Mark Vels This typo fix solves at least the following warning: sysinit: WARNING: /lib/functions/fsck not found but probably also some functionality that uses the functions from this include file. Signed-off-by: Mark Vels --- package/block-mount/files/fsck.sh |2 +- 1 files ch

[OpenWrt-Devel] [PATCH] Fix typo for GCC 4.4.1 build

2010-10-28 Thread Mark Mentovai
This GCC 4.4.1 typo slipped in at r18113. Signed-off-by: Mark Mentovai Index: toolchain/gcc/common.mk === --- toolchain/gcc/common.mk (revision 23700) +++ toolchain/gcc/common.mk (working copy) @@ -54,7 +54,7 @@ ifeq ($(P

Re: [OpenWrt-Devel] [PATCH] fix typo in mac80211 config

2010-03-31 Thread Gabor Juhos
Luis Correia írta: > Fix a simple typo > > Signed-off-by: Luis Correia > --- Applied: https://dev.openwrt.org/changeset/20626 Thanks, Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/ope

[OpenWrt-Devel] [PATCH] fix typo in mac80211 config

2010-03-31 Thread Luis Correia
Fix a simple typo Signed-off-by: Luis Correia --- Index: package/mac80211/Config.in.rt2x00 === --- package/mac80211/Config.in.rt2x00 (revision 20623) +++ package/mac80211/Config.in.rt2x00 (working copy) @@ -9,7 +9,7 @@

Re: [OpenWrt-Devel] [PATCH] Fix typo in wireless resource base for ralink rt305x

2010-03-30 Thread john
applied, thx Quoting Helmut Schaa : Fix the base address of the wireless card. Otherwise it is not possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa --- Index: target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_r

[OpenWrt-Devel] [PATCH] Fix typo in wireless resource base for ralink rt305x

2010-03-29 Thread Helmut Schaa
Fix the base address of the wireless card. Otherwise it is not possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa --- Index: target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h

[OpenWrt-Devel] [Patch] Fix typo inittab

2009-11-03 Thread Mark Kelly
There is a typo in /etc/inittab for the second serial port. This patch fixes that typo and allow logins from the second port. Signed-off-by: Mark Kelly Index: package/base-files/files/etc/inittab === --- package/base-files/files/etc

[OpenWrt-Devel] [PATCH] fix typo

2009-10-16 Thread xiangfu . z
From: Xiangfu Liu --- package/base-files/files/etc/hosts |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/base-files/files/etc/hosts b/package/base-files/files/etc/hosts index 8d9d14f..75721cd 100644 --- a/package/base-files/files/etc/hosts +++ b/package/base-fi