diff options
author | Holger Paradies <retabell@gmx.de> | 2019-04-21 12:21:47 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-04-21 12:23:24 +0200 |
commit | fa8584e9d3b502dd131c691e43c3a92390e20836 (patch) | |
tree | ecdbf41fdff600ed9a330c3f2b62ba36f8f6be2e /config | |
parent | 32d19cc4186fef9274a7131d7fb7c2b78264ed44 (diff) | |
download | kanotix-fa8584e9d3b502dd131c691e43c3a92390e20836.zip kanotix-fa8584e9d3b502dd131c691e43c3a92390e20836.tar.gz |
drop s2tc for buster
Diffstat (limited to 'config')
-rw-r--r-- | config/lists/base | 5 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 5 | ||||
-rw-r--r-- | config/lists/s2tc | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/config/lists/base b/config/lists/base index 14be569..bf13442 100644 --- a/config/lists/base +++ b/config/lists/base @@ -217,9 +217,8 @@ tp-trackpoint-scroll gobi-loader # s2tc -libtxc-dxtn-s2tc0 -#if ARCHITECTURE amd64 -libtxc-dxtn-s2tc0:i386 +#if DISTRIBUTION wheezy jessie stretch +#include <s2tc> #endif # v4l diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 7cfdec5..55182f7 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -198,9 +198,8 @@ tp-trackpoint-scroll gobi-loader # s2tc -libtxc-dxtn-s2tc0 -#if ARCHITECTURE amd64 -libtxc-dxtn-s2tc0:i386 +#if DISTRIBUTION wheezy jessie stretch +#include <s2tc> #endif # v4l diff --git a/config/lists/s2tc b/config/lists/s2tc new file mode 100644 index 0000000..33b40ab --- /dev/null +++ b/config/lists/s2tc @@ -0,0 +1,5 @@ +# s2tc +libtxc-dxtn-s2tc0 +#if ARCHITECTURE amd64 +libtxc-dxtn-s2tc0:i386 +#endif |