usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / nvram / nvram_convert.c
blob83b5d2e7ea49fe06274b6082403d3ca6c79dde43
1 #include <nvram_convert.h>
3 #define WL(a) "wl_"a
4 #define WL0(a) "wl0_"a
6 #define PPP(a) "ppp_"a
7 #define PPPOE(a) "pppoe_"a
9 struct nvram_convert nvram_converts[] = {
10 { WL0("ifname"), WL("ifname")}, // wlconf sets wl0_ifname, but not wl_ifname -- zzz
12 { 0, 0 },