]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
fix update-svn, tune crosstool
authorwittinobi <wittinobi@wittinobi.de>
Fri, 28 Sep 2012 13:47:21 +0000 (15:47 +0200)
committerwittinobi <wittinobi@wittinobi.de>
Fri, 28 Sep 2012 13:47:21 +0000 (15:47 +0200)
Makefile
archive-patches/crosstool-ng-1.16.0-newconfig
archive-patches/crosstool-ng-1.3.2-newconfig

index 48de5268a58ff45642c305545d8022d7a6c27ce7..68ad1ef68495352e7ee0547e6267e4be25987e6f 100755 (executable)
--- 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
index 87edb9ece1deaec8bd421f1369bd9fffcdfefa16..8dd25a36d5ebcbac337ec52cf8cda786263594be 100644 (file)
@@ -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
 
 #
index 640d999fa6108e41f8bb1160c3e8e859eac8737f..c85481081286001c205ceed38bf747ec94fdd58a 100644 (file)
@@ -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