Skip to content
Snippets Groups Projects
Verified Commit dc5b450e authored by Karel Koci's avatar Karel Koci :metal:
Browse files

compile_pkgs: rename target turris to turris1x

This is more appropriate naming for Turris 1.x routers because otherwise
just plain turris is confusing.
parent b3ef6e48
Branches
Tags
No related merge requests found
......@@ -46,8 +46,8 @@ set_target() {
TARGET_BOARD=omnia
TARGET_ARCH=armv7l
;;
turris)
TARGET_BOARD=turris
turris1x)
TARGET_BOARD=turris1x
TARGET_ARCH=ppcspe
;;
mox)
......@@ -55,7 +55,7 @@ set_target() {
TARGET_ARCH=aarch64
;;
*)
echo "Invalid target board!!! Use -t [turris|omnia|mox]!!!"
echo "Invalid target board!!! Use -t [turris1x|omnia|mox]!!!"
exit 1
;;
esac
......
File moved
File moved
File moved
File moved
File moved
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment