diff options
author | Holger Paradies <retabell@gmx.de> | 2020-08-22 22:43:34 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2020-08-22 22:43:34 +0200 |
commit | bbdc90e4a19f8b6a696af82e7bca7e9943f286de (patch) | |
tree | 42d055f33cd17779c34f4ba25bd3a2af57c3e2ed /kanotix-udev-wlan-hack/debian/control | |
parent | 226ae35b6e3748f573782cba19d3c20fb3e44770 (diff) | |
download | kanotix-packages-bbdc90e4a19f8b6a696af82e7bca7e9943f286de.zip kanotix-packages-bbdc90e4a19f8b6a696af82e7bca7e9943f286de.tar.gz |
Wlan udev rules
Fix for wlan usb-dongles, avoid long device names
Diffstat (limited to 'kanotix-udev-wlan-hack/debian/control')
-rw-r--r-- | kanotix-udev-wlan-hack/debian/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kanotix-udev-wlan-hack/debian/control b/kanotix-udev-wlan-hack/debian/control new file mode 100644 index 0000000..054e8c5 --- /dev/null +++ b/kanotix-udev-wlan-hack/debian/control @@ -0,0 +1,13 @@ +Source: kanotix-udev-wlan-hack +Section: unknown +Priority: optional +Maintainer: Holger Paradies <retabell@gmx.de> +Build-Depends: debhelper (>= 11) +Standards-Version: 4.1.3 +Homepage: git.acritox.com + +Package: kanotix-udev-wlan-hack +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: avoid long mac-adresses for usb-wifi + change the use of mac-adresses per udev-rules file |