diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2015-12-30 10:20:14 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-12-30 11:22:49 -0800 |
commit | d956bb6668553694eb610ef89313e4a4b6bb0f72 (patch) | |
tree | fde6f463b0cc00be4c46d7caf24107419ae98918 /host/cmake/debian/NetworkManager-USRP | |
parent | 5993ee4a4d19a41ffe40dc1a17726d52f0b8b6d0 (diff) | |
download | uhd-d956bb6668553694eb610ef89313e4a4b6bb0f72.tar.gz uhd-d956bb6668553694eb610ef89313e4a4b6bb0f72.tar.bz2 uhd-d956bb6668553694eb610ef89313e4a4b6bb0f72.zip |
Added scripts and Debian configuration files for Ubuntu PPA
Diffstat (limited to 'host/cmake/debian/NetworkManager-USRP')
-rw-r--r-- | host/cmake/debian/NetworkManager-USRP | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/host/cmake/debian/NetworkManager-USRP b/host/cmake/debian/NetworkManager-USRP new file mode 100644 index 000000000..1552ab5d3 --- /dev/null +++ b/host/cmake/debian/NetworkManager-USRP @@ -0,0 +1,14 @@ +[802-3-ethernet] +duplex=full + +[connection] +id=USRP +uuid=f6a7696d-4958-48f4-b1eb-c2ab9de0a838 +type=802-3-ethernet + +[ipv6] +method=auto + +[ipv4] +method=manual +addresses1=192.168.10.1;24;0.0.0.0; |