------------------------------------------------------------------------ r14971 | er13 | 2018-10-31 20:46:25 +0100 (Wed, 31 Oct 2018) | 1 line rename branch to better reflect its content ------------------------------------------------------------------------ r249 | kriegaex | 2007-05-01 04:39:04 +0200 (Tue, 01 May 2007) | 5 lines Merge in -r 248 from trunk: - Mod version number now says ds26-14.x rather than ds-0.2.9-14 - Bugfix for tools/busybox: make-include tried to apply all tools patches instead of only busybox-specific ones. I wonder why nobody ever complained. ------------------------------------------------------------------------ r245 | kriegaex | 2007-04-29 16:54:23 +0200 (Sun, 29 Apr 2007) | 2 lines Prepare changelog for upcoming intermediate release 14.4 ------------------------------------------------------------------------ r244 | kriegaex | 2007-04-29 16:36:26 +0200 (Sun, 29 Apr 2007) | 20 lines Merge in -r 231:243 from trunk: - Busybox patch for 'ash' shell: When a remote client (e.g. ssh) was killed, the remaining shell process would get into an endless loop stressing the CPU with >90%, makinf the system slow, unresponsive and possibly instable. - Rudi shell: new optional environment variable (or non-GUI POST parameter, respecively) enables users to define a target name for files downloaded via scripting. - Menuconfig: help texts for all brandings explaining briefly what a branding is and explaining that at least one of them should be selected for the firmware to work. - Bump callmonitor version to 1.9.2 - Fix busybox rebuild when config changes (copied from openwrt) - Add FritzBox Fon (06.04.30) to ds26 - Disable CONFIG_KMOD kernel option (module auto-loader) because of missing symbol in original kernel. This is needed to make iptables run smoothly, but also makes it necessary to load iptables modules with modprobe or insmod. - Update Firewall CGI to explicitly use modprobe/rmmod, because CONFIG_KMOD was removed from default kernel config - Version update for USB and VPN 'labor' firmware (AURA 7125, VPN 6937) ------------------------------------------------------------------------ r231 | kriegaex | 2007-04-25 11:00:26 +0200 (Wed, 25 Apr 2007) | 7 lines Merge in -r 226:229 and a part of -r 230 from trunk: - Ntfs3g: package update because of version bump - TCPDUMP_PKG_SOURCE was defined twice in make/tcpdump/tcpdump.mk - Remove zlib from prerequisites if bftpd is built without zlib-support - From #230: Remove double entry in menuconfig (advanced options -> override fw source) ------------------------------------------------------------------------ r225 | oliver | 2007-04-22 23:10:03 +0200 (Sun, 22 Apr 2007) | 3 lines Merge in -r 223:224 from trunk: - Ntfs3g: bump version to 1.417 - Fix typo in make/avm-gpl/avm-gpl.mk ------------------------------------------------------------------------ r222 | kriegaex | 2007-04-22 19:00:13 +0200 (Sun, 22 Apr 2007) | 3 lines Merge in -r 220 from trunk in order to complete previous merge which accidentally only went up to 219. ------------------------------------------------------------------------ r221 | kriegaex | 2007-04-22 18:56:58 +0200 (Sun, 22 Apr 2007) | 10 lines Merge in -r 213:219 from trunk: - Minor menuconfig improvements: * Don't show open source package selection, always usedefault (currently 04.30 for 7141, 04.29 for all other supported boxes) * Rename "firmware type" to "hardware type" * Rename "firmware version" to "firmware language" - Kernel build: do not use /sbin/depmod while cross-compiling - Integrate new AVM open source package (7141-04.30) - Bftpd: bump version to 1.8 ------------------------------------------------------------------------ r213 | kriegaex | 2007-04-22 12:23:33 +0200 (Sun, 22 Apr 2007) | 8 lines Merge in changes -r 207:212 from trunk: - Update Speedport W701V to firmware version 33.04.26 - Fix typo in uclibc.mk - Add forgotten module util.c. This happened because the old util.c was moved to lxdialog/util.c, but the new one was not added afterwards. - Add forgotten new download mirror #3 already mentioned in change log - Update bftpd download site ------------------------------------------------------------------------ r207 | kriegaex | 2007-04-21 15:28:16 +0200 (Sat, 21 Apr 2007) | 16 lines Merge in -r 203:206 from trunk: Menu configuration tool updated to exactly this version: svn export -r 16810 svn://uclibc.org/trunk/buildroot/package/config New features: - Comprehensive online help - Options' help texts also show dependency information: * Which condition(s) does an option depend on? * By which other option(s) was an option selected? * Which other options does an option select? * Where is an option defined (file name + line no.)? - Seach mode: wildcard search for option names via "/" hotkey Vanity mod: weave in DS-Mod-specific text string changes. We do need a little branding, after all, don't we? ------------------------------------------------------------------------ r203 | kriegaex | 2007-04-19 05:33:24 +0200 (Thu, 19 Apr 2007) | 8 lines Merge in -r 202 from trunk: - tools/make/busybox-tools.mk: activate download target on demand to avoid collision with identical target for regular busybox on one hand and to avoid make complaining about a missing target when building tools busybox from scratch on the other hand. - tools/ds_download: changed 'od -D' to 'od -d' to make it compatible with old versions of GNU coreutils (e.g. od 5.2.1) ------------------------------------------------------------------------ r200 | kriegaex | 2007-04-18 06:23:36 +0200 (Wed, 18 Apr 2007) | 3 lines Merge in -r199 from trunk: Adding forgotten Config.in file for iptables - embarrassing... #-) ------------------------------------------------------------------------ r196 | kriegaex | 2007-04-17 20:01:24 +0200 (Tue, 17 Apr 2007) | 2 lines Edit changelog so it reflects the upcoming release 14.3. ------------------------------------------------------------------------ r195 | kriegaex | 2007-04-17 19:57:26 +0200 (Tue, 17 Apr 2007) | 6 lines Merge in -r194 from trunk: Number of download servers in Config.in extended from 3 to 5: two default servers are available today, two slots are reserved, #5 is user-editable. BTW: menuconfig permits all slots to be edited, the user may decide by himself if she wants to do that. ------------------------------------------------------------------------ r193 | kriegaex | 2007-04-16 22:36:10 +0200 (Mon, 16 Apr 2007) | 3 lines Merge in changes (-r 192) from trunk: Second predefined mirror has been added to Config.in ------------------------------------------------------------------------ r191 | kriegaex | 2007-04-16 11:16:06 +0200 (Mon, 16 Apr 2007) | 18 lines Merge in changes (-r 188:190) from trunk: Cross-cutting changes in ds-mod-specific package download: - New shell script tools/ds_download provides a uniform way to download ds-mod-specific packages such as application and add-on packages as well as precompiled toolchains. The script first checks a predefined list of download servers (mirrors) and only uses an optionally provided "original" server as fallback, which is important for new package versions not available on mirrors yet. - New variable DL_TOOL in Makefile points to tools/ds_download - List of download sites (mirrors) can be edited in menuconfig (Advanced options -> DS-Mod package download sites). Currently there are three slots for download servers, two of which are meant to be preset with default values and one with an optional user-defined mirror. This enables users to set up their private mirrors on their own LAN or WAN servers. - *.mk files loading mod-specific packages have all been made "mirror-aware", i.e. they all call DL_TOOL with the appropriate parameters. Specifically, all former primary download sites have been preserved as fallback servers. ------------------------------------------------------------------------ r187 | kriegaex | 2007-04-15 17:02:17 +0200 (Sun, 15 Apr 2007) | 4 lines Merge in two forgotten changes from trunk: - Suppress tar "lone zero block" warning when unpacking certain firmware images - Don't be so restrictive on addon-names (e.g. openvpn-2.1.offline) ------------------------------------------------------------------------ r186 | kriegaex | 2007-04-15 15:13:59 +0200 (Sun, 15 Apr 2007) | 2 lines Copy 'get_ip' script into this branch from -r 184 trunk version ------------------------------------------------------------------------ r185 | kriegaex | 2007-04-15 03:47:30 +0200 (Sun, 15 Apr 2007) | 19 lines Merge in -r 184 from trunk: - Major menuconfig restructuring. For example (there is more): * Iptables' shared libs and kernel modules are dependent on a top level setting and can be deselected as whole groups. * JamVM + classpath + ffi-sable can now be found in one place and are also interdependent. * Sub-menus in packages section * Major case first letters in package names * More and improved menu descriptions * Removed redundant library descriptions for iptables and classpath stuff by putting them in groups (see above). * Some changes in include structure ('source' commands in Config.in files), e.g. several libs' descriptions are now closer to their required top level applications. - Fix firmware build: iptables binary was always included in image, even if not selected in menuconfig. - Removed some SVN executable attributes on Config.in, *.mk and Makefile.in files ------------------------------------------------------------------------ r182 | kriegaex | 2007-04-13 17:36:54 +0200 (Fri, 13 Apr 2007) | 3 lines Fix syslogd ring buffer size parameter leading to "Starting syslogd...failed"; package version updated to 0.2.1 ------------------------------------------------------------------------ r179 | kriegaex | 2007-04-12 22:51:42 +0200 (Thu, 12 Apr 2007) | 6 lines - Mini_fo package now listed as regular package, not "testing" anymore (no known problem reports) - Tinyproxy package now listed as "testing" and "unfinished, experts only", because there is no web config yet. - Obsolete package telefon removed (and "obsolete" section with it) ------------------------------------------------------------------------ r177 | kriegaex | 2007-04-12 21:17:00 +0200 (Thu, 12 Apr 2007) | 2 lines Forgot to update version number 0.1 -> 0.2 in mini_fo/Config.in ------------------------------------------------------------------------ r175 | kriegaex | 2007-04-12 00:19:23 +0200 (Thu, 12 Apr 2007) | 3 lines Fix make target 'busybox-tools-clean', so busybox and makedevs are removed. This avoids an error when subsequently calling 'make precompiled' again. ------------------------------------------------------------------------ r174 | kriegaex | 2007-04-11 15:07:50 +0200 (Wed, 11 Apr 2007) | 4 lines Merge in -r 173 changes from trunk: Fix mini_fo: use modprobe instead of insmod, because module path can differ with other box types. Package updated to 0.2. ------------------------------------------------------------------------ r170 | kriegaex | 2007-04-10 23:38:26 +0200 (Tue, 10 Apr 2007) | 2 lines Fix typo in make target 'kernel-clean' ------------------------------------------------------------------------ r168 | kriegaex | 2007-04-07 00:12:49 +0200 (Sat, 07 Apr 2007) | 4 lines - netsnmp.cgi is now executable, so the package can be web-configured. - Fix typo in kernel/Config.in: DS_MODULE_crc-ccitt -> DS_MODULE_crc_ccitt. So menuconfig no longer complains about DS_MODULE_ppp_async. ------------------------------------------------------------------------ r165 | kriegaex | 2007-04-05 15:49:55 +0200 (Thu, 05 Apr 2007) | 2 lines Updates changelog so it reflects the upcoming intermediate release 14.2 ------------------------------------------------------------------------ r164 | kriegaex | 2007-04-05 12:32:47 +0200 (Thu, 05 Apr 2007) | 4 lines Fix fakeroot problems with chown (operation not permitted) on systems with newer glibc + coreutils combinations using *at(). The version has been promoted to fakeroot-1.5.10 and a new patch for *at() is available. ------------------------------------------------------------------------ r162 | kriegaex | 2007-04-04 04:19:49 +0200 (Wed, 04 Apr 2007) | 10 lines Merge in changes -r 158:161 from trunk: Fix package virtualip-cgi and promote to version 0.4.1. There were bugs in the make script and in the download package itself: - Target virtualip-cgi-precompiled did not do anything and was independent of any other target - Wrong package base directory name in download package. New package 0.4.1 fixes this. - Superfluous executable flags in the package root (readme etc.) - rc.virtualip did not start with '#!/bin/sh' ------------------------------------------------------------------------ r151 | kriegaex | 2007-03-27 03:26:20 +0200 (Tue, 27 Mar 2007) | 4 lines Merge in -r 149 from trunk: Fixed 'tar --exclude .svn' for dnsmasq, cifsmount and deco: option was not set for '*-package' targets (tar -c), but for unpack targets (tar -x). ------------------------------------------------------------------------ r148 | oliver | 2007-03-27 00:08:59 +0200 (Tue, 27 Mar 2007) | 1 line Merge in -r 147 from trunk, - remove "depends on DS_REPLACE_KERNEL" for iptables libs ------------------------------------------------------------------------ r146 | kriegaex | 2007-03-26 15:12:03 +0200 (Mon, 26 Mar 2007) | 4 lines Merge in -r 144:145 from trunk: Checking for and cleaning up Subversion directories in build/modified before packing firmware image ------------------------------------------------------------------------ r144 | kriegaex | 2007-03-26 04:00:34 +0200 (Mon, 26 Mar 2007) | 4 lines Merge in -r 142:143 from trunk: - Updated copyright notices and acknowledgements - Updated MOTD to reflect DS-Mod_26 series (different ASCII art) ------------------------------------------------------------------------ r142 | kriegaex | 2007-03-25 20:57:53 +0200 (Sun, 25 Mar 2007) | 10 lines Merge in -r 113:141 from trunk, basicall making branch 'stable-14' identical with the trunk again. This is a bit ridiculous, indeed, but honestly most things which have happened in the main development line are in fact fixes and improvements for the latest release ds-0.2.9.-14, so merging them into the branch can be justified very well. From now on, though, we will try to check in fixes in the corresponding releases's branch first and subsequently merge them into the trunk, because this is the usual way to do it. ------------------------------------------------------------------------ r137 | kriegaex | 2007-03-25 19:32:10 +0200 (Sun, 25 Mar 2007) | 2 lines Merge in -r 108:113 from trunk (stuff for release 14, patch 2) ------------------------------------------------------------------------ r135 | kriegaex | 2007-03-25 19:13:14 +0200 (Sun, 25 Mar 2007) | 2 lines Merge in -r 98:108 from trunk (stuff for release 14, patch 1) ------------------------------------------------------------------------ r133 | kriegaex | 2007-03-25 18:50:09 +0200 (Sun, 25 Mar 2007) | 7 lines - Undo changes in rev. 111 in order to get a clean state for chronologically re-creating and tagging older release and patch versions - Merge in -r 87:98 from trunk - Clean up CHANGELOG: remove repository revision numbers which can be seen in SVN repository, if necessary, but are of minor importance to a release's change log ------------------------------------------------------------------------ r127 | kriegaex | 2007-03-25 16:11:37 +0200 (Sun, 25 Mar 2007) | 5 lines Undo menuconfig help-text merges from trunk because there are many missing previous merges which have to be merged in first in order to tag release and patch versions for branch 'stable-14'. The menuconfig merges will come back later. SVN check-in galore #-) ------------------------------------------------------------------------ r125 | kriegaex | 2007-03-25 14:36:49 +0200 (Sun, 25 Mar 2007) | 7 lines Merging in changes of revision 124 from trunk: Introducing detailed help texts for menuconfig's shared library section. Unfortunately, this blows up libs/Config.in immensely - even more so, because sub-menus cannot get their own help texts for technical reasons. So, for menus containing several entries there is a lot of redundancy (i.e. repetition). The worst example is iptables, but there are others as well. ------------------------------------------------------------------------ r122 | kriegaex | 2007-03-25 01:54:32 +0100 (Sun, 25 Mar 2007) | 5 lines Merging in changes of revision 121 from trunk: Added and enhanced menuconfig help texts for several packages: screen, matrixtunnel, lynx, dropbear, wol-cgi, mini_fo, lua, callmonitor, samba, mc, cifsmount, deco. ------------------------------------------------------------------------ r111 | oliver | 2007-03-22 13:33:05 +0100 (Thu, 22 Mar 2007) | 1 line - add executeable flag to 250-orangebox.sh ------------------------------------------------------------------------ r87 | kriegaex | 2007-03-19 23:50:51 +0100 (Mon, 19 Mar 2007) | 6 lines Creating stable release branch 'stable-14' from trunk rev. #86. This branch will eventually lead to a DS-Mod release called 0.2.9_26-14 on IPPF. New features will be developed in the trunk, this branch will be maintained via bugfixes and occasional backported features or packages only. ------------------------------------------------------------------------ r86 | kriegaex | 2007-03-19 23:37:25 +0100 (Mon, 19 Mar 2007) | 3 lines SVN keyword expansion fir $Id$ selectively activated for files CHANGELOG, README, fwmod, Makefile ------------------------------------------------------------------------ r85 | kriegaex | 2007-03-19 23:32:19 +0100 (Mon, 19 Mar 2007) | 2 lines Inserted SVN $Id$ version tags into CHANGELOG, README, fwmod, Makefile ------------------------------------------------------------------------ r84 | kriegaex | 2007-03-19 23:28:04 +0100 (Mon, 19 Mar 2007) | 4 lines - fix precompiled toolchain download URL in toolchain/make/download-toolchain.mk - add forgotten cpmaccfg in make/Config.in - remove precompiled libs from root/lib ------------------------------------------------------------------------ r83 | kriegaex | 2007-03-19 23:05:01 +0100 (Mon, 19 Mar 2007) | 6 lines Copying rev. #72 back to trunk, because we have given up plans to merge this repository with Danisahne's Sourceforge repository one day. So Oliver thought we could as well have our own trunk again. This is what I am trying to do with this check-in, hopefully keeping the SVN history of all those files in the process. ------------------------------------------------------------------------ r72 | oliver | 2007-03-19 01:27:31 +0100 (Mon, 19 Mar 2007) | 1 line - update orangebox, add download location for toolchain ------------------------------------------------------------------------ r71 | oliver | 2007-03-18 20:07:45 +0100 (Sun, 18 Mar 2007) | 1 line - forgot busybox-tools.mk ------------------------------------------------------------------------ r70 | oliver | 2007-03-18 19:41:57 +0100 (Sun, 18 Mar 2007) | 1 line - worked on download-toolchain, some ohter small fixes ------------------------------------------------------------------------ r69 | oliver | 2007-03-18 12:57:39 +0100 (Sun, 18 Mar 2007) | 1 line - fix dropbear-sshd-only package ------------------------------------------------------------------------