mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
busybox: 1.13.1 ip fix
This commit is contained in:
parent
5155de9042
commit
92b9ca8dd2
11
package/busybox/busybox-1.13.1-ip.patch
Normal file
11
package/busybox/busybox-1.13.1-ip.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- busybox-1.13.1/networking/ip.c Sun Nov 9 18:27:59 2008
|
||||||
|
+++ busybox-1.13.1-ip/networking/ip.c Thu Dec 4 13:16:29 2008
|
||||||
|
@@ -31,7 +31,7 @@
|
||||||
|
|
||||||
|
static int ip_do(int (*ip_func)(char **argv), char **argv)
|
||||||
|
{
|
||||||
|
- argv = ip_parse_common_args(argv);
|
||||||
|
+ argv = ip_parse_common_args(argv + 1);
|
||||||
|
return ip_func(argv);
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user