I am working with a fairly recent update of the trunk (11415). When I load it up and run any uci show command that has unnamed sections in the file it spits out strange hex codes instead of logical numbers for example part of a uci show wireless output:
...
wireless.cfg03c014.ssid=ssid
wireless.cfg03c014.mode=ap
wireless.cfg03c014.device=wl0
...
When I have worked with all previous versions of Kamikaze up through 7.09 it would have been cfg2 instead of cfg03c014. The cfg2 makes sense since this is the second config section in the wireless config file (the first being the wireless.wl0 section).
Is this a bug or is this a planned change? If it is a planned change is there any way to predict what that hex value will be?
Thanks,