On 1 December 2011 05:06, Nerijus Baliunas <[email protected]> wrote: > Hello, > > I have a problem that all MAC addresses are 00:11:22:33:44:55 except wlan0, > which is correct. Should this patch help me? I added "nbg-419n" to the case > line: > case $(ramips_board_name) in > bc2 | nbg-419n | nw718) > extract_and_set_mac "factory" 4 "02:00:00:00:00:00" > > but still all MACs are 00:11:22:33:44:55. >
if you will look at my or Alexander's patch you'll see that the mac can potentially be anywhere. For example on belkin board it's here -> "u-boot" 262148. So you just have to find the right place. Regards, Roman _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
