From 8dad77bac4a027ede5ea95400dbf5c8131bbf635 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Thu, 3 Jun 2010 08:36:50 +0300 Subject: skeleton: remove loopback interface configuration from inittab The lo interface is marked auto in /etc/network/interfaces, so the configuration of the loopback network interface is part of the S40network init script. This causes the "RTNETLINK answers: File exists" error message to appear at startup time. Signed-off-by: Baruch Siach Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- target/device/xtensa/skeleton-patch/etc/inittab | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/device/xtensa/skeleton-patch/etc/inittab') diff --git a/target/device/xtensa/skeleton-patch/etc/inittab b/target/device/xtensa/skeleton-patch/etc/inittab index b336ff69c..de3ce706e 100644 --- a/target/device/xtensa/skeleton-patch/etc/inittab +++ b/target/device/xtensa/skeleton-patch/etc/inittab @@ -18,8 +18,6 @@ null::sysinit:/bin/mount -t proc proc /proc null::sysinit:/bin/mount -o remount,rw / null::sysinit:/bin/mount -a null::sysinit:/bin/hostname -F /etc/hostname -null::sysinit:/sbin/ifconfig lo 127.0.0.1 up -null::sysinit:/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo # now run any rc scripts ::sysinit:/etc/init.d/rcS -- cgit v1.2.3