------------------------------------------------------------------------ r682 | kriegaex | 2007-07-01 17:25:07 +0200 (Sun, 01 Jul 2007) | 2 lines Tag base revision of branch 'stable-15' (#681) ------------------------------------------------------------------------ r681 | kriegaex | 2007-07-01 17:19:38 +0200 (Sun, 01 Jul 2007) | 2 lines Branch for releases ds26-15.x ------------------------------------------------------------------------ r680 | kriegaex | 2007-07-01 17:18:03 +0200 (Sun, 01 Jul 2007) | 2 lines Mini-update: libjsip ist compiled statically into dtmfbox ------------------------------------------------------------------------ r679 | kriegaex | 2007-07-01 16:01:16 +0200 (Sun, 01 Jul 2007) | 2 lines Fix download URL ------------------------------------------------------------------------ r678 | oliver | 2007-07-01 14:35:39 +0200 (Sun, 01 Jul 2007) | 1 line Fix ctorrent-precompiled prerequisite ------------------------------------------------------------------------ r677 | oliver | 2007-07-01 14:21:13 +0200 (Sun, 01 Jul 2007) | 1 line Fix typo ------------------------------------------------------------------------ r676 | oliver | 2007-07-01 14:08:23 +0200 (Sun, 01 Jul 2007) | 1 line Acutalize ctorrent package version ------------------------------------------------------------------------ r675 | oliver | 2007-07-01 13:59:06 +0200 (Sun, 01 Jul 2007) | 1 line Remove unnecessary lib ------------------------------------------------------------------------ r674 | oliver | 2007-07-01 13:24:04 +0200 (Sun, 01 Jul 2007) | 1 line libpjsip only builds static hence the libs are not needed in the firmware image ------------------------------------------------------------------------ r673 | oliver | 2007-07-01 13:21:57 +0200 (Sun, 01 Jul 2007) | 1 line Fix typo ------------------------------------------------------------------------ r672 | oliver | 2007-07-01 04:23:20 +0200 (Sun, 01 Jul 2007) | 1 line Changelog update ------------------------------------------------------------------------ r671 | oliver | 2007-07-01 04:05:59 +0200 (Sun, 01 Jul 2007) | 1 line Fix typo ------------------------------------------------------------------------ r670 | oliver | 2007-07-01 04:04:43 +0200 (Sun, 01 Jul 2007) | 2 lines New makefile structure for pppd.mk ------------------------------------------------------------------------ r669 | oliver | 2007-07-01 03:58:43 +0200 (Sun, 01 Jul 2007) | 1 line Fix pjsip patch ------------------------------------------------------------------------ r668 | oliver | 2007-07-01 03:55:16 +0200 (Sun, 01 Jul 2007) | 1 line Add comment to ldd task ------------------------------------------------------------------------ r667 | oliver | 2007-07-01 03:53:01 +0200 (Sun, 01 Jul 2007) | 1 line Delete binary from pppd package ------------------------------------------------------------------------ r666 | oliver | 2007-07-01 03:52:05 +0200 (Sun, 01 Jul 2007) | 1 line Add pppd and pppd package to version control, edit Config.in (dtmfbox, pppd) ------------------------------------------------------------------------ r665 | oliver | 2007-07-01 03:50:11 +0200 (Sun, 01 Jul 2007) | 1 line Add dtmfbox-0.3.9 package to version control ------------------------------------------------------------------------ r664 | oliver | 2007-07-01 03:43:30 +0200 (Sun, 01 Jul 2007) | 1 line Fix errors in dtmfbox package and pjsip ------------------------------------------------------------------------ r663 | oliver | 2007-07-01 02:16:56 +0200 (Sun, 01 Jul 2007) | 1 line Only install fuse libs. Does it work? ------------------------------------------------------------------------ r662 | oliver | 2007-07-01 02:16:17 +0200 (Sun, 01 Jul 2007) | 1 line Use rcapid from mtg-Server, add 2 patches ------------------------------------------------------------------------ r661 | oliver | 2007-07-01 02:15:47 +0200 (Sun, 01 Jul 2007) | 1 line Forgot patches for labor wlan ------------------------------------------------------------------------ r660 | oliver | 2007-07-01 01:41:15 +0200 (Sun, 01 Jul 2007) | 1 line Integrate 7170 labor wlan firmware ------------------------------------------------------------------------ r659 | kriegaex | 2007-07-01 01:38:26 +0200 (Sun, 01 Jul 2007) | 4 lines - Update #605 - #658 in change log - Update Nano menuconfig help (remove sections mentioning that manual rebuild was necessary after option change, because now it is done automagically. ------------------------------------------------------------------------ r658 | kriegaex | 2007-06-30 21:04:19 +0200 (Sat, 30 Jun 2007) | 2 lines Forgot to remove a now empty and superfluous variable ------------------------------------------------------------------------ r657 | kriegaex | 2007-06-30 19:18:19 +0200 (Sat, 30 Jun 2007) | 23 lines - Update make files of eight packages with sub-options in menuconfig, so they are automatically rebuilt whenever a relevant option has changed. This was achieved by the following structural changes in *.mk: a) A new target creates a file make//.ds_config containing relevant config options from .config, so possible changes can be tracked. b) Whenever a relevant(!) part of .config changes, the corresponding package is rebuilt from scratch(!) and its .ds_config updated. c) As the .ds_config files are located in make/, the *-clean and *-dirclean targets for the packages in question have been updated by corresponding 'rm -f' commands. - Intermixed with these structural changes are a few other enhancements, such as a few fixes for old, mostly subtle bugs and some streamlining in the way configuration-dependent build options are dynamically generated. Rather than creating new variables within ifeq-ele-endif constructs, one-liners using the functional variant $(if $(DS_OPT_X),--enable-foo,--disable-foo) is used. - TODO has been updated to reflect the current status, which basically is: Everything seems to work, but should be tested by other developers before the upcoming release. Subtle new errors might have been introduced, even though I do not hope so. ------------------------------------------------------------------------ r656 | mike | 2007-06-30 17:30:34 +0200 (Sat, 30 Jun 2007) | 3 lines -Fixed push_firmware.sh -Deleted cp in target, we have INSTALL_BINARY_STRIP ------------------------------------------------------------------------ r655 | kriegaex | 2007-06-30 17:26:51 +0200 (Sat, 30 Jun 2007) | 2 lines Fix typo ------------------------------------------------------------------------ r654 | mike | 2007-06-30 17:09:48 +0200 (Sat, 30 Jun 2007) | 2 lines -Deleted the now obsolete tools/push.sh ------------------------------------------------------------------------ r653 | kriegaex | 2007-06-30 14:07:39 +0200 (Sat, 30 Jun 2007) | 4 lines Use $< (first prerequisite) rather than $^ (all prerequisites), because otherwise there will be errors when make tries to copy multiple source files into one target binary. ------------------------------------------------------------------------ r652 | kriegaex | 2007-06-30 13:57:52 +0200 (Sat, 30 Jun 2007) | 5 lines Last commit (#651) was not what I wanted, because the long removed target BFTPD_LIBZLIB should not have been replaced by another one, but removed from the list of prerequisites altogether. Otherwise 'configure' would always be executed. ------------------------------------------------------------------------ r651 | kriegaex | 2007-06-30 13:21:09 +0200 (Sat, 30 Jun 2007) | 3 lines Bugfix (typo?): There is no BFTPD_LIBZLIB. The prerequisite was changed to BFTPD_LIBS. ------------------------------------------------------------------------ r650 | kriegaex | 2007-06-30 10:49:57 +0200 (Sat, 30 Jun 2007) | 3 lines Rename script and internally used shell function so their names state a bit more clearly what they do. Mike was asked if this was okay, he agreed. ------------------------------------------------------------------------ r649 | kriegaex | 2007-06-30 10:40:29 +0200 (Sat, 30 Jun 2007) | 2 lines Add "auto-rebuild for packages with sub-options" item ------------------------------------------------------------------------ r648 | kriegaex | 2007-06-30 10:33:24 +0200 (Sat, 30 Jun 2007) | 2 lines Add mike alias Michael Hampicke to credits ------------------------------------------------------------------------ r647 | kriegaex | 2007-06-30 02:22:46 +0200 (Sat, 30 Jun 2007) | 4 lines - Add remark to ldd item in TODO - Minor cosmetic changes (mixed space/tab indentation, 'echo ""' instead of just 'echo') in push.sh ------------------------------------------------------------------------ r646 | mickey | 2007-06-29 11:02:58 +0200 (Fri, 29 Jun 2007) | 1 line Fixed my real name ------------------------------------------------------------------------ r645 | kriegaex | 2007-06-29 05:57:00 +0200 (Fri, 29 Jun 2007) | 5 lines Correct and enhance menuconfig help texts for "nanorc support" and "coloured syntax highlighting", because the user should not expect that any syntax definition or config resource files are copied into the firmware automatically. On the other hand, we should tell him how to do it by himself. ------------------------------------------------------------------------ r644 | kriegaex | 2007-06-29 05:32:08 +0200 (Fri, 29 Jun 2007) | 6 lines Add a bunch of 10 'configure' options adding/removing features to/from Nano. Also add the same number of menuconfig options incl. extensive help texts. (This works was rather a nightmare, but once I started adding the online help feature as an option, I thought I could just as well continue bloating the make file. ;-) ------------------------------------------------------------------------ r643 | oliver | 2007-06-29 00:47:22 +0200 (Fri, 29 Jun 2007) | 1 line Integrate bodega's dtmfbox package with pjsip, there are still some errors to fix ------------------------------------------------------------------------ r642 | mike | 2007-06-28 20:14:09 +0200 (Thu, 28 Jun 2007) | 9 lines - Removed some /dev/null redirections, as we wan't to see all the erors ;) - W501V: replacing multid with TK firmware version as it provides the upnp service option - W900V: copy required libs for igdd. multid is NOT replaced. I tested the replacement on my box, it does not work (network does not start) - New TODO task ------------------------------------------------------------------------ r641 | oliver | 2007-06-28 19:08:26 +0200 (Thu, 28 Jun 2007) | 1 line Fix compile error with DS_JLEVEL greater then 1 (by RalfFriedl) ------------------------------------------------------------------------ r640 | mickey | 2007-06-28 15:54:08 +0200 (Thu, 28 Jun 2007) | 1 line Added Management Console option to OpenVPN ------------------------------------------------------------------------ r639 | oliver | 2007-06-28 02:10:19 +0200 (Thu, 28 Jun 2007) | 1 line Bumped openvpn package to 2.1-rc4 ------------------------------------------------------------------------ r638 | kriegaex | 2007-06-28 00:49:32 +0200 (Thu, 28 Jun 2007) | 5 lines Just to answer mike's question from #637: bash does not perform pathname expansion within single or double quotes. Check the diff to see how I changed it. Another change concerns the ">/dev/null 2>&1" stuff. I think if there are errors during copying, we want to see them. So I removed the redirection. ------------------------------------------------------------------------ r637 | mike | 2007-06-27 19:23:57 +0200 (Wed, 27 Jun 2007) | 5 lines -igdd requires some extra libs. And can somebody please tell me, why the fuck i have to copy *every* file and symlink manually. If i use 'cp -a /path/to/lib/lib*' cp tells me 'cannot stat' ------------------------------------------------------------------------ r636 | mickey | 2007-06-27 18:17:00 +0200 (Wed, 27 Jun 2007) | 1 line Bumped openvpn to 2.1-rc4 ------------------------------------------------------------------------ r635 | oliver | 2007-06-27 15:31:18 +0200 (Wed, 27 Jun 2007) | 1 line Fix typo ------------------------------------------------------------------------ r634 | oliver | 2007-06-27 15:06:25 +0200 (Wed, 27 Jun 2007) | 1 line Integrate libcapi20, rcapid (by Nicolai Ehemann) ------------------------------------------------------------------------ r633 | oliver | 2007-06-27 15:02:09 +0200 (Wed, 27 Jun 2007) | 1 line Now igdd can be removed for w501, w701 and w900 ------------------------------------------------------------------------