diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-06-11 00:51:22 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-06-11 00:51:22 +0200 |
commit | dd182011e1acabc94169b85f3bc63efbab72ddd4 (patch) | |
tree | 6654fba853fa3c2e8b9b04e49fdc71877e296c27 /package/network/config/swconfig/Makefile | |
parent | e8150364608e38e6b30ea0859ffa17ccb1fcc890 (diff) | |
download | upstream-dd182011e1acabc94169b85f3bc63efbab72ddd4.tar.gz upstream-dd182011e1acabc94169b85f3bc63efbab72ddd4.tar.bz2 upstream-dd182011e1acabc94169b85f3bc63efbab72ddd4.zip |
swconfig: improve failure reporting
Report the translated error to the user if a get/set netlink operation failed.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/config/swconfig/Makefile')
-rw-r--r-- | package/network/config/swconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index 2856742fcd..f4ba3a9d69 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swconfig -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |