From 1930ee4b5d36b5e8425c8e4bca4614bb8934194b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 17 Aug 2011 17:01:25 +0200 Subject: [PATCH 1/4] linux: download tar.bz2 file Signed-off-by: Stephan Raue --- packages/linux/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/meta b/packages/linux/meta index 030b68a056..58e1c52a15 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -24,7 +24,7 @@ PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.kernel.org" -PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.0/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="busybox linux-drivers linux-firmware" PKG_BUILD_DEPENDS="toolchain busybox-hosttools xz cpio" PKG_PRIORITY="optional" From 5d20b08ee8a62bc49588eb2f884a9f3f8055869f Mon Sep 17 00:00:00 2001 From: RudolfRendier Date: Thu, 18 Aug 2011 09:10:20 +0200 Subject: [PATCH 2/4] Fixed missing $ --- .../SABnzbd-Suite/source/bin/SABnzbd-Suite.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/addons/service/downloadmanager/SABnzbd-Suite/source/bin/SABnzbd-Suite.service b/packages/addons/service/downloadmanager/SABnzbd-Suite/source/bin/SABnzbd-Suite.service index 3ea93af975..b42eee7418 100755 --- a/packages/addons/service/downloadmanager/SABnzbd-Suite/source/bin/SABnzbd-Suite.service +++ b/packages/addons/service/downloadmanager/SABnzbd-Suite/source/bin/SABnzbd-Suite.service @@ -160,7 +160,7 @@ python $ADDON_DIR/bin/ini_tool --action=write \ SABNZBD_IP="0.0.0.0" fi - if [ ! -f "SABNZBD_SETTINGS" ]; then + if [ ! -f "$SABNZBD_SETTINGS" ]; then SABNZBD_FIRSTRUN="yes" fi From c5cd74de108f925e2f92655105065b1c002e631f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 18 Aug 2011 14:10:08 +0200 Subject: [PATCH 3/4] linux: update to linux-3.0.3 Signed-off-by: Stephan Raue --- packages/linux/meta | 2 +- ...00_crosscompile.patch => linux-3.0.3-000_crosscompile.patch} | 0 ...o_dev_console.patch => linux-3.0.3-003-no_dev_console.patch} | 0 ...patch => linux-3.0.3-004_lower_undefined_mode_timeout.patch} | 0 ...-006_enable_utf8.patch => linux-3.0.3-006_enable_utf8.patch} | 0 ...ie_floppy_die.patch => linux-3.0.3-007_die_floppy_die.patch} | 0 ...h => linux-3.0.3-008-hda_intel_prealloc_4mb_dmabuffer.patch} | 0 ...h => linux-3.0.3-009_disable_i8042_check_on_apple_mac.patch} | 0 ...river.patch => linux-3.0.3-050_add_appleir_usb_driver.patch} | 0 ...-0.1.patch => linux-3.0.3-052-aureal_remote_quirk-0.1.patch} | 0 ...ti_remote-0.1.patch => linux-3.0.3-053-ati_remote-0.1.patch} | 0 ...linux-3.0.3-053_ati-remote_all_keys_and_keychange-0.1.patch} | 0 ...voton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} | 0 ...1.patch => linux-3.0.3-055-add_wiimote_hid_driver-0.1.patch} | 0 ...ch => linux-3.0.3-058-add_rtl2832u_dvb-usb_driver-0.1.patch} | 0 ....3-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch} | 0 ...atch => linux-3.0.3-060-fix_dib0700_buffer_access-0.1.patch} | 0 ....patch => linux-3.0.3-071-silence_i915_agp-module-0.1.patch} | 0 ...ce_acpi-0.1.patch => linux-3.0.3-072-silence_acpi-0.1.patch} | 0 ....patch => linux-3.0.3-110-nouveau_drm_update-20110726.patch} | 0 ... linux-3.0.3-322-omap4_pandaboard_fix_dvi_support-0.1.patch} | 0 ...wappiness.patch => linux-3.0.3-716_mm-zero_swappiness.patch} | 0 22 files changed, 1 insertion(+), 1 deletion(-) rename packages/linux/patches/{linux-3.0.2-000_crosscompile.patch => linux-3.0.3-000_crosscompile.patch} (100%) rename packages/linux/patches/{linux-3.0.2-003-no_dev_console.patch => linux-3.0.3-003-no_dev_console.patch} (100%) rename packages/linux/patches/{linux-3.0.2-004_lower_undefined_mode_timeout.patch => linux-3.0.3-004_lower_undefined_mode_timeout.patch} (100%) rename packages/linux/patches/{linux-3.0.2-006_enable_utf8.patch => linux-3.0.3-006_enable_utf8.patch} (100%) rename packages/linux/patches/{linux-3.0.2-007_die_floppy_die.patch => linux-3.0.3-007_die_floppy_die.patch} (100%) rename packages/linux/patches/{linux-3.0.2-008-hda_intel_prealloc_4mb_dmabuffer.patch => linux-3.0.3-008-hda_intel_prealloc_4mb_dmabuffer.patch} (100%) rename packages/linux/patches/{linux-3.0.2-009_disable_i8042_check_on_apple_mac.patch => linux-3.0.3-009_disable_i8042_check_on_apple_mac.patch} (100%) rename packages/linux/patches/{linux-3.0.2-050_add_appleir_usb_driver.patch => linux-3.0.3-050_add_appleir_usb_driver.patch} (100%) rename packages/linux/patches/{linux-3.0.2-052-aureal_remote_quirk-0.1.patch => linux-3.0.3-052-aureal_remote_quirk-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-053-ati_remote-0.1.patch => linux-3.0.3-053-ati_remote-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-053_ati-remote_all_keys_and_keychange-0.1.patch => linux-3.0.3-053_ati-remote_all_keys_and_keychange-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch => linux-3.0.3-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch} (100%) rename packages/linux/patches/{linux-3.0.2-055-add_wiimote_hid_driver-0.1.patch => linux-3.0.3-055-add_wiimote_hid_driver-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-058-add_rtl2832u_dvb-usb_driver-0.1.patch => linux-3.0.3-058-add_rtl2832u_dvb-usb_driver-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch => linux-3.0.3-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-060-fix_dib0700_buffer_access-0.1.patch => linux-3.0.3-060-fix_dib0700_buffer_access-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-071-silence_i915_agp-module-0.1.patch => linux-3.0.3-071-silence_i915_agp-module-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-072-silence_acpi-0.1.patch => linux-3.0.3-072-silence_acpi-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-110-nouveau_drm_update-20110726.patch => linux-3.0.3-110-nouveau_drm_update-20110726.patch} (100%) rename packages/linux/patches/{linux-3.0.2-322-omap4_pandaboard_fix_dvi_support-0.1.patch => linux-3.0.3-322-omap4_pandaboard_fix_dvi_support-0.1.patch} (100%) rename packages/linux/patches/{linux-3.0.2-716_mm-zero_swappiness.patch => linux-3.0.3-716_mm-zero_swappiness.patch} (100%) diff --git a/packages/linux/meta b/packages/linux/meta index 58e1c52a15..feefb86179 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="linux" -PKG_VERSION="3.0.2" +PKG_VERSION="3.0.3" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/linux/patches/linux-3.0.2-000_crosscompile.patch b/packages/linux/patches/linux-3.0.3-000_crosscompile.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-000_crosscompile.patch rename to packages/linux/patches/linux-3.0.3-000_crosscompile.patch diff --git a/packages/linux/patches/linux-3.0.2-003-no_dev_console.patch b/packages/linux/patches/linux-3.0.3-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-003-no_dev_console.patch rename to packages/linux/patches/linux-3.0.3-003-no_dev_console.patch diff --git a/packages/linux/patches/linux-3.0.2-004_lower_undefined_mode_timeout.patch b/packages/linux/patches/linux-3.0.3-004_lower_undefined_mode_timeout.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-004_lower_undefined_mode_timeout.patch rename to packages/linux/patches/linux-3.0.3-004_lower_undefined_mode_timeout.patch diff --git a/packages/linux/patches/linux-3.0.2-006_enable_utf8.patch b/packages/linux/patches/linux-3.0.3-006_enable_utf8.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-006_enable_utf8.patch rename to packages/linux/patches/linux-3.0.3-006_enable_utf8.patch diff --git a/packages/linux/patches/linux-3.0.2-007_die_floppy_die.patch b/packages/linux/patches/linux-3.0.3-007_die_floppy_die.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-007_die_floppy_die.patch rename to packages/linux/patches/linux-3.0.3-007_die_floppy_die.patch diff --git a/packages/linux/patches/linux-3.0.2-008-hda_intel_prealloc_4mb_dmabuffer.patch b/packages/linux/patches/linux-3.0.3-008-hda_intel_prealloc_4mb_dmabuffer.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-008-hda_intel_prealloc_4mb_dmabuffer.patch rename to packages/linux/patches/linux-3.0.3-008-hda_intel_prealloc_4mb_dmabuffer.patch diff --git a/packages/linux/patches/linux-3.0.2-009_disable_i8042_check_on_apple_mac.patch b/packages/linux/patches/linux-3.0.3-009_disable_i8042_check_on_apple_mac.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-009_disable_i8042_check_on_apple_mac.patch rename to packages/linux/patches/linux-3.0.3-009_disable_i8042_check_on_apple_mac.patch diff --git a/packages/linux/patches/linux-3.0.2-050_add_appleir_usb_driver.patch b/packages/linux/patches/linux-3.0.3-050_add_appleir_usb_driver.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-050_add_appleir_usb_driver.patch rename to packages/linux/patches/linux-3.0.3-050_add_appleir_usb_driver.patch diff --git a/packages/linux/patches/linux-3.0.2-052-aureal_remote_quirk-0.1.patch b/packages/linux/patches/linux-3.0.3-052-aureal_remote_quirk-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-052-aureal_remote_quirk-0.1.patch rename to packages/linux/patches/linux-3.0.3-052-aureal_remote_quirk-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-053-ati_remote-0.1.patch b/packages/linux/patches/linux-3.0.3-053-ati_remote-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-053-ati_remote-0.1.patch rename to packages/linux/patches/linux-3.0.3-053-ati_remote-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-053_ati-remote_all_keys_and_keychange-0.1.patch b/packages/linux/patches/linux-3.0.3-053_ati-remote_all_keys_and_keychange-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-053_ati-remote_all_keys_and_keychange-0.1.patch rename to packages/linux/patches/linux-3.0.3-053_ati-remote_all_keys_and_keychange-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch b/packages/linux/patches/linux-3.0.3-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch rename to packages/linux/patches/linux-3.0.3-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3f54c13.patch diff --git a/packages/linux/patches/linux-3.0.2-055-add_wiimote_hid_driver-0.1.patch b/packages/linux/patches/linux-3.0.3-055-add_wiimote_hid_driver-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-055-add_wiimote_hid_driver-0.1.patch rename to packages/linux/patches/linux-3.0.3-055-add_wiimote_hid_driver-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-058-add_rtl2832u_dvb-usb_driver-0.1.patch b/packages/linux/patches/linux-3.0.3-058-add_rtl2832u_dvb-usb_driver-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-058-add_rtl2832u_dvb-usb_driver-0.1.patch rename to packages/linux/patches/linux-3.0.3-058-add_rtl2832u_dvb-usb_driver-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch b/packages/linux/patches/linux-3.0.3-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch rename to packages/linux/patches/linux-3.0.3-059-rtl2832u_change_value_of_USB_PID_GTEK_WARM-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-060-fix_dib0700_buffer_access-0.1.patch b/packages/linux/patches/linux-3.0.3-060-fix_dib0700_buffer_access-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-060-fix_dib0700_buffer_access-0.1.patch rename to packages/linux/patches/linux-3.0.3-060-fix_dib0700_buffer_access-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-071-silence_i915_agp-module-0.1.patch b/packages/linux/patches/linux-3.0.3-071-silence_i915_agp-module-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-071-silence_i915_agp-module-0.1.patch rename to packages/linux/patches/linux-3.0.3-071-silence_i915_agp-module-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-072-silence_acpi-0.1.patch b/packages/linux/patches/linux-3.0.3-072-silence_acpi-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-072-silence_acpi-0.1.patch rename to packages/linux/patches/linux-3.0.3-072-silence_acpi-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-110-nouveau_drm_update-20110726.patch b/packages/linux/patches/linux-3.0.3-110-nouveau_drm_update-20110726.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-110-nouveau_drm_update-20110726.patch rename to packages/linux/patches/linux-3.0.3-110-nouveau_drm_update-20110726.patch diff --git a/packages/linux/patches/linux-3.0.2-322-omap4_pandaboard_fix_dvi_support-0.1.patch b/packages/linux/patches/linux-3.0.3-322-omap4_pandaboard_fix_dvi_support-0.1.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-322-omap4_pandaboard_fix_dvi_support-0.1.patch rename to packages/linux/patches/linux-3.0.3-322-omap4_pandaboard_fix_dvi_support-0.1.patch diff --git a/packages/linux/patches/linux-3.0.2-716_mm-zero_swappiness.patch b/packages/linux/patches/linux-3.0.3-716_mm-zero_swappiness.patch similarity index 100% rename from packages/linux/patches/linux-3.0.2-716_mm-zero_swappiness.patch rename to packages/linux/patches/linux-3.0.3-716_mm-zero_swappiness.patch From 327398cc4cc9524fe3ea6e49dc7b2a898946180f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 18 Aug 2011 14:10:37 +0200 Subject: [PATCH 4/4] xf86-video-fglrx: update to xf86-video-fglrx-11.8 Signed-off-by: Stephan Raue --- packages/x11/driver/xf86-video-fglrx/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/x11/driver/xf86-video-fglrx/meta b/packages/x11/driver/xf86-video-fglrx/meta index dddf255bf4..e1b4a2815b 100644 --- a/packages/x11/driver/xf86-video-fglrx/meta +++ b/packages/x11/driver/xf86-video-fglrx/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="xf86-video-fglrx" -PKG_VERSION="11.7" +PKG_VERSION="11.8" PKG_REV="1" PKG_ARCH="i386 x86_64" PKG_LICENSE="nonfree"