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/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 |