diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2021-07-30 01:11:37 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2021-08-07 01:34:40 +0300 |
commit | 8347d8b4fbe41ce7db386f948df3ebb6c6bc32d3 (patch) | |
tree | 506c3ab13d248558ed9c5dbd7e34d5c641c07262 /target | |
parent | 84c9570aaadec70b667586c3c84dd9fd095baa9e (diff) | |
download | upstream-8347d8b4fbe41ce7db386f948df3ebb6c6bc32d3.tar.gz upstream-8347d8b4fbe41ce7db386f948df3ebb6c6bc32d3.tar.bz2 upstream-8347d8b4fbe41ce7db386f948df3ebb6c6bc32d3.zip |
base-files: add generic sdcard upgrade method
Add a generic sdcard upgrade method instead of duplicating code in yet
another target, and add a feature flag to only install this upgrade
method in targets that set this flag. Copied from mvebu.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/Config.in b/target/Config.in index 51a278cae9..fde7ea4137 100644 --- a/target/Config.in +++ b/target/Config.in @@ -101,6 +101,9 @@ config RFKILL_SUPPORT config NAND_SUPPORT bool +config SDCARD_SUPPORT + bool + config ARCH_64BIT bool |