projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/uboot-envtools: remove runtime dependency of zlib
[openwrt.git]
/
package
/
swconfig
/
src
/
swlib.h
diff --git
a/package/swconfig/src/swlib.h
b/package/swconfig/src/swlib.h
index
2c2fccd
..
ff73969
100644
(file)
--- a/
package/swconfig/src/swlib.h
+++ b/
package/swconfig/src/swlib.h
@@
-114,8
+114,9
@@
struct uci_package;
struct switch_dev {
int id;
+ char dev_name[IFNAMSIZ];
const char *name;
- const char *
dev_name
;
+ const char *
alias
;
int ports;
int vlans;
int cpu_port;
This page took
0.037126 seconds
and
4
git commands to generate.