]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - tools/checkrootfiles
Drop support for armv6l (and armv7hl)
[ipfire-2.x.git] / tools / checkrootfiles
index 33bfb16e0126c8f9be770760d2b919b15982807e..ab27c594ba3c2a7d283d8253c0fa16e2a7db5ff5 100755 (executable)
@@ -46,15 +46,6 @@ if [ "${?}" == "0" ]; then
        echo "Replace by xxxMACHINExxx !"
 fi
 
-grep -r '/armv6l' ./config/rootfiles/ --exclude gcc --exclude rust-libc \
-    --exclude-dir oldcore --exclude-dir armv5tel >/dev/null 2>&1
-if [ "${?}" == "0" ]; then
-       echo "Error! '/armv6l' in rootfiles files found!"
-       grep -r '/armv6l' ./config/rootfiles/ --exclude gcc \
-    --exclude-dir oldcore --exclude-dir armv5tel
-       echo "Replace by xxxMACHINExxx !"
-fi
-
 grep -r '/aarch64' ./config/rootfiles/ --exclude gcc --exclude rust-libc --exclude gdb --exclude liburcu --exclude gdb --exclude-dir oldcore --exclude-dir aarch64 >/dev/null 2>&1
 if [ "${?}" == "0" ]; then
        echo "Error! '/aarch64' in rootfiles files found!"