From: Steven Barth Date: Tue, 26 May 2015 11:59:02 +0000 (+0200) Subject: uclibc: backwards-compatibility fixes X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=commitdiff_plain;h=5990d1126fd33665e106508ebcbadfbb2d703d8e uclibc: backwards-compatibility fixes Signed-off-by: Steven Barth --- diff --git a/system-linux.c b/system-linux.c index a6dde59..0ba729e 100644 --- a/system-linux.c +++ b/system-linux.c @@ -48,6 +48,15 @@ #define RT_TABLE_PRELOCAL 128 #endif +#ifndef IFA_F_NOPREFIXROUTE +#define IFA_F_NOPREFIXROUTE 0x200 +#endif + +#ifndef IFA_FLAGS +#define IFA_FLAGS (IFA_MULTICAST + 1) +#endif + + #include #include #include