Author: felix
Date: Fri Jan 29 08:00:11 2010
New Revision: 8424

URL: http://svn.slimdevices.com/jive?rev=8424&view=rev
Log:
Bug: 15556 
Description: DHCP client fix - enable option to check IP address before using 
it (and decline if already in use) 

Modified:
    
7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox-1.15.2/busybox_udhcpd_syslog.patch
    7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox_1.15.2.bb

Modified: 
7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox-1.15.2/busybox_udhcpd_syslog.patch
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox-1.15.2/busybox_udhcpd_syslog.patch?rev=8424&r1=8423&r2=8424&view=diff
==============================================================================
--- 
7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox-1.15.2/busybox_udhcpd_syslog.patch
 (original)
+++ 
7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox-1.15.2/busybox_udhcpd_syslog.patch
 Fri Jan 29 08:00:11 2010
@@ -6,7 +6,7 @@
                return 0;
  #endif
 -      return execute("udhcpc " UDHCPC_CMD_OPTIONS " -p 
/var/run/udhcpc.%iface%.pid "
-+      return execute("udhcpc -R -p /var/run/udhcpc.%iface%.pid "
++      return execute("udhcpc -R -a -p /var/run/udhcpc.%iface%.pid "
 +                                      "-b --syslog "
                        "-i %iface%[[ -H %hostname%]][[ -c %clientid%]][[ -s 
%script%]][[ %udhcpc_opts%]]",
                        ifd, exec);

Modified: 
7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox_1.15.2.bb
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox_1.15.2.bb?rev=8424&r1=8423&r2=8424&view=diff
==============================================================================
--- 7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox_1.15.2.bb 
(original)
+++ 7.5/trunk/squeezeos/poky/meta-squeezeos/packages/busybox/busybox_1.15.2.bb 
Fri Jan 29 08:00:11 2010
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
           file://busybox_udhcpd_syslog.patch;patch=1 \

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to