diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-05-13 11:35:27 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-05-13 11:35:27 -0700 |
commit | 07eaf13365e18c4a2e1b98d82ca7e0ed33b219fe (patch) | |
tree | 8e56a22a645e4d9cf5b2faf8c8c9fc1fa63259ef | |
parent | 6b7b88102a1a8be1e8deaa1e63dc9ede4b5131b7 (diff) | |
parent | d3a08aaa3fcda892ed03efc235d3cc2a36ca6117 (diff) | |
download | uhd-07eaf13365e18c4a2e1b98d82ca7e0ed33b219fe.tar.gz uhd-07eaf13365e18c4a2e1b98d82ca7e0ed33b219fe.tar.bz2 uhd-07eaf13365e18c4a2e1b98d82ca7e0ed33b219fe.zip |
Merge branch 'maint'
-rw-r--r-- | host/cmake/debian/uhd-host.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/debian/uhd-host.postinst b/host/cmake/debian/uhd-host.postinst index 1d9d31cd2..c97d6befd 100644 --- a/host/cmake/debian/uhd-host.postinst +++ b/host/cmake/debian/uhd-host.postinst @@ -8,7 +8,7 @@ if [ "$1" = "configure" ]; then fi # Apply usrp2 networking optimization if [ -x "`which sysctl 2>/dev/null`" ]; then - sysctl -p /etc/sysctl.d/uhd-usrp2.conf + sysctl -p /etc/sysctl.d/uhd-usrp2.conf || echo "Warning: Could not update sysctl settings for network devices." fi fi |