aboutsummaryrefslogtreecommitdiff
path: root/utils/device-observatory/Makefile
Commit message (Collapse)AuthorAge
* vim: remove vim/hostRosen Penev2022-03-17
| | | | | | | | | | | The only use of it is for xxd. tools/xxd was added in base so this can go. https://github.com/openwrt/openwrt/commit/c4dd2441e7 added it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* device-observatory: fix compilation with newer libmicrohttpdRosen Penev2020-07-24
| | | | | | API change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: add conffilesHuangbin Zhan2020-07-07
| | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* device-observatory: Fix compilation with uClibc-ngRosen Penev2019-05-01
| | | | | | Two protocol definitions are missing. Took values from Musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* device-observatory: Add depend on vim to avoid build failureRosen Penev2019-04-10
| | | | | | | | | /bin/sh: 2: xxd: not found /bin/sh: 2: xxd: not found Makefile:24: recipe for target 'src/files.h' failed make[4]: *** [src/files.h] Error 127 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* device-observatory: Specify libmicrohttpd dependencyMoritz Warning2019-01-29
| | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* device-observatory: add new packageMoritz Warning2018-08-15
Shows network/wireless activity on a local website to increase awareness for privacy and security matters. Signed-off-by: Moritz Warning <moritzwarning@web.de>