From c0f99c60c6e40d183374ab60fb036dc7ee51451a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 5 Jan 2011 15:07:11 +0100 Subject: [PATCH 1/2] ntp: fix build Signed-off-by: Stephan Raue --- packages/network/ntp/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/network/ntp/build b/packages/network/ntp/build index 56ab709d13..fe0820d88f 100755 --- a/packages/network/ntp/build +++ b/packages/network/ntp/build @@ -15,6 +15,6 @@ cd $PKG_BUILD --with-gnu-ld \ --without-crypto -make -C libopts +make -C sntp/libopts make -C ntpd make -C ntpdate \ No newline at end of file From 4800dce6e6f7013568b14b52bfb264ec2819f054 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 5 Jan 2011 15:28:40 +0100 Subject: [PATCH 2/2] linux: update to linux-2.6.37 (final) Signed-off-by: Stephan Raue --- packages/linux/meta | 8 ++++---- ...scompile.patch => linux-2.6.37-000_crosscompile.patch} | 0 ...ure.patch => linux-2.6.37-002_bash_only_feature.patch} | 0 ...onsole.patch => linux-2.6.37-003-no_dev_console.patch} | 0 ...> linux-2.6.37-004_lower_undefined_mode_timeout.patch} | 0 ....patch => linux-2.6.37-005_kconfig_no_timestamp.patch} | 0 ...able_utf8.patch => linux-2.6.37-006_enable_utf8.patch} | 0 ...py_die.patch => linux-2.6.37-007_die_floppy_die.patch} | 0 ...nux-2.6.37-008-hda_intel_prealloc_4mb_dmabuffer.patch} | 0 ...nux-2.6.37-009_disable_i8042_check_on_apple_mac.patch} | 0 ...atch => linux-2.6.37-050_add_appleir_usb_driver.patch} | 0 ...tch => linux-2.6.37-052-aureal_remote_quirk-0.1.patch} | 0 ....6.37-053_ati-remote_all_keys_and_keychange-0.1.patch} | 0 ... linux-2.6.37-110-drm_nouveau_upstream-20101217.patch} | 0 14 files changed, 4 insertions(+), 4 deletions(-) rename packages/linux/patches/{linux-2.6.37-rc8-000_crosscompile.patch => linux-2.6.37-000_crosscompile.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-002_bash_only_feature.patch => linux-2.6.37-002_bash_only_feature.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-003-no_dev_console.patch => linux-2.6.37-003-no_dev_console.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-004_lower_undefined_mode_timeout.patch => linux-2.6.37-004_lower_undefined_mode_timeout.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-005_kconfig_no_timestamp.patch => linux-2.6.37-005_kconfig_no_timestamp.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-006_enable_utf8.patch => linux-2.6.37-006_enable_utf8.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-007_die_floppy_die.patch => linux-2.6.37-007_die_floppy_die.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-008-hda_intel_prealloc_4mb_dmabuffer.patch => linux-2.6.37-008-hda_intel_prealloc_4mb_dmabuffer.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-009_disable_i8042_check_on_apple_mac.patch => linux-2.6.37-009_disable_i8042_check_on_apple_mac.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-050_add_appleir_usb_driver.patch => linux-2.6.37-050_add_appleir_usb_driver.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-052-aureal_remote_quirk-0.1.patch => linux-2.6.37-052-aureal_remote_quirk-0.1.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-053_ati-remote_all_keys_and_keychange-0.1.patch => linux-2.6.37-053_ati-remote_all_keys_and_keychange-0.1.patch} (100%) rename packages/linux/patches/{linux-2.6.37-rc8-110-drm_nouveau_upstream-20101217.patch => linux-2.6.37-110-drm_nouveau_upstream-20101217.patch} (100%) diff --git a/packages/linux/meta b/packages/linux/meta index 518420478b..a162f31fa9 100644 --- a/packages/linux/meta +++ b/packages/linux/meta @@ -1,11 +1,11 @@ PKG_NAME="linux" -PKG_VERSION="2.6.37-rc8" +PKG_VERSION="2.6.37" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.kernel.org" -#PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/$PKG_NAME-$PKG_VERSION.tar.bz2" -PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/$PKG_NAME-$PKG_VERSION.tar.bz2" +#PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_DEPENDS="busybox linux-drivers linux-firmware" PKG_BUILD_DEPENDS="toolchain busybox-hosttools" PKG_PRIORITY="optional" @@ -17,6 +17,6 @@ PKG_IS_ADDON="no" PKG_AUTORECONF="no" if [ "$LINUX_NEXT" = "yes" ]; then - PKG_VERSION="2.6.37-rc8" + PKG_VERSION="2.6.37" PKG_URL="http://www.kernel.org/pub/linux/kernel/v2.6/testing/$PKG_NAME-$PKG_VERSION.tar.bz2" fi diff --git a/packages/linux/patches/linux-2.6.37-rc8-000_crosscompile.patch b/packages/linux/patches/linux-2.6.37-000_crosscompile.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-000_crosscompile.patch rename to packages/linux/patches/linux-2.6.37-000_crosscompile.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-002_bash_only_feature.patch b/packages/linux/patches/linux-2.6.37-002_bash_only_feature.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-002_bash_only_feature.patch rename to packages/linux/patches/linux-2.6.37-002_bash_only_feature.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-003-no_dev_console.patch b/packages/linux/patches/linux-2.6.37-003-no_dev_console.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-003-no_dev_console.patch rename to packages/linux/patches/linux-2.6.37-003-no_dev_console.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-004_lower_undefined_mode_timeout.patch b/packages/linux/patches/linux-2.6.37-004_lower_undefined_mode_timeout.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-004_lower_undefined_mode_timeout.patch rename to packages/linux/patches/linux-2.6.37-004_lower_undefined_mode_timeout.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-005_kconfig_no_timestamp.patch b/packages/linux/patches/linux-2.6.37-005_kconfig_no_timestamp.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-005_kconfig_no_timestamp.patch rename to packages/linux/patches/linux-2.6.37-005_kconfig_no_timestamp.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-006_enable_utf8.patch b/packages/linux/patches/linux-2.6.37-006_enable_utf8.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-006_enable_utf8.patch rename to packages/linux/patches/linux-2.6.37-006_enable_utf8.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-007_die_floppy_die.patch b/packages/linux/patches/linux-2.6.37-007_die_floppy_die.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-007_die_floppy_die.patch rename to packages/linux/patches/linux-2.6.37-007_die_floppy_die.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-008-hda_intel_prealloc_4mb_dmabuffer.patch b/packages/linux/patches/linux-2.6.37-008-hda_intel_prealloc_4mb_dmabuffer.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-008-hda_intel_prealloc_4mb_dmabuffer.patch rename to packages/linux/patches/linux-2.6.37-008-hda_intel_prealloc_4mb_dmabuffer.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-009_disable_i8042_check_on_apple_mac.patch b/packages/linux/patches/linux-2.6.37-009_disable_i8042_check_on_apple_mac.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-009_disable_i8042_check_on_apple_mac.patch rename to packages/linux/patches/linux-2.6.37-009_disable_i8042_check_on_apple_mac.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-050_add_appleir_usb_driver.patch b/packages/linux/patches/linux-2.6.37-050_add_appleir_usb_driver.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-050_add_appleir_usb_driver.patch rename to packages/linux/patches/linux-2.6.37-050_add_appleir_usb_driver.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-052-aureal_remote_quirk-0.1.patch b/packages/linux/patches/linux-2.6.37-052-aureal_remote_quirk-0.1.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-052-aureal_remote_quirk-0.1.patch rename to packages/linux/patches/linux-2.6.37-052-aureal_remote_quirk-0.1.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-053_ati-remote_all_keys_and_keychange-0.1.patch b/packages/linux/patches/linux-2.6.37-053_ati-remote_all_keys_and_keychange-0.1.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-053_ati-remote_all_keys_and_keychange-0.1.patch rename to packages/linux/patches/linux-2.6.37-053_ati-remote_all_keys_and_keychange-0.1.patch diff --git a/packages/linux/patches/linux-2.6.37-rc8-110-drm_nouveau_upstream-20101217.patch b/packages/linux/patches/linux-2.6.37-110-drm_nouveau_upstream-20101217.patch similarity index 100% rename from packages/linux/patches/linux-2.6.37-rc8-110-drm_nouveau_upstream-20101217.patch rename to packages/linux/patches/linux-2.6.37-110-drm_nouveau_upstream-20101217.patch