summaryrefslogtreecommitdiffstats
path: root/_scripts
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-05-27 08:52:08 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-27 08:52:35 +0200
commitf1967453cff2b22778b852872457dae8a1ee78aa (patch)
treeaee4b0cc00bdf9c86804d0bcd8770eb9878d0245 /_scripts
parentd2a8975f9fd8813f0581ae8747bd6afffa884df6 (diff)
downloadalpine-mksite-f1967453cff2b22778b852872457dae8a1ee78aa.tar.bz2
alpine-mksite-f1967453cff2b22778b852872457dae8a1ee78aa.tar.xz
generate_releases: fix arm releases
Diffstat (limited to '_scripts')
-rw-r--r--_scripts/generate_releases.lua7
1 files changed, 5 insertions, 2 deletions
diff --git a/_scripts/generate_releases.lua b/_scripts/generate_releases.lua
index 72337ec..43c6996 100644
--- a/_scripts/generate_releases.lua
+++ b/_scripts/generate_releases.lua
@@ -22,8 +22,11 @@ flavor_def = {
title = "Xen",
desc = "Xen Dom0 LiveCD and Xen packages." },
["alpine-rpi"] = {
- title = "Rasberry Pi",
- desc = "Build for Rasberry Pi (arm hardfloat)." },
+ title = "Raspberry Pi",
+ desc = "Build for Raspberry Pi (version 1 and 2)." },
+ ["alpine-uboot"] = {
+ title = "Generic ARM",
+ desc = "General build for ARM architecture (wandboard and others)." },
}
for i = 1,#arg do