From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Tue, 23 Jun 2020 16:21:57 +0200 Message-Id: <20200623142157.32073-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH] projectroot: remove leftover files List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Roland Hieber The i586 platform was renamed to i686 in commit 5274c7a757e696b644b5, which was ultimately removed in commit d910c872889ce67189d8. The versatilepb platform was removed in commit cdfce8cdf7d8513e1485. Fixes: 5274c7a757e696b644b5 (2012-09-27, Jan Luebbe: "platforms: replace included i586 platform with i686 submodule") Fixes: d910c872889ce67189d8 (2016-01-25, Robert Schwebel: "platforms qemu: remove external platform") Fixes: cdfce8cdf7d8513e1485 (2016-02-17, Robert Schwebel: "platforms versatilepb: remove obsolete platform"). Signed-off-by: Roland Hieber --- projectroot/etc/network/interfaces.i586 | 13 ------------- projectroot/etc/network/interfaces.versatilepb | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 projectroot/etc/network/interfaces.i586 delete mode 100644 projectroot/etc/network/interfaces.versatilepb diff --git a/projectroot/etc/network/interfaces.i586 b/projectroot/etc/network/interfaces.i586 deleted file mode 100644 index 5dfb7bd32483..000000000000 --- a/projectroot/etc/network/interfaces.i586 +++ /dev/null @@ -1,13 +0,0 @@ -# /etc/network/interfaces - -# The loopback interface -auto lo eth0 - -# auto lo -iface lo inet loopback - -# auto eth0 -iface eth0 inet static - address 10.0.2.7 - netmask 255.255.255.0 - broadcast 10.0.2.255 diff --git a/projectroot/etc/network/interfaces.versatilepb b/projectroot/etc/network/interfaces.versatilepb deleted file mode 100644 index 5dfb7bd32483..000000000000 --- a/projectroot/etc/network/interfaces.versatilepb +++ /dev/null @@ -1,13 +0,0 @@ -# /etc/network/interfaces - -# The loopback interface -auto lo eth0 - -# auto lo -iface lo inet loopback - -# auto eth0 -iface eth0 inet static - address 10.0.2.7 - netmask 255.255.255.0 - broadcast 10.0.2.255 -- 2.27.0 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de