diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-17 16:09:55 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-17 16:09:55 +0200 |
commit | 7fae1fc884ecfe234e96b96f0a60d469905272ba (patch) | |
tree | 4688ec7aa688a672f3fe3d8a7b54720354ec8bb8 | |
parent | c1b177f7710ed960c25322438fe0d952c4f4f98f (diff) |
Add wgd to update script
-rwxr-xr-x | update_netlinklib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_netlinklib.sh b/update_netlinklib.sh index e8e927e..7e079c2 100755 --- a/update_netlinklib.sh +++ b/update_netlinklib.sh @@ -1,6 +1,6 @@ #! /bin/bash -TARGETS="radvd pppoe3 dslite netlinkd dhcp4d" +TARGETS="radvd pppoe3 dslite netlinkd dhcp4d wgd" for T in ${TARGETS}; do cd ${T} |