projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[toolchain] introduce a USE_EXTERNAL_LIBC symbol which gets selected by EXTERNAL_TOOL...
[openwrt.git]
/
package
/
swconfig
/
src
/
swlib.h
diff --git
a/package/swconfig/src/swlib.h
b/package/swconfig/src/swlib.h
index
b3c6769
..
ff73969
100644
(file)
--- a/
package/swconfig/src/swlib.h
+++ b/
package/swconfig/src/swlib.h
@@
-114,10
+114,12
@@
struct uci_package;
struct switch_dev {
int id;
struct switch_dev {
int id;
+ char dev_name[IFNAMSIZ];
const char *name;
const char *name;
- const char *
dev_name
;
+ const char *
alias
;
int ports;
int vlans;
int ports;
int vlans;
+ int cpu_port;
struct switch_attr *ops;
struct switch_attr *port_ops;
struct switch_attr *vlan_ops;
struct switch_attr *ops;
struct switch_attr *port_ops;
struct switch_attr *vlan_ops;
This page took
0.024849 seconds
and
4
git commands to generate.