system-linux: fix build error
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 4 Mar 2016 18:36:32 +0000 (19:36 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 4 Mar 2016 18:36:35 +0000 (19:36 +0100)
The libnl-tiny library does not provide a nla_put_be32(), use nla_put_u32()
again in conjunction with htonl() to convert the values.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

No differences found