aboutsummaryrefslogtreecommitdiff
path: root/net/lispmob
Commit message (Collapse)AuthorAge
* lispmob: fix build with muslHauke Mehrtens2016-07-02
| | | | | | | | | | | | lispmob accesses the gnu members of struct udphdr like source and dest and does not use the posix member names. Instead of using the correct names just define this as _GNU_SOURCE. [bump PKG_RELEASE] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* all: get rid of kmod-ipv6 dependenciesSteven Barth2015-10-06
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* lispmob: Update to 0.4.1Vasileios Lakafosis2014-09-29
Signed-off-by: Vasileios Lakafosis <lakafosi@cisco.com>