summaryrefslogtreecommitdiff
path: root/config/chroot_local-hooks/05-ndis
blob: 7b89a978fcf96641c7eb33c561abb82b9eb3011a (plain)
1
2
3
4
5
6
7
8
9
10
#!/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
else
wget -qO- http://kanotix.com/files/fix/ndiswrapper/ndiswrapper-fwlan.tar.gz|tar zxC /etc
#wget -qO- http://kanotix.com/files/fix/ndiswrapper/ndiswrapper-netmw225.tar.gz|tar zxC /etc
fi
ndiswrapper -ma