diff options
Diffstat (limited to 'config/chroot_local-hooks/05-ndis')
| -rwxr-xr-x | config/chroot_local-hooks/05-ndis | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/config/chroot_local-hooks/05-ndis b/config/chroot_local-hooks/05-ndis index 8b77f81..7b89a97 100755 --- a/config/chroot_local-hooks/05-ndis +++ b/config/chroot_local-hooks/05-ndis @@ -1,4 +1,5 @@  #!/bin/sh +[ -x /usr/sbin/ndiswrapper ] || exit 0  [ -f /root/build.conf ] && . /root/build.conf  if [ "$LB_ARCHITECTURE" = "amd64" ]; then  wget -qO- http://kanotix.com/files/fix/ndiswrapper/ndiswrapper64-fwlan64.tar.gz|tar zxC /etc | 
