]> git.pld-linux.org Git - packages/busybox.git/blame - busybox-dhcp.patch
- up to 1.8.2
[packages/busybox.git] / busybox-dhcp.patch
CommitLineData
c818a1f2
JB
1--- busybox-1.3.1/networking/udhcp/options.c.orig 2006-12-27 05:52:33.000000000 +0100
2+++ busybox-1.3.1/networking/udhcp/options.c 2006-12-30 12:31:57.305539547 +0100
3@@ -24,8 +24,8 @@
4 {"hostname", OPTION_STRING | OPTION_REQ, 0x0c},
5 {"bootsize", OPTION_U16, 0x0d},
316ae9e2 6 {"domain", OPTION_STRING | OPTION_LIST | OPTION_REQ, 0x0f},
c818a1f2
JB
7- {"swapsvr", OPTION_IP, 0x10},
8- {"rootpath", OPTION_STRING, 0x11},
9+ {"swapsvr", OPTION_IP | OPTION_REQ, 0x10},
10+ {"rootpath", OPTION_STRING | OPTION_REQ, 0x11},
11 {"ipttl", OPTION_U8, 0x17},
12 {"mtu", OPTION_U16, 0x1a},
13 {"broadcast", OPTION_IP | OPTION_REQ, 0x1c},
316ae9e2 14
This page took 0.035447 seconds and 4 git commands to generate.