Fix typo in make.sh.

This commit is contained in:
Michael Tremer
2011-09-21 22:09:41 +02:00
parent aab2622951
commit c4e54327c8

View File

@@ -414,7 +414,7 @@ buildipfire() {
ipfiremake kqemu
ipfiremake kvm-kmod
ipfiremake madwifi
if [ "${MACHINE_TYPE}" = "arm" ]; then
if [ "${MACHINE_TYPE}" != "arm" ]; then
#todo enable alsa driver in kernel config
ipfiremake alsa KMOD=1
fi