[oe-commits] Petr Štetiar : netbase: add interface file for ts72xx machine and bump PR

git version control git at git.openembedded.org
Mon Oct 4 19:58:45 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 66888364f09a0deb10db094d7418de72eb5bd694
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=66888364f09a0deb10db094d7418de72eb5bd694

Author: Petr Štetiar <ynezz at true.cz>
Date:   Sun Oct  3 02:14:03 2010 +0000

netbase: add interface file for ts72xx machine and bump PR

Signed-off-by: Petr Štetiar <ynezz at true.cz>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/netbase/netbase/ts72xx/interfaces |    7 +++++++
 recipes/netbase/netbase_4.21.bb           |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/recipes/netbase/netbase/ts72xx/interfaces b/recipes/netbase/netbase/ts72xx/interfaces
new file mode 100644
index 0000000..1ba6e02
--- /dev/null
+++ b/recipes/netbase/netbase/ts72xx/interfaces
@@ -0,0 +1,7 @@
+auto lo
+iface lo inet loopback
+
+auto eth0
+iface eth0 inet static
+	address 192.168.1.1
+	netmask 225.255.255.0
diff --git a/recipes/netbase/netbase_4.21.bb b/recipes/netbase/netbase_4.21.bb
index ddd186e..ed5bcdd 100644
--- a/recipes/netbase/netbase_4.21.bb
+++ b/recipes/netbase/netbase_4.21.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \
 infrastructure for basic TCP/IP based networking."
 SECTION = "base"
 LICENSE = "GPLv2"
-PR = "r47"
+PR = "r48"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list