aboutsummaryrefslogtreecommitdiff
path: root/configs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mingw: enable busybox --install by defaultRon Yorston2016-04-062-2/+2
| | | | | | | | | | | Allow FEATURE_INSTALLER to be configured and enable it in the default configuration. The behaviour is slightly different from upstream BusyBox: symbolic links are not permitted; if no target directory is provided the directory containing the busybox binary is used as the target.
* mingw: post-merge build fixesRon Yorston2016-04-042-4/+14
|
* Merge branch 'busybox' into mergeRon Yorston2016-04-049-8/+1150
|\
| * Rename FEATURE_INITRD to LINUXRC and make it separate, not an alias to initDenys Vlasenko2016-03-319-9/+9
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| * New example config: android_502_defconfigDenys Vlasenko2016-03-141-0/+1142
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | mingw: remove bbconfig from default configurationRon Yorston2016-03-272-4/+4
| | | | | | | | bbconfig isn't very useful. Removing it saves over 5KB.
* | mingw: update default configurationRon Yorston2016-02-222-2/+10
| |
* | find: enable -perm option in default configurationRon Yorston2015-11-032-2/+2
| |
* | Update default configurationRon Yorston2015-11-012-18/+18
| |
* | Merge branch 'busybox' into mergeRon Yorston2015-10-314-4/+0
|\|
| * remove systemd supportDenys Vlasenko2015-10-224-4/+0
| | | | | | | | | | | | | | systemd people are not willing to play nice with the rest of the world. Therefore there is no reason for the rest of the world to cooperate with them. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | Enable install applet and HTTP authentication in wgetRon Yorston2015-10-202-44/+48
| |
* | ln: enable in default configurationRon Yorston2015-10-192-4/+4
| |
* | Update default configurationRon Yorston2015-10-132-14/+20
| |
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-69/+112
|\|
| * updated android_ndk_defconfigDenys Vlasenko2015-10-081-69/+112
| | | | | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* | less: port to WIN32 and enable by defaultRon Yorston2015-08-062-20/+20
| |
* | Update default configuration after mergeRon Yorston2015-08-042-4/+10
| |
* | mingw: enable support for IPv6Ron Yorston2015-07-152-6/+6
| | | | | | | | Import inet_pton from gnulib and enable IPv6 support by default.
* | mingw: include unwind tables in 64-bit build by defaultRon Yorston2015-07-141-1/+1
| | | | | | | | | | | | Add "-funwind-tables -fasynchronous-unwind-tables" to CFLAGS for the 64-bit build, overriding the usual default. Without this change setjmp/longjmp don't work.
* | ipcalc: enable by default for WIN32Ron Yorston2015-07-132-8/+8
| |
* | Allow different ways to manipulate environment for XP vs 64-bitRon Yorston2015-07-032-1/+1053
| | | | | | | | | | | | | | | | | | | | | | Commit fa147bd 'Use putenv to implement unsetenv/clearenv' allowed BusyBox to run on ReactOS but broke it on Windows XP so it was reverted. It turns out that the same change is required on 64-bit Windows. Reinstate the 'safe' environment manipulation code but make it a configuration option. Add a config file for 64-bit Windows that does the right thing.
* | Enable seamless compression for WIN32Ron Yorston2015-05-271-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the archival code we pretend that WIN32 is a no-MMU platform and use the new mingw_popen_fd routine to pipe data to/from commands to compress/decompress. The pretence is maintained by redefining MMU macros in bb_archive.h. This is mostly used in the archival code but there are a handful of places where it's used to access public interfaces. The symbol BB_ARCHIVE_PUBLIC is defined in these places. With these changes: tar supports seamless compression/decompression rpm2cpio and dpkg-deb can be enabled
* | mingw: provide fake getgroups and getgrouplistRon Yorston2015-05-181-3/+3
| | | | | | | | | | This makes it possible to enable the id and groups applets, though the results they return are worthless.
* | Update default configuration following mergeRon Yorston2015-05-181-1/+3
| |
* | mingw: enable a minimal version of nc by defaultRon Yorston2015-04-221-3/+3
| |
* | Allow globbing to be enabled with mingw64Ron Yorston2015-04-121-2/+2
| | | | | | | | | | | | | | | | | | | | mingw64 handles globbing differently from mingw32. Add code to allow globbing to be enabled. (By default mingw64 has globbing disabled, though the default can be changed when it's compiled.) Also change the configuration option from ENABLE_NOGLOB to ENABLE_GLOBBING, because double negatives make me think too much. The default is still for globbing to be disabled.
* | Add new truncate applet to mingw32_defconfigRon Yorston2015-03-231-1/+2
| |
* | Post-merge fixesRon Yorston2015-03-141-15/+21
| |
* | Enable logname in mingw32 configurationRon Yorston2015-02-271-3/+3
| |
* | Use MinGW-w64 by defaultRon Yorston2015-01-071-2/+2
| |
* | Update MinGW default configurationRon Yorston2014-12-141-3/+3
| |
* | Enable vi line editing mode in default configurationRon Yorston2014-12-131-2/+2
| |
* | ash: enable saving history to file in default configRon Yorston2014-12-061-4/+4
| |
* | Update MinGW default configurationRon Yorston2014-10-061-3/+5
| |
* | Update MinGW default configurationRon Yorston2014-06-301-1/+11
| |
* | Update MinGW default configurationRon Yorston2014-05-061-5/+10
| |
* | dc: enable pow and exp by defaultRon Yorston2014-03-171-2/+2
| |
* | Drop CONFIG_WIN32_NET settingRon Yorston2014-03-171-1/+0
| |
* | Improved support for characters above 0x7fRon Yorston2014-03-171-2/+2
| |
* | wget: add fseek calls to make ftp work; enable ftpget/ftpputRon Yorston2014-03-161-4/+4
| |
* | patch: fix and enable by default for mingw32Ron Yorston2014-03-121-2/+2
| |
* | Enable 'tar -m' in mingw32_defconfigRon Yorston2014-03-121-2/+2
| |
* | rev: fix to build with mingw32Ron Yorston2014-03-111-2/+2
| |
* | Update mingw32_defconfig with new featuresRon Yorston2014-03-111-2/+5
| |
* | tar: enable -X, -T and --exclude in MINGW32 configurationRon Yorston2014-01-161-1/+1
| |
* | Remove feature that allows stat -f to be disabledRon Yorston2014-01-061-1/+0
| |
* | Update mingw32 default configurationRon Yorston2014-01-021-30/+34
| |
* | df: limited implementation for WIN32Ron Yorston2013-04-031-3/+3
| |
* | Enable LFS support in MINGW configRon Yorston2013-03-141-3/+3
| |