busybox: prevent compile hang with bzip2 enabled
authorRob Mosher <nyt-openwrt@countercultured.net>
Wed, 8 Aug 2018 07:13:14 +0000 (03:13 -0400)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:47:46 +0000 (17:47 +0100)
commit76cb1c210fb2f1f31cdf9df3deed077386b41319
treeb10161ffc4eefa1a6aaf06803c89f909fc7630b1
parent11571480889be99bc9c398db623e9323f2898f60
busybox: prevent compile hang with bzip2 enabled

The BZIP2_SMALL option was not being exposed via Config.in which
caused the build to fail as 'yes' is piped to the config during
build.  As it's expecting a number, it gets stuck in a loop.

Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net>
(backported from 8a3582fa8ae9a894a299ef28d0aceac1a8c4272b)
package/utils/busybox/config/archival/Config.in