From 51ef9693763e6b647934522cd7088af22911fe2c Mon Sep 17 00:00:00 2001 From: wittinobi Date: Fri, 28 Sep 2012 15:47:21 +0200 Subject: [PATCH] fix update-svn, tune crosstool --- Makefile | 4 +--- archive-patches/crosstool-ng-1.16.0-newconfig | 2 +- archive-patches/crosstool-ng-1.3.2-newconfig | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 48de526..68ad1ef 100755 --- a/Makefile +++ b/Makefile @@ -105,18 +105,16 @@ update-svn: cd $(SVN_CROSSENVIROMENT) && $(SVN) up * cd $(SVN_THIRDPARTY)/applications/tools/busybox-1.2.0 && $(SVN) up * cd $(SVN_THIRDPARTY)/applications/tools/hotplug && $(SVN) up * - cd $(SVN_THIRDPARTY)/applications/plugins/lbreakout2-2.6 && $(SVN) up * cd $(SVN_THIRDPARTY)/applications/plugins/links && $(SVN) up * - cd $(SVN_THIRDPARTY)/applications/plugins/ltris-1.0.13 && $(SVN) up * cd $(SVN_THIRDPARTY)/libraries && $(SVN) up * cd $(SVN_THIRDPARTY)/lib && $(SVN) up * - cd $(SVN_THIRDPARTY)/kernel && $(SVN) up * cd $(SVN_THIRDPARTY)/drivers && $(SVN) up * cd $(SVN_THIRDPARTY)/bootloader && $(SVN) up * $(MAKE) $(GIT_LIBRARIES)/dvbsi $(MAKE) $(GIT_LIBRARIES)/ffmpeg $(MAKE) $(GIT_LIBRARIES)/OpenThreads $(MAKE) $(GIT_DRIVERS) + $(MAKE) $(GIT_PLUGINS) update-svn-target: $(MAKE) modules includes-and-libs diff --git a/archive-patches/crosstool-ng-1.16.0-newconfig b/archive-patches/crosstool-ng-1.16.0-newconfig index 87edb9e..8dd25a3 100644 --- a/archive-patches/crosstool-ng-1.16.0-newconfig +++ b/archive-patches/crosstool-ng-1.16.0-newconfig @@ -226,7 +226,7 @@ CT_KERNEL_linux_AVAILABLE=y # CT_KERNEL_V_2_6_31_14 is not set # CT_KERNEL_V_2_6_27_62 is not set CT_KERNEL_LINUX_CUSTOM=y -CT_KERNEL_LINUX_CUSTOM_LOCATION="${BASE_DIR}/download/linux-${CST_KERNEL_VERSION}.tar.bz2" +CT_KERNEL_LINUX_CUSTOM_LOCATION="${BASE_DIR}/download/linux-${CST_KERNEL_VERSION}-cnxt.tar.bz2" CT_KERNEL_mingw32_AVAILABLE=y # diff --git a/archive-patches/crosstool-ng-1.3.2-newconfig b/archive-patches/crosstool-ng-1.3.2-newconfig index 640d999..c854810 100644 --- a/archive-patches/crosstool-ng-1.3.2-newconfig +++ b/archive-patches/crosstool-ng-1.3.2-newconfig @@ -18,10 +18,10 @@ CT_EXPERIMENTAL=y # # Paths # -CT_LOCAL_TARBALLS_DIR="/home/wittinobi/coolstream/cs-neutrino/download" +CT_LOCAL_TARBALLS_DIR="${BASE_DIR}/download" CT_SAVE_TARBALLS=y CT_WORK_DIR="${CT_TOP_DIR}/targets" -CT_PREFIX_DIR="/home/wittinobi/coolstream/cs-neutrino/cross" +CT_PREFIX_DIR="${BASE_DIR}/cross" CT_INSTALL_DIR="${CT_PREFIX_DIR}" # CT_CUSTOM_PATCH is not set # CT_REMOVE_DOCS is not set -- 2.39.5