]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
core122: remove arm check
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 15 Jun 2018 06:56:23 +0000 (08:56 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 15 Jun 2018 06:56:23 +0000 (08:56 +0200)
The update will not pushed to old arm trees so the check is useless

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/core/122/update.sh

index 4c2e56e06e214cccd641612ffcaecd6130da3e0a..afd4aecdc4cc9ad98b39553b4e988975e373f165 100644 (file)
@@ -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*)