1
0
forked from pool/kernel-source

commit 5424cf24dc7b97933b155a27dea9733d610923d3

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7391
This commit is contained in:
Michal Marek
2012-11-20 07:12:10 +00:00
committed by Git OBS Bridge
parent 4d1d95c131
commit 6e5384fc77
25 changed files with 28284 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
if [ "$1" = "--list" ]; then
# List all known architectures
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv7hl
echo i386 mips{,64} sparc{,64} ppc{,64} s390{,x} ia64 x86_64 alpha parisc armv5tel armv7hl
exit 0
fi