udhcpc: Always export option variables as hex arrays.
Always exports DHCP option variables as hex arrays.
Currently this is only done for undefined variables, but due to some customer demands we need to be able to arbitrarily interpret the variables from scripts.
This commit solves this by always making sure they are exported as hex arrays.
Signed-off-by: Markus Gothe markus.gothe@genexis.eu