From 6ed64373e7310594b8088cea04fc76465894fc88 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Thu, 10 Mar 2011 21:15:46 +0000 Subject: [PATCH] Correction erreur type de script installation --- stage2/hv-install-2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1