system-linux.c: fix sysctl setting
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 11 Jul 2012 18:22:42 +0000 (20:22 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 11 Jul 2012 18:22:42 +0000 (20:22 +0200)
commitd7ce353d5656690b993acbfe73001b96fa788c97
treeddd41e19bc023117fac80b2f195aad101672b258
parentb4907a8502f0dadda9cdab259e1c824e3522b5b7
system-linux.c: fix sysctl setting

The system_set_dev_sysctl() function erroneously used the value instead of the
device name to format the sysctl path, this change corrects that.
system-linux.c