package/busybox: Implement config extractor
commit073833312927763a74e45a5f5228fbdb0c9288cf
authorPhil Sutter <phil@nwl.cc>
Thu, 25 Feb 2021 08:10:54 +0000 (25 09:10 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Thu, 25 Feb 2021 09:05:24 +0000 (25 10:05 +0100)
tree6117fe2e84d05e8380405509c9ef446377e0a055
parente807fea5aecd87d079edfdbc603350cc3d9b57bb
package/busybox: Implement config extractor

This is a small script updating the stored busybox config files from
an extracted source tree. Basically it copies the the files keeping
directory hierarchy intact, adjusts contained 'source' calls for the new
path (relative to $TOPDIR) and prefixes all defined (and referenced)
symbols with 'BUSYBOX_'.

Signed-off-by: Phil Sutter <phil@nwl.cc>
package/busybox/extract_config.sh [new file with mode: 0755]