mirror of https://github.com/OpenIPC/firmware.git
Experimental remove epoll_pwait2 check (#586)
parent
9b703fa3db
commit
cb8be7d288
|
@ -40,7 +40,7 @@ cli() { yaml-cli -i /etc/majestic.yaml $@; }
|
|||
differ() { diff -rN "/rom$1" "$1"; }
|
||||
|
||||
[ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool$ARC && \
|
||||
chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin" && /tmp/ipctool $@); }
|
||||
chmod +x /tmp/ipctool && echo_c 35 "The ipctool installed as remote GitHub plugin\n\n" && /tmp/ipctool $@); }
|
||||
|
||||
majestic_changes() { diff -L "Majestic changes" -U 3 /rom/etc/majestic.yaml /etc/majestic.yaml; }
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
--- a/CMakeLists.txt 2022-10-22 23:24:40.000000000 +0300
|
||||
+++ b/CMakeLists.txt 2022-12-07 13:41:29.700608817 +0300
|
||||
@@ -518,7 +518,6 @@
|
||||
select
|
||||
epoll_create
|
||||
epoll_create1
|
||||
- epoll_pwait2
|
||||
epoll_ctl
|
||||
eventfd
|
||||
poll
|
Loading…
Reference in New Issue