Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 19 years ago
parent
commit
eb6bf23d03
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      package/fake/lirc/lirc.conf

+ 9
- 0
package/fake/lirc/lirc.conf

@ -20,6 +20,15 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/base/linux/kernelversion.sh
add_wrapper uname <<- EOT
if [ "\$*" = "-r" ]; then
echo "$kernelversion"
exit 0
fi
exec \$orig "\$@"
EOT
# at least the serial driver...
var_append confopt ' ' "--with-driver=serial --enable-sandboxed"

Loading…
Cancel
Save