Here's a new hotplug script I created in hotplug.d/iface/01-hosts that
I'd like to propose for addition to the standard hotplug scripts.
The result of that script after a reboot of my router is:
root at gw:~# cat /etc/hosts
127.0.0.1 localhost.
10.75.22.254lan
33.1.73.242 wan1
167.9.10.20
Here's a patch to enable not using the DHCP server assigned DNS servers
via a UCI option.
Signed-off-by: Brian J. Murrell <[EMAIL PROTECTED]>
Index: package/base-files/files/usr/share/udhcpc/default.script
===
--- package/base-files
Here's a patch to force not using the ppp peer's DNS servers.
Signed-off-by: Brian J. Murrell <[EMAIL PROTECTED]>;
Index: package/ppp/files/ppp.sh
===
--- package/ppp/files/ppp.sh(revision 11518)
+++ package/ppp/files/ppp.sh
Yuji Mano wrote:
> This adds a patch for busybox for udhcpc to request the rootpath option from
> dhcp server.
>
> Signed-off-by: Yuji Mano <[EMAIL PROTECTED]>
>
> ---
> package/busybox/patches/244-udhcpc_request_rootpath.patch | 19
> ++
> 1 file changed, 19 insertions(+)
>
> --
Yuji Mano wrote:
> Yuji Mano wrote:
>> Yuji Mano wrote:
>>> Hi.
>>>
>>> I checkout from the git repository but noticed it doesn't pull down empty
>>> directories (trunk/package/base-files/files/etc/uci-defaults).
>>> This wasn't a problem for me until I set CONFIG_UCI_PRECONFIG.
>>> The build exp
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]>
---
packages/utils/pciutils/Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/packages/utils/pciutils/Makefile b/packages/utils/pciutils/Makefile
index d20f2f5..8b5c344 100644
--- a/packages/utils/pciutils/Make
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]>
---
trunk/target/linux/generic-2.6/config-2.6.22 |2 +-
trunk/target/linux/generic-2.6/config-2.6.23 |2 +-
trunk/target/linux/generic-2.6/config-2.6.24 |2 +-
trunk/target/linux/generic-2.6/config-2.6.25 |2 +-
trunk/targ
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]>
---
trunk/package/kernel/modules/crypto.mk | 13 +++--
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/trunk/package/kernel/modules/crypto.mk
b/trunk/package/kernel/modules/crypto.mk
index 68ccb60..e33ee6e 100644
---
Signed-off-by: Vasilis Tsiligiannis <[EMAIL PROTECTED]>
---
trunk/package/kernel/modules/other.mk | 17 +
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/trunk/package/kernel/modules/other.mk
b/trunk/package/kernel/modules/other.mk
index a096552..5f0316f 100644
-
The following patches add support for PC Speaker.
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
The original /sbin/usb-storage script didn't work on my NSLU2.
The below patch should be backwards compatible with the original script.
I've tested it thoroughly, and it even works with hotplug, although I
currently have to edit /etc/fstab prior to the hotplug, if the volume is
a different file s
Le Monday 16 June 2008 13:51:19 Joerg Albert, vous avez écrit :
> his patch mainly fixes the huge delay when we ping from the RDC device to
> another host (160-230 ms). r6040_rx() was rewritten.
> Further changes:
> - fix a bug in hex2str(), which overwrote the source with a zero
> - removed rx_fre
This patch mainly fixes the huge delay when we ping from the RDC device to
another host (160-230 ms).
r6040_rx() was rewritten.
Further changes:
- fix a bug in hex2str(), which overwrote the source with a zero
- removed rx_free_desc counter; allocate skb inside r6040_rx() on the fly
- r6040_rx: do
This patch applies to the RDC 32xx ethernet driver (svn r10754, first patch
applied) and fixes the following issues:
- re-added the parent parameter to specify a netdevice to steal
the MAC address from (optional).
- fixed null pointer access in r6040_rx() (lp->dev init. was missing)
- fixed "sch
Hi,
this is the first of three patches to fix the ethernet driver of RDC R32xx
applied to svn r10754.
It adds debugs and make some procedures (r6040_*) global symbols in order to
help with debugging kernel oops. Version is increased from 0.16 to 0.18 to
avoid conflicts with the driver variant
Luigi 'Comio' Mantellini wrote:
> Hi Hinko,
> Hi List,
>
> see my inline comments.
>
> On lun, 2008-06-16 at 10:05 +0200, Hinko Kocevar wrote:
>
>> Luigi 'Comio' Mantellini wrote:
>>> Ciao again,
>>>
>>>
>>> On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote:
Ciao,
make[
Hi Hinko,
Hi List,
see my inline comments.
On lun, 2008-06-16 at 10:05 +0200, Hinko Kocevar wrote:
> Luigi 'Comio' Mantellini wrote:
> > Ciao again,
> >
> >
> > On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote:
> >> Ciao,
> >
> >> make[4]: Entering directory
> >> `/mnt/devel
Luigi 'Comio' Mantellini wrote:
> Ciao again,
>
>
> On ven, 2008-06-13 at 11:22 +0200, Luigi 'Comio' Mantellini wrote:
>> Ciao,
>
>> make[4]: Entering directory
>> `/mnt/devel/openwrt/OpenWRT.git/build_dir/toolchain-m68k_gcc4.3.1/uClibc-0.9.29'
>> install -d
>> /mnt/devel/openwrt/OpenWRT.git/s
18 matches
Mail list logo