diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/busybox/busybox_1.00.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ |