From: Arne Fitzenreiter Date: Fri, 15 Jun 2018 06:56:23 +0000 (+0200) Subject: core122: remove arm check X-Git-Tag: v2.21-core122~18 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=8b297455a580260c50cf6d9d8e11c5952cb32b9b core122: remove arm check The update will not pushed to old arm trees so the check is useless Signed-off-by: Arne Fitzenreiter --- diff --git a/config/rootfiles/core/122/update.sh b/config/rootfiles/core/122/update.sh index 4c2e56e06e..afd4aecdc4 100644 --- a/config/rootfiles/core/122/update.sh +++ b/config/rootfiles/core/122/update.sh @@ -39,13 +39,6 @@ for (( i=1; i<=$core; i++ )); do rm -f /var/cache/pakfire/core-upgrade-*-$i.ipfire done -# This update cannot be applied on ARM -case "$(uname -a)" in - arm*) - exit_with_error "ERROR: Cannot update on ARM. Please re-install." 1 - ;; -esac - # Do some sanity checks. case $(uname -r) in *-ipfire*)