Merge branch 'master' of github.com:OpenELEC/OpenELEC.tv into openelec-3.0

This commit is contained in:
Stephan Raue 2012-12-03 22:43:37 +01:00
commit 21c2e30c78
3 changed files with 12144 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -23,6 +23,6 @@ KERNEL!="sr[0-9]*", GOTO="end_modeswitch"
SUBSYSTEM!="block", GOTO="end_modeswitch"
# Atheros Wireless / Netgear WNDA3200
ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="20ff", RUN+="/usr/bin/eject '/dev/%k'"
ATTRS{idVendor}=="0cf3", ATTRS{idProduct}=="20ff", RUN+="/bin/eject '/dev/%k'"
LABEL="end_modeswitch"

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xf86-video-intel"
PKG_VERSION="2.20.14"
PKG_VERSION="2.20.15"
PKG_REV="1"
PKG_ARCH="i386 x86_64"
PKG_LICENSE="OSS"