X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-pl1-f172.google.com (mail-pl1-f172.google.com [209.85.214.172]) by lists.alpinelinux.org (Postfix) with ESMTP id 574195C5B7B for ; Fri, 16 Nov 2018 06:18:46 +0000 (GMT) Received: by mail-pl1-f172.google.com with SMTP id y6-v6so3080945plt.3 for ; Thu, 15 Nov 2018 22:18:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=jmxHCjPwv5uIVPuTPrM563y/rJfPhXRHjvc8OClIHc8=; b=oi22Z5PiPCbZDacislvaTEKGQtXimEHCvXxBOhQWvyjuAC8/gFehHoAgtZ+GnnT9oF 2l8TrgFDLHOKMO+j8bf6EAMzwxP7VOX9myC+VrN0sSyJ7HkZqbo3LHbBFG7wTt/RRiwF g9phy5OqhNmwdjxRc4GvfV21xecpsJsTubce1j3h9oZWmxPB/f6Asv0TIvWVNIPoB7Ky 6cH5nJEV0xLPQeSeKAU50xJo2k9bt4b0fx4QogaAQpSPzFJQrlg20eGuqf9r00Prz6t6 mDCDs/ZIYXXuBy5ejov6dbWy/DoNq5B2slMUCSoEoPIyQTgnZhYtPcLvhnQg/ZepBycX iCgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=jmxHCjPwv5uIVPuTPrM563y/rJfPhXRHjvc8OClIHc8=; b=XgU6RjsnFe50qwafkzK2jbpEYHN9K7F5lhYEGcL+EAFLQhuHsVbGrIp/IH9dydQTdw c95i2euSV3g5ISjxIqV4wjwPp9MyAe1wyDtqzvkIdTpdSMPoe84K0KA9ZDsx+krKrnha sZxEK3MCbXWLW4GRooGtWIudML9LygFmjRC+POnzlIwXZDRnv0YZV0krAv7CkzjOEf3U 371v44JgF3Y8FiVlhD0kuj3jJFAN6q6pOHZvhmR4xVYosKQ46jOYiD6UnDLzq/dT7GGD eM6P09OcrLkfAPGhmmnT1q8siN+ThDXbC5XCw2SMesN01Igx5D4iRat9ZFdV/UqYLVKS tbXg== X-Gm-Message-State: AGRZ1gLu6wBPCzA7a8Wp0IXQcZiafuSdwNxaLdVbieOmE7SIopA7KRo0 rIdAZ52OVzeI7539Yh9iFANkH49/NTk= X-Google-Smtp-Source: AJdET5euOqkkAkyTgxXdoXziI3CtqO/cRjtNluWvzEpDp2LS3yw8O15xihTotTEFwfRsVuylHAFCPg== X-Received: by 2002:a17:902:50ec:: with SMTP id c41-v6mr9243997plj.176.1542349125198; Thu, 15 Nov 2018 22:18:45 -0800 (PST) Received: from raspberrypi ([45.76.192.69]) by smtp.gmail.com with ESMTPSA id m17-v6sm32864397pfi.102.2018.11.15.22.18.43 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 15 Nov 2018 22:18:44 -0800 (PST) Date: Fri, 16 Nov 2018 14:18:38 +0800 From: He Yangxuan To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/u-boot: add odroidc2 (aarch64) support Message-ID: <20181116061838.xlkw6rvngx5rx6s5@raspberrypi> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) --- main/u-boot/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/main/u-boot/APKBUILD b/main/u-boot/APKBUILD index 8319f24..8fb9798 100644 --- a/main/u-boot/APKBUILD +++ b/main/u-boot/APKBUILD @@ -31,6 +31,7 @@ arm*) board_configs=" aarch64) board_configs=" thunderx:thunderx_88xx raspberrypi:rpi_3 + odroid:odroid-c2 ";; esac -- 2.19.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---