Correction erreur type de script installation
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 10 Mar 2011 21:15:46 +0000 (21:15 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Thu, 10 Mar 2011 21:15:46 +0000 (21:15 +0000)
stage2/hv-install-2

index 7b4c8ad..25a5edc 100755 (executable)
@@ -43,7 +43,7 @@ if [ -n "${WIFI_SUPPORT}" ]; then
 
     if [ -n "${FIRMWARE_B43_LPPHY}" ]; then
         PREFIX=/usr ipkg -m noac ${B43_FWCUTTER}
-        ipkg -s firmware-b43-lpphy ${FIRMWARE_B43_LPPHY}
+        ipkg -m noac -s firmware-b43-lpphy ${FIRMWARE_B43_LPPHY}
     fi
 fi