From: gobo72 Date: Thu, 10 Mar 2011 21:15:46 +0000 (+0000) Subject: Correction erreur type de script installation X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;ds=inline;h=6ed64373e7310594b8088cea04fc76465894fc88;p=hvlinux.git Correction erreur type de script installation --- diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index 7b4c8ad..25a5edc 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -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