diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/lists/base | 5 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 5 | ||||
-rw-r--r-- | config/lists/ndiswrapper | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/config/lists/base b/config/lists/base index 334be13..d42464b 100644 --- a/config/lists/base +++ b/config/lists/base @@ -226,8 +226,13 @@ btrfs-progs #endif # firmware +#if DISTRIBUTION wheezy jessie ndiswrapper-utils-1.9 ndiswrapper-dkms +#endif +#if DISTRIBUTION stretch +#include <ndiswrapper> +#endif # other hardware bluez diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 6e1018a..e203bc6 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -193,8 +193,13 @@ btrfs-progs #endif # firmware +#if DISTRIBUTION wheezy jessie ndiswrapper-utils-1.9 ndiswrapper-dkms +#endif +#if DISTRIBUTION stretch +#include <ndiswrapper> +#endif # other hardware blueman diff --git a/config/lists/ndiswrapper b/config/lists/ndiswrapper new file mode 100644 index 0000000..a149890 --- /dev/null +++ b/config/lists/ndiswrapper @@ -0,0 +1,2 @@ +ndiswrapper +ndiswrapper-dkms |