Skip to content
Snippets Groups Projects
Select Git revision
  • 9f1c00050cd8d85cd2a092bb43af4d0d338fc071
  • experimental
  • master
  • v2021.1.2-ffs
  • v2021.1.1-ffs
  • nrb/gluon-master-cpe510
  • v2021.1-ffs
  • v2020.2.3-ffs
  • nrbffs/fastd-remove-delay
  • v2020.2.2-ffs
  • v2020.2.1-ffs
  • v2020.2-ffs
  • v2020.2.x
  • v2020.1.3-ffs
  • v2020.1.1-ffs
  • v2020.1-ffs
  • v2019.1.2-ffs
  • v2019.1.1-ffs
  • nrb/test-radv-filter
  • v2019.1-ffs
  • nrbffs/netgear-ex6120
  • v2021.1.2-ffs0.2
  • v2021.1.2-ffs0.1
  • v2021.1.1-ffs0.4
  • v2021.1.1-ffs0.3
  • v2021.1.1-ffs0.2
  • v2021.1.1-ffs0.1
  • v2021.1-ffs0.1
  • v2020.2.3-ffs0.3
  • v2020.2.3-ffs0.2
  • v2020.2.3-ffs0.1
  • v2020.2.2-ffs0.1
  • v2020.2.1-ffs0.1
  • v2020.2-ffs0.1
  • v2020.2
  • v2020.2.x-ffs0.1
  • v2020.1.3-ffs0.1
  • v2020.1.1-ffs0.1
  • v2020.1-ffs0.1
  • v2019.1.2-ffs0.1
  • v2019.1.1-ffs0.1
41 results

getting_started.rst

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0012-procd-clean-up-trailing-whitespace-in-nand.sh.patch 1.00 KiB
    From: Matthias Schiffer <mschiffer@universe-factory.net>
    Date: Wed, 3 May 2017 08:27:40 +0200
    Subject: procd: clean up trailing whitespace in nand.sh
    
    Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
    
    diff --git a/package/system/procd/files/nand.sh b/package/system/procd/files/nand.sh
    index ebaaf2aa16009cc1431dbb79ba9f689c8b636069..8a164ee08537014936a8608f5a60fe0e27dcabd6 100644
    --- a/package/system/procd/files/nand.sh
    +++ b/package/system/procd/files/nand.sh
    @@ -194,7 +194,7 @@ nand_upgrade_prepare_ubi() {
     
     nand_do_upgrade_success() {
     	local conf_tar="/tmp/sysupgrade.tgz"
    -	
    +
     	sync
     	[ -f "$conf_tar" ] && nand_restore_config "$conf_tar"
     	echo "sysupgrade successful"
    @@ -231,7 +231,7 @@ nand_upgrade_ubifs() {
     	local rootfs_length=`(cat $1 | wc -c) 2> /dev/null`
     
     	nand_upgrade_prepare_ubi "$rootfs_length" "ubifs" "0" "0"
    -	
    +
     	local ubidev="$( nand_find_ubi "$CI_UBIPART" )"
     	local root_ubivol="$(nand_find_volume $ubidev rootfs)"
     	ubiupdatevol /dev/$root_ubivol -s $rootfs_length $1