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)
commitda687c2689f7ff2af1dccc9a428806dd15c3d554
tree06a33edb15c80baf6dd69da3bc2c92baefbce8d1
parente27e23f76437edc7871c03c8c92d69fbe52d30f5
system-linux: fix build error

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>
system-linux.c