diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-03 22:23:09 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-03 22:39:26 -0300 |
commit | b0ddc164d84171975c72a767fbc5ef874a7c9ec0 (patch) | |
tree | 9ccfc1339e2b94f2d54864b1e549636a29235269 /pcr/libvdpau-sunxi-git/modules | |
parent | fb03f508cc4674e6b310410929eb02b2ae03ec3d (diff) | |
download | abslibre-b0ddc164d84171975c72a767fbc5ef874a7c9ec0.tar.gz abslibre-b0ddc164d84171975c72a767fbc5ef874a7c9ec0.tar.bz2 abslibre-b0ddc164d84171975c72a767fbc5ef874a7c9ec0.zip |
libvdpau-sunxi-git-r99.427fa6b-2: minor fix
Diffstat (limited to 'pcr/libvdpau-sunxi-git/modules')
-rw-r--r-- | pcr/libvdpau-sunxi-git/modules | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/pcr/libvdpau-sunxi-git/modules b/pcr/libvdpau-sunxi-git/modules deleted file mode 100644 index 794755cd8..000000000 --- a/pcr/libvdpau-sunxi-git/modules +++ /dev/null @@ -1,30 +0,0 @@ -# You can define a list modules for a specific kernel version, -# a released kernel version, a main kernel version or just a list. -# The most specific versioned variable will take precedence. - -# if openrc should make use of /etc/modules-load.d -# systemd places stuff there -use_modules_load_d=false - -#modules_2_6_23_gentoo_r5="ieee1394 ohci1394" -#modules_2_6_23="tun ieee1394" -#modules_2_6="tun" -#modules_2="ipv6" -#modules="ohci1394" - -# You can give modules a different name when they load - the new name -# will also be used to pick arguments below. -#modules="dummy:dummy1" - -# Give the modules some arguments if needed, per version if necessary. -# Again, the most specific versioned variable will take precedence. -#module_ieee1394_args="debug" -#module_ieee1394_args_2_6_23_gentoo_r5="debug2" -#module_ieee1394_args_2_6_23="debug3" -#module_ieee1394_args_2_6="debug4" -#module_ieee1394_args_2="debug5" - -# You should consult your kernel documentation and configuration -# for a list of modules and their options. - -modules="sunxi_cedar_mod" |