1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 11:43:54 +02:00
openwrt/package/base-files
Brian Norris d3c19c71f6
base-files: Remove nand.sh dependency from emmc upgrade
emmc_do_upgrade() relies on identify() from the nand.sh upgrade helper.
This only works because FEATURES=emmc targets also tend to include
FEATURES=nand.

Rename identify_magic() to identify_magic_long() to match the common.sh
style and make it clear it pairs with other *_long() variants (and not,
say *_word()).

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
2023-01-21 01:02:23 +01:00
..
files base-files: Remove nand.sh dependency from emmc upgrade 2023-01-21 01:02:23 +01:00
image-config.in treewide: fix spelling 'seperate' -> 'separate' 2021-02-28 23:59:21 +00:00
Makefile base-files: add eMMC sysupgrade support 2021-12-02 20:42:58 +00:00