From 3e35441f187d3f9d472838b4b36f85d362852167 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 7 Mar 2013 14:15:56 +0100 Subject: [PATCH] kernel-modules: better match for arm architecure --- modules.d/90kernel-modules/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh index a96e2cb..aa1bafc 100755 --- a/modules.d/90kernel-modules/module-setup.sh +++ b/modules.d/90kernel-modules/module-setup.sh @@ -44,7 +44,7 @@ installkernel() { atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \ hid-logitech-dj hid-microsoft firewire-ohci - if strstr "$(uname -i)" "arm"; then + if [[ "$(uname -p)" == arm* ]]; then # arm specific modules hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm \ omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv -- 2.7.4