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