diff options
| author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-02 12:15:55 +0000 |
|---|---|---|
| committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-10-02 12:15:55 +0000 |
| commit | 920cd9bece34da64ea97e4aeabc1ca085fdf5618 (patch) | |
| tree | 084a8d8261fb8294bb28c49bd3885ebad59b28bb /packages/busybox/busybox-1.2.1 | |
| parent | 835f161698d8d1128f3553c7144f7d7dd91f8045 (diff) | |
busybox: Fix slugos initscript to prevent dhcp server starvation. Closes oe bug #1417
Diffstat (limited to 'packages/busybox/busybox-1.2.1')
| -rw-r--r-- | packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch b/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch index 010f64a53f..dec6c18994 100644 --- a/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch +++ b/packages/busybox/busybox-1.2.1/slugos/udhcpscript.patch @@ -96,7 +96,7 @@ - done +deconfig) + # Bring the interface up (without inet at this point) -+ ifconfig "$interface" up;; ++ ifconfig "$interface" 0.0.0.0;; + +renew|bound) + bind;; |
