aboutsummaryrefslogtreecommitdiff
path: root/admin/netatop
Commit message (Collapse)AuthorAge
* netatop: fix compilation warning for kernel moduleChristian Marangi2023-05-14
| | | | | | | | | | | | | | | Fix compilation warning for missing fallthrough. Fix compilation warning: /builder/shared-workdir/build/build_dir/target-mipsel_24kc_musl/netatop-3.1/module/netatop.c: In function 'getsockopt': /builder/shared-workdir/build/build_dir/target-mipsel_24kc_musl/netatop-3.1/module/netatop.c:1619:26: error: this statement may fall through [-Werror=implicit-fallthrough=] 1619 | tasktype = 'g'; | ~~~~~~~~~^~~~~ /builder/shared-workdir/build/build_dir/target-mipsel_24kc_musl/netatop-3.1/module/netatop.c:1621:12: note: here 1621 | case NETATOP_GETCNT_PID: | ^~~~ cc1: all warnings being treated as errors Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* netatop: update to version 3.1Toni Uhlig2020-05-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* netatop: add new packageToni Uhlig2018-05-13
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>