Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hackrf-tools/files/
Date: Tue, 08 Jan 2019 22:19:42
Message-Id: 1546985970.75d395767418049d092ff63c4ef39153989438ab.zerochaos@gentoo
1 commit: 75d395767418049d092ff63c4ef39153989438ab
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 22:19:15 2019 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 22:19:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d39576
7
8 net-wireless/hackrf-tools: please upstream
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
12
13 net-wireless/hackrf-tools/files/hackrf_easy_flash | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/net-wireless/hackrf-tools/files/hackrf_easy_flash b/net-wireless/hackrf-tools/files/hackrf_easy_flash
17 index 3c802b440fa..78d0c69b0cd 100755
18 --- a/net-wireless/hackrf-tools/files/hackrf_easy_flash
19 +++ b/net-wireless/hackrf-tools/files/hackrf_easy_flash
20 @@ -115,6 +115,7 @@ if [ "${CPLD}" = 1 ] && [ "${TARGET}" != "hackrf" ]; then
21 exit 1
22 fi
23
24 +printf "This tool is provided by Gentoo, please report bugs on https://bugs.gentoo.org/\n\n"
25 if [ ${DFU_MODE} = 1 ]; then
26 printf "Preparing to reset hackrf with DFU ${ram_firmware}\n"
27 printf "Then flashing with ${firmware}\n\n"