summaryrefslogtreecommitdiff
path: root/functions/defaults.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2008-04-25 14:14:16 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:03:33 +0100
commit9ad7466cf157d55f4a0b630f3e8eb58e86960bbb (patch)
treeeefa5a78a0556af3e4385aaa622df5c2e6ab2f2a /functions/defaults.sh
parentca342d024339ff47ec059ad9434c640fb5292aff (diff)
downloadlive-build-9ad7466cf157d55f4a0b630f3e8eb58e86960bbb.zip
live-build-9ad7466cf157d55f4a0b630f3e8eb58e86960bbb.tar.gz
Adding powerpc64 to default kernel flavours (in addition to the normal 32 bit one).
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-xfunctions/defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5816a72..7f635b0 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -393,7 +393,7 @@ Set_defaults ()
;;
powerpc)
- LH_LINUX_FLAVOURS="powerpc"
+ LH_LINUX_FLAVOURS="powerpc powerpc64"
;;
s390)