projects
/
project
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3a4844
)
make uci_network static
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Apr 2011 03:13:59 +0000
(
05:13
+0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Apr 2011 03:13:59 +0000
(
05:13
+0200)
config.c
patch
|
blob
|
history
diff --git
a/config.c
b/config.c
index 1711121f627f28d3edce137096e3a0e6548adb25..2442eff6a96462f0f9f33cd5d9ede18037a260a5 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-10,7
+10,7
@@
#include "interface.h"
struct uci_context *uci_ctx;
-struct uci_package *uci_network;
+st
atic st
ruct uci_package *uci_network;
bool config_init = false;
enum {