From: John Bowler Date: Mon, 6 Jun 2005 08:24:27 +0000 (+0000) Subject: Fix NSLU2 so that ifup no longer crashes X-Git-Tag: Release-2010-05/1~14000 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75520ee66f1fa1d21b33f72f9ae19823b6f7d38c;p=openembedded.git Fix NSLU2 so that ifup no longer crashes BKrev: 42a4083bR2NvNC-Dnxv822S2XVc6sA --- diff --git a/packages/busybox/busybox_1.00.bb b/packages/busybox/busybox_1.00.bb index 2f192946e2..ccea9e8718 100644 --- a/packages/busybox/busybox_1.00.bb +++ b/packages/busybox/busybox_1.00.bb @@ -12,6 +12,9 @@ SECTION = "base" PRIORITY = "required" PR = "r24" +SPURION = "file://ifupdown-spurious-environ.patch;patch=1" +SPURION_nslu2 = "" + SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ file://udhcpscript.patch;patch=1 \ @@ -27,7 +30,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://mount-all-type.patch;patch=1 \ file://celf-ash-builtins.patch;patch=1 \ file://dhcp-hostname.patch;patch=1 \ - file://ifupdown-spurious-environ.patch;patch=1 \ + ${SPURION} \ file://gzip-spurious-const.patch;patch=1 \ file://defconfig \ file://busybox-cron \