|
|
|
@ -23,7 +23,8 @@ |
|
|
|
. $base/package/base/linux/kernelversion.sh |
|
|
|
|
|
|
|
var_append confopt ' ' '--with-oss=yes --with-cards=all --with-sequencer=yes' |
|
|
|
var_append confopt ' ' "--with-isapnp=yes --with-moddir=/lib/modules/$kernelversion/alsa" |
|
|
|
var_append confopt ' ' "--with-isapnp=yes --with-moddir=$root/lib/modules/$kernelversion/alsa" |
|
|
|
var_append confopt ' ' "--with-kernel=$root/usr/src/linux" |
|
|
|
|
|
|
|
[ "$arch" = "powerpc" ] && \ |
|
|
|
hook_add premake 1 "sed -i -e 's,\(CONFIG_SND_INTERWAVE.*\)=m,\1=n,' \ |
|
|
|
|