busybox: prevent compile hang with bzip2 enabled
authorRob Mosher <nyt-openwrt@countercultured.net>
Wed, 8 Aug 2018 07:13:14 +0000 (03:13 -0400)
committerHans Dedecker <dedeckeh@gmail.com>
Wed, 8 Aug 2018 20:08:49 +0000 (22:08 +0200)
commit8a3582fa8ae9a894a299ef28d0aceac1a8c4272b
treee6cd0703d7a87349453a922aad78bdc65e563ad6
parentcc21dab6cc164ba0bc18505f241edfbae8cb53ec
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>
package/utils/busybox/config/archival/Config.in