aboutsummaryrefslogtreecommitdiff
path: root/net/lispmob/patches
Commit message (Collapse)AuthorAge
* oor: Add OpenOverlayRouter (oor) packageAlbert Lopez2018-10-31
| | | | | | lispmob: OOR is a rename of LISPmob and replace the package Signed-off-by: Albert Lopez <alopez@ac.upc.edu>
* 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>