Skip to content

Commit

Permalink
Fix kindlehf on PW4 (#46)
Browse files Browse the repository at this point in the history
Uses A9 instead of A7.

See <NiLuJe/crosstool-ng#5> and <koreader/koreader#12988>.
  • Loading branch information
Frenzie authored Jan 10, 2025
1 parent c5ba1de commit cd50f9e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gen-tc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,43 +111,43 @@ case $1 in
kobov5)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabihf"
;;
kobov4)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabihf"
;;
kobo)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabihf"
;;
nickel)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabihf"
;;
kindlehf)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabihf"
;;
kindlepw2)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabi"
;;
kindle5)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabi"
;;
kindle)
Expand All @@ -156,20 +156,20 @@ case $1 in

Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabi"
unset glibcxx_cv_utimensat
;;
remarkable)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabihf"
;;
cervantes)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabi"
;;
pocketbook)
Expand All @@ -178,7 +178,7 @@ case $1 in

Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabi"
# Then, pull InkView from the (old) official SDK...
# NOTE: See also https://github.com/pocketbook/SDK_6.3.0/tree/5.19/SDK-iMX6/usr/arm-obreey-linux-gnueabi/sysroot/usr/local for newer FWs...
Expand Down Expand Up @@ -223,7 +223,7 @@ case $1 in
bookeen)
Build_CT-NG \
https://github.com/NiLuJe/crosstool-ng.git \
a221b564b965cb3ea79d0145ee3e085d354ed5fa \
62fb5946719c24dd38c1f41a35a7f8bdf35462d6 \
"arm-${1}-linux-gnueabi"
;;
*)
Expand Down

0 comments on commit cd50f9e

Please sign in to comment.