repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allow IPv6 address entry in tools>ping - Loosens valid character check
[tomato/davidwu.git]
/
release
/
src
/
router
/
nvram
/
nvram_convert.c
blob
83b5d2e7ea49fe06274b6082403d3ca6c79dde43
1
#include <nvram_convert.h>
2
3
#define WL(a)
"wl_"
a
4
#define WL0(a)
"wl0_"
a
5
6
#define PPP(a)
"ppp_"
a
7
#define PPPOE(a)
"pppoe_"
a
8
9
struct
nvram_convert nvram_converts
[] = {
10
{
WL0
(
"ifname"
),
WL
(
"ifname"
)},
// wlconf sets wl0_ifname, but not wl_ifname -- zzz
11
12
{
0
,
0
},
13
};