mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Fixed conditional for arch test
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
IARCH="@ARCH@"
|
||||
ARCH=`uname -m`
|
||||
if test "$ARCH" != "$IARCH"; then
|
||||
:
|
||||
else
|
||||
# identify mappings between kernel arch and debian arch
|
||||
case "$IARCH:$ARCH" in
|
||||
armel:arm7l) ;;
|
||||
|
||||
Reference in New Issue
Block a user