mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 19:56:16 +04:00
Due to KConfig misbehavior the tar config options where getting enabled even when tar was not enabled. We fix this by enclosing the options in an if PACKAGE_tar ; endif block. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>