eglibc: add linux-AMLm1 support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-05-26 16:13:22 +02:00
parent ea2d3933b0
commit a75d5e5f26

View File

@ -22,7 +22,7 @@
. config/options $1
if [ "$LINUX" = AMLm3 ]; then
if [ "$LINUX" = AMLm1 -o "$LINUX" = AMLm3 ]; then
KERNEL_VER="2.6.34"
else
KERNEL_VER="3.0.0"