1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-31 11:02:33 +01:00

Support udhcpc, this is needed to smoothly run on the OpenMoko FreeRunner.

Thanks to Luca Capello <gismo@debian.org> for porting the patch to 1.5.9, and
to "madmo" from the linked forum for making the patch.

Patch originally taken from http://wicd.net/punbb/viewtopic.php?id=132

Patch ported to 1.6.0 code by David Paleino <d.paleino@gmail.com>.
This commit is contained in:
David Paleino
2009-06-13 22:07:49 +02:00
parent 8fd7855b3c
commit c95ede898a
5 changed files with 72 additions and 14 deletions

View File

@@ -1171,6 +1171,21 @@ is already active.</property>
<property name="position">2</property>
</packing>
</child>
<child>
<widget class="GtkRadioButton" id="udhcpc_radio">
<property name="label" translatable="yes">udhcpc</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
<property name="group">dhclient_radio</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="position">4</property>
</packing>
</child>
</widget>
</child>
</widget>