netbase: add interface file for ts72xx machine and bump PR
authorPetr Štetiar <ynezz@true.cz>
Sun, 3 Oct 2010 02:14:03 +0000 (02:14 +0000)
committerEric Bénard <eric@eukrea.com>
Mon, 4 Oct 2010 19:57:27 +0000 (21:57 +0200)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/netbase/netbase/ts72xx/interfaces [new file with mode: 0644]
recipes/netbase/netbase_4.21.bb

diff --git a/recipes/netbase/netbase/ts72xx/interfaces b/recipes/netbase/netbase/ts72xx/interfaces
new file mode 100644 (file)
index 0000000..1ba6e02
--- /dev/null
@@ -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
index ddd186e..ed5bcdd 100644 (file)
@@ -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