From c2ff5b4d72d7e76287229f9980839221a92ab722 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 9 May 2012 16:26:29 +0200 Subject: [PATCH] projects/RPi/options: dont install asix network driver Signed-off-by: Stephan Raue --- projects/RPi/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/options b/projects/RPi/options index 103f28e069..742e89144a 100755 --- a/projects/RPi/options +++ b/projects/RPi/options @@ -167,7 +167,7 @@ # asix-ax887xx: Asix AX887xx USB LAN Driver # Space separated list is supported, # e.g. ADDITIONAL_DRIVERS="asix-ax887xx AF9035" - ADDITIONAL_DRIVERS="asix-ax887xx" + ADDITIONAL_DRIVERS="" if [ "$PVR" = yes ]; then ADDITIONAL_DRIVERS="$ADDITIONAL_DRIVERS AF9035 A867 aver_h826d RTL2832 hdhomerun-driver vtuner-driver" fi