summaryrefslogtreecommitdiff
path: root/openembedded/scripts/ethernet.sh
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/scripts/ethernet.sh')
-rwxr-xr-xopenembedded/scripts/ethernet.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/scripts/ethernet.sh b/openembedded/scripts/ethernet.sh
index 034a20e..41c9152 100755
--- a/openembedded/scripts/ethernet.sh
+++ b/openembedded/scripts/ethernet.sh
@@ -19,6 +19,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# Author: Senthil Kumaran <senthil.kumaran@linaro.org>
+# Maintainer: Milosz Wasilewski <milosz.wasilewski@linaro.org>, Koen Kooi <koen.kooi@linaro.org>
ifconfig eth0 > ethernet.log
ifconfig eth0 | grep 'inet addr' | awk -F: '{print $2}' | awk '{print $1}'