diff --git a/packages/addons/driver/hdhomerun/changelog.txt b/packages/addons/driver/hdhomerun/changelog.txt index 1806da7ad1..1a1f53c972 100644 --- a/packages/addons/driver/hdhomerun/changelog.txt +++ b/packages/addons/driver/hdhomerun/changelog.txt @@ -1,3 +1,5 @@ +3.1.6 + rebuild 3.1.5 get tuner id with command 'hdhomerun_config discover' and set number of tuners manually diff --git a/packages/addons/driver/hdhomerun/meta b/packages/addons/driver/hdhomerun/meta index ab8caf25e7..3940818054 100644 --- a/packages/addons/driver/hdhomerun/meta +++ b/packages/addons/driver/hdhomerun/meta @@ -20,7 +20,7 @@ PKG_NAME="hdhomerun" PKG_VERSION="3.2" -PKG_REV="5" +PKG_REV="6" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.silicondust.com/products/hdhomerun/dvbt/" diff --git a/packages/addons/driver/sundtek-mediatv/changelog.txt b/packages/addons/driver/sundtek-mediatv/changelog.txt index 2ad4f8071a..0c69d90830 100644 --- a/packages/addons/driver/sundtek-mediatv/changelog.txt +++ b/packages/addons/driver/sundtek-mediatv/changelog.txt @@ -1,3 +1,5 @@ +3.1.3 + rebuild 3.1.2 new addon settings option to enable suspend/resume driver actions 3.1.1 diff --git a/packages/addons/driver/sundtek-mediatv/meta b/packages/addons/driver/sundtek-mediatv/meta index eae1b84de6..41703dba5f 100644 --- a/packages/addons/driver/sundtek-mediatv/meta +++ b/packages/addons/driver/sundtek-mediatv/meta @@ -20,7 +20,7 @@ PKG_NAME="sundtek-mediatv" PKG_VERSION="3.1" -PKG_REV="2" +PKG_REV="3" PKG_ARCH="any" PKG_LICENSE="nonfree" PKG_SITE="http://support.sundtek.com/" diff --git a/packages/addons/service/multimedia/boblightd/changelog.txt b/packages/addons/service/multimedia/boblightd/changelog.txt index c5921e1187..08fbbbd109 100644 --- a/packages/addons/service/multimedia/boblightd/changelog.txt +++ b/packages/addons/service/multimedia/boblightd/changelog.txt @@ -1,3 +1,6 @@ +3.1.2 +- rebuild + 3.1.1 - rebuild for OpenELEC-3.2 diff --git a/packages/addons/service/multimedia/boblightd/meta b/packages/addons/service/multimedia/boblightd/meta index e3350b1412..32cb48e624 100644 --- a/packages/addons/service/multimedia/boblightd/meta +++ b/packages/addons/service/multimedia/boblightd/meta @@ -20,7 +20,7 @@ PKG_NAME="boblightd" PKG_VERSION="467" -PKG_REV="1" +PKG_REV="2" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://code.google.com/p/boblight" diff --git a/packages/addons/service/multimedia/tvheadend/changelog.txt b/packages/addons/service/multimedia/tvheadend/changelog.txt index 83c6c99f8b..77653a233a 100644 --- a/packages/addons/service/multimedia/tvheadend/changelog.txt +++ b/packages/addons/service/multimedia/tvheadend/changelog.txt @@ -1,3 +1,6 @@ +3.1.4 +- rebuild + 3.1.3 - update to TVHeadend 3.4.27 diff --git a/packages/addons/service/multimedia/tvheadend/meta b/packages/addons/service/multimedia/tvheadend/meta index 26b3b75277..2fac10ebb8 100644 --- a/packages/addons/service/multimedia/tvheadend/meta +++ b/packages/addons/service/multimedia/tvheadend/meta @@ -20,7 +20,7 @@ PKG_NAME="tvheadend" PKG_VERSION="3.4.27" -PKG_REV="3" +PKG_REV="4" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.lonelycoder.com/hts/tvheadend_overview.html" diff --git a/packages/addons/service/multimedia/vdr-addon/changelog.txt b/packages/addons/service/multimedia/vdr-addon/changelog.txt index 63569c77fd..db7d1d141f 100644 --- a/packages/addons/service/multimedia/vdr-addon/changelog.txt +++ b/packages/addons/service/multimedia/vdr-addon/changelog.txt @@ -1,3 +1,6 @@ +3.1.3 +- rebuild + 3.1.2 - fix unloading multiple modules on suspend diff --git a/packages/addons/service/multimedia/vdr-addon/meta b/packages/addons/service/multimedia/vdr-addon/meta index dfada03149..bb45e5a858 100644 --- a/packages/addons/service/multimedia/vdr-addon/meta +++ b/packages/addons/service/multimedia/vdr-addon/meta @@ -21,7 +21,7 @@ PKG_NAME="vdr-addon" PKG_VERSION="3.1" -PKG_REV="2" +PKG_REV="3" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.openelec.tv" diff --git a/packages/debug/gdb/package.mk b/packages/debug/gdb/package.mk index 438f0dbfb3..d244dcaa1b 100644 --- a/packages/debug/gdb/package.mk +++ b/packages/debug/gdb/package.mk @@ -39,7 +39,7 @@ CC_FOR_BUILD="$HOST_CC" CFLAGS_FOR_BUILD="$HOST_CFLAGS" pre_configure_target() { - strip_gold + # gdb could fail on runtime if build with LTO support strip_lto } diff --git a/packages/linux/meta b/packages/linux/meta index 49abf870e7..6c9b24ed47 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -34,7 +34,7 @@ case "$LINUX" in PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2" ;; *) - PKG_VERSION="3.10.9" + PKG_VERSION="3.10.10" PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz" ;; esac diff --git a/packages/linux/patches/3.10.9/linux-003-no_dev_console.patch b/packages/linux/patches/3.10.10/linux-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-003-no_dev_console.patch rename to packages/linux/patches/3.10.10/linux-003-no_dev_console.patch diff --git a/packages/linux/patches/3.10.9/linux-010-perf_crosscompiling.patch b/packages/linux/patches/3.10.10/linux-010-perf_crosscompiling.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-010-perf_crosscompiling.patch rename to packages/linux/patches/3.10.10/linux-010-perf_crosscompiling.patch diff --git a/packages/linux/patches/3.10.9/linux-052-XBOX_remote_support.patch b/packages/linux/patches/3.10.10/linux-052-XBOX_remote_support.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-052-XBOX_remote_support.patch rename to packages/linux/patches/3.10.10/linux-052-XBOX_remote_support.patch diff --git a/packages/linux/patches/3.10.9/linux-053-spinelplus-remote-0.2.patch b/packages/linux/patches/3.10.10/linux-053-spinelplus-remote-0.2.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-053-spinelplus-remote-0.2.patch rename to packages/linux/patches/3.10.10/linux-053-spinelplus-remote-0.2.patch diff --git a/packages/linux/patches/3.10.9/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch b/packages/linux/patches/3.10.10/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch rename to packages/linux/patches/3.10.10/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch diff --git a/packages/linux/patches/3.10.9/linux-055-add_Formosa_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.10.10/linux-055-add_Formosa_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-055-add_Formosa_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.10.10/linux-055-add_Formosa_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.10.9/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch b/packages/linux/patches/3.10.10/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch rename to packages/linux/patches/3.10.10/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.10.9/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch b/packages/linux/patches/3.10.10/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch rename to packages/linux/patches/3.10.10/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch diff --git a/packages/linux/patches/3.10.9/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch b/packages/linux/patches/3.10.10/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch rename to packages/linux/patches/3.10.10/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch diff --git a/packages/linux/patches/3.10.9/linux-058.01-HID-Sony-upstream_patches.patch b/packages/linux/patches/3.10.10/linux-058.01-HID-Sony-upstream_patches.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-058.01-HID-Sony-upstream_patches.patch rename to packages/linux/patches/3.10.10/linux-058.01-HID-Sony-upstream_patches.patch diff --git a/packages/linux/patches/3.10.9/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch b/packages/linux/patches/3.10.10/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch rename to packages/linux/patches/3.10.10/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch diff --git a/packages/linux/patches/3.10.9/linux-058.06-hid_sony-add_SMK_link.patch b/packages/linux/patches/3.10.10/linux-058.06-hid_sony-add_SMK_link.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-058.06-hid_sony-add_SMK_link.patch rename to packages/linux/patches/3.10.10/linux-058.06-hid_sony-add_SMK_link.patch diff --git a/packages/linux/patches/3.10.9/linux-059-remove_some_xpad_pids-0.2.patch b/packages/linux/patches/3.10.10/linux-059-remove_some_xpad_pids-0.2.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-059-remove_some_xpad_pids-0.2.patch rename to packages/linux/patches/3.10.10/linux-059-remove_some_xpad_pids-0.2.patch diff --git a/packages/linux/patches/3.10.9/linux-060-add_AUGUST_DVB-T205.patch b/packages/linux/patches/3.10.10/linux-060-add_AUGUST_DVB-T205.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-060-add_AUGUST_DVB-T205.patch rename to packages/linux/patches/3.10.10/linux-060-add_AUGUST_DVB-T205.patch diff --git a/packages/linux/patches/3.10.9/linux-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/3.10.10/linux-203-stb0899_enable_low_symbol_rate.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-203-stb0899_enable_low_symbol_rate.patch rename to packages/linux/patches/3.10.10/linux-203-stb0899_enable_low_symbol_rate.patch diff --git a/packages/linux/patches/3.10.9/linux-210-dvbsky.patch b/packages/linux/patches/3.10.10/linux-210-dvbsky.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-210-dvbsky.patch rename to packages/linux/patches/3.10.10/linux-210-dvbsky.patch diff --git a/packages/linux/patches/3.10.9/linux-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/3.10.10/linux-212-mantis_stb0899_faster_lock.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-212-mantis_stb0899_faster_lock.patch rename to packages/linux/patches/3.10.10/linux-212-mantis_stb0899_faster_lock.patch diff --git a/packages/linux/patches/3.10.9/linux-221-ngene-octopus.patch b/packages/linux/patches/3.10.10/linux-221-ngene-octopus.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-221-ngene-octopus.patch rename to packages/linux/patches/3.10.10/linux-221-ngene-octopus.patch diff --git a/packages/linux/patches/3.10.9/linux-222-stb0899_signal_quality.patch b/packages/linux/patches/3.10.10/linux-222-stb0899_signal_quality.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-222-stb0899_signal_quality.patch rename to packages/linux/patches/3.10.10/linux-222-stb0899_signal_quality.patch diff --git a/packages/linux/patches/3.10.9/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/3.10.10/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch rename to packages/linux/patches/3.10.10/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch diff --git a/packages/linux/patches/3.10.9/linux-700-jmicron_1_0_8_5.patch b/packages/linux/patches/3.10.10/linux-700-jmicron_1_0_8_5.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-700-jmicron_1_0_8_5.patch rename to packages/linux/patches/3.10.10/linux-700-jmicron_1_0_8_5.patch diff --git a/packages/linux/patches/3.10.9/linux-701-linksys_aes2500_brcmfmac.patch b/packages/linux/patches/3.10.10/linux-701-linksys_aes2500_brcmfmac.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-701-linksys_aes2500_brcmfmac.patch rename to packages/linux/patches/3.10.10/linux-701-linksys_aes2500_brcmfmac.patch diff --git a/packages/linux/patches/3.10.9/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch b/packages/linux/patches/3.10.10/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch rename to packages/linux/patches/3.10.10/linux-702-Support-for-cheap-Ralink-3070-WiFi-plug.patch diff --git a/packages/linux/patches/3.10.9/linux-703-macmini2012-ethernet.patch b/packages/linux/patches/3.10.10/linux-703-macmini2012-ethernet.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-703-macmini2012-ethernet.patch rename to packages/linux/patches/3.10.10/linux-703-macmini2012-ethernet.patch diff --git a/packages/linux/patches/3.10.9/linux-900-hide_tsc_error.patch b/packages/linux/patches/3.10.10/linux-900-hide_tsc_error.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-900-hide_tsc_error.patch rename to packages/linux/patches/3.10.10/linux-900-hide_tsc_error.patch diff --git a/packages/linux/patches/3.10.9/linux-950-saa716x_PCIe_interface_chipset.patch b/packages/linux/patches/3.10.10/linux-950-saa716x_PCIe_interface_chipset.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-950-saa716x_PCIe_interface_chipset.patch rename to packages/linux/patches/3.10.10/linux-950-saa716x_PCIe_interface_chipset.patch diff --git a/packages/linux/patches/3.10.9/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch b/packages/linux/patches/3.10.10/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch rename to packages/linux/patches/3.10.10/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch diff --git a/packages/linux/patches/3.10.9/linux-995-CX24120-13Z_frontend.patch b/packages/linux/patches/3.10.10/linux-995-CX24120-13Z_frontend.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-995-CX24120-13Z_frontend.patch rename to packages/linux/patches/3.10.10/linux-995-CX24120-13Z_frontend.patch diff --git a/packages/linux/patches/3.10.9/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch b/packages/linux/patches/3.10.10/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch similarity index 100% rename from packages/linux/patches/3.10.9/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch rename to packages/linux/patches/3.10.10/linux-998.01-cpufreq-revert-9d3ce4af3be0235d4cf41ea9fd774205a32e58a2.patch diff --git a/packages/sysutils/udevil/udev.d/95-udevil-mount.rules b/packages/sysutils/udevil/udev.d/95-udevil-mount.rules index 43890b320b..63a6488559 100644 --- a/packages/sysutils/udevil/udev.d/95-udevil-mount.rules +++ b/packages/sysutils/udevil/udev.d/95-udevil-mount.rules @@ -1,3 +1,7 @@ +# dont run in "installer" mode +IMPORT{cmdline}="installer" +ENV{installer}=="1", GOTO="exit" + # check for blockdevices, /dev/sd* and /dev/sr* SUBSYSTEM!="block", KERNEL!="sd*|sr*",GOTO="exit"