On 2015-11-19 20:51, Podolak, Nicholas wrote: > Original patchset was not applying correctly. My bad. > > Let's try this again. Please don't include things like this in the patch description part.
> Signed-off-by: Nick Podolak <nicholas.podo...@dtechlabs.com> > > --- > device.c | 9 +++++++++ > device.h | 3 +++ > system-linux.c | 10 ++++++++++ > 3 files changed, 22 insertions(+) > > diff --git a/device.c b/device.c > index 6dc4fa9..b755d05 100644 > --- a/device.c > +++ b/device.c > @@ -40,6 +40,7 @@ static const struct blobmsg_policy > dev_attrs[__DEV_ATTR_MAX] = { > [DEV_ATTR_ENABLED] = { .name = "enabled", .type = BLOBMSG_TYPE_BOOL }, > [DEV_ATTR_IPV6] = { .name = "ipv6", .type = BLOBMSG_TYPE_BOOL }, > [DEV_ATTR_PROMISC] = { .name = "promisc", .type = BLOBMSG_TYPE_BOOL }, > + [DEV_ATTR_MULTICAST] = { .name = "multicast", .type = > +BLOBMSG_TYPE_BOOL }, Line wrapping here is broken. - Felix _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel