sdk: Fix keeping unset as unset
authorDaniel Dickinson <lede@daniel.thecshore.com>
Tue, 10 May 2016 22:26:42 +0000 (18:26 -0400)
committerJo-Philipp Wich <jo@mein.io>
Tue, 21 Jun 2016 11:36:23 +0000 (13:36 +0200)
commit9da1bf58b68d841e8f0ebb9350c8202500bb03a7
tree423d11655f537bcd4ea77e4e5a9adee4e67ea3f8
parent5d60bedcb3b485a2b2bd7d8c8da24dfd1b3c4f7f
sdk: Fix keeping unset as unset

The configuration preservation mechanism fails to keep items was are unset
as unset.  For busybox this causes issues when building with custom
settings in the SDK.  Therefore preserve busybox unset settings.
In addition we preserve non-package selection unset settings because
they may be important for making sure we compile and identical
package for packages that are recompiled in the SDK.

Now that SDK not longer ships .config this becomes relevant for
any use of the SDK.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
target/sdk/convert-config.pl