projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] hotplug2: Use stricter matching for rule regular expressions
[openwrt.git]
/
package
/
uci
/
patches
/
120-uci_trigger.patch
diff --git
a/package/uci/patches/120-uci_trigger.patch
b/package/uci/patches/120-uci_trigger.patch
index
a1454a3
..
03c3760
100644
(file)
--- a/
package/uci/patches/120-uci_trigger.patch
+++ b/
package/uci/patches/120-uci_trigger.patch
@@
-65,7
+65,7
@@
+
+struct trigger_set_op {
+ struct uci_package *p;
+
+struct trigger_set_op {
+ struct uci_package *p;
-+ struct uci_
history
*h;
++ struct uci_
delta
*h;
+};
+
+static int trigger_set(lua_State *L)
+};
+
+static int trigger_set(lua_State *L)
@@
-73,7
+73,7
@@
+ struct trigger_set_op *so =
+ (struct trigger_set_op *)lua_touserdata(L, 1);
+ struct uci_package *p = so->p;
+ struct trigger_set_op *so =
+ (struct trigger_set_op *)lua_touserdata(L, 1);
+ struct uci_package *p = so->p;
-+ struct uci_
history
*h = so->h;
++ struct uci_
delta
*h = so->h;
+ struct uci_context *ctx = p->ctx;
+
+ /* ignore non-standard savedirs/configdirs
+ struct uci_context *ctx = p->ctx;
+
+ /* ignore non-standard savedirs/configdirs
@@
-139,7
+139,7
@@
+
+#endif
+
+
+#endif
+
-+static void trigger_set_hook(const struct uci_hook_ops *ops, struct uci_package *p, struct uci_
history
*h)
++static void trigger_set_hook(const struct uci_hook_ops *ops, struct uci_package *p, struct uci_
delta
*h)
+{
+ struct trigger_set_op so;
+
+{
+ struct trigger_set_op so;
+
This page took
0.02292 seconds
and
4
git commands to generate.