Skip to content

Commit

Permalink
Update iappd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MeIsReallyBa committed May 2, 2023
1 parent d93ff72 commit f0f82a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/user/ralinkiappd/iappd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ start() { if grep -q 'mt76x3_ap' /proc/modules ; then
sysctl -wq net.ipv4.neigh.rai0.delay_first_probe_time=1
else
if grep -q 'rai0' /proc/interrupts; then
ralinkiappd -wi rai0 -wi ra0 -d 0 &
ralinkiappd -wi rai0 -d 0 &
sysctl -wq net.ipv4.neigh.rai0.base_reachable_time_ms=10000
sysctl -wq net.ipv4.neigh.rai0.delay_first_probe_time=1
else
ralinkiappd -wi rax0 -wi ra0 -d 0 &
ralinkiappd -wi ra0 -d 0 &
sysctl -wq net.ipv4.neigh.rax0.base_reachable_time_ms=10000
sysctl -wq net.ipv4.neigh.rax0.delay_first_probe_time=1
fi
Expand Down

0 comments on commit f0f82a2

Please sign in to comment.