Shonk
Senior Member
I want to add a hard coded dhcp option pre built into the firmware
I can ofc killall udhcpc and then run below
udhcpc -i eth0 -p /var/run/udhcpc0.pid -s /tmp/udhcpc -O33 -O249 -x 61:hex -x 60:hex
but would like to cleanly insert it into the firmware without having to kill udhcpc
im trying to find how udhcpc is started in the source but i just cant seem to find it
im just not used to everything running from a ramdisk
im also wanting to change upnpd settings but also cant find how the config is generated
if someone can point out where i should be looking in the source that would be great
I can ofc killall udhcpc and then run below
udhcpc -i eth0 -p /var/run/udhcpc0.pid -s /tmp/udhcpc -O33 -O249 -x 61:hex -x 60:hex
but would like to cleanly insert it into the firmware without having to kill udhcpc
im trying to find how udhcpc is started in the source but i just cant seem to find it
im just not used to everything running from a ramdisk
im also wanting to change upnpd settings but also cant find how the config is generated
if someone can point out where i should be looking in the source that would be great
Last edited: