Changeset 47879
- Timestamp:
- 2015-12-12T08:37:45+01:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package/system/procd/files/nand.sh
r47489 r47879 275 275 nand_do_upgrade_stage2() { 276 276 local file_type=$(identify $1) 277 278 if type 'platform_nand_pre_upgrade' >/dev/null 2>/dev/null; then 279 platform_nand_pre_upgrade "$1" 280 fi 277 281 278 282 [ ! "$(find_mtd_index "$CI_UBIPART")" ] && CI_UBIPART="rootfs"
Note: See TracChangeset
for help on using the changeset viewer.