mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-06 02:59:27 +00:00
8 lines
90 B
C
8 lines
90 B
C
|
|
||
|
struct nvram_convert {
|
||
|
char *name;
|
||
|
char *wl0_name;
|
||
|
char *d11g_name;
|
||
|
};
|
||
|
|