Commit graph

61 commits

Author SHA1 Message Date
Hauke Mehrtens
bef592844b zram: add package to use compressed ram disk for swap
The busybox size is increased by 3.2KByte uncompressed on bcm47xx with
this commit.

This zram-swap automatically creates a zram device, a swap partition on
it and make the kernel swap pages to it.

Thank you Bastian Bittorf <bittorf@bluebottle.com> for idea and the
script.

SVN-Revision: 35025
2013-01-06 16:21:29 +00:00
Felix Fietkau
93b4d13ed7 busybox: enable readlink (with -f support)
SVN-Revision: 33833
2012-10-18 00:09:50 +00:00
John Crispin
27144ca2a6 remove dependency for pkill
SVN-Revision: 33594
2012-09-28 22:37:04 +00:00
Florian Fainelli
fb2db91797 busybox: enable fsync applet by default
SVN-Revision: 33159
2012-08-13 09:55:12 +00:00
Vasilis Tsiligiannis
82dc07f6f2 busybox: Enable ibs, obs and conv options on 'dd'
SVN-Revision: 32464
2012-06-19 22:34:49 +00:00
Jo-Philipp Wich
b8aead7f92 busybox: enable ps wide flag by default
SVN-Revision: 30812
2012-03-04 20:09:58 +00:00
Jo-Philipp Wich
e7cfd6e245 busybox: fix previous commit, make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 default to CONFIG_IPV6, not depend on it
SVN-Revision: 29789
2012-01-19 01:50:53 +00:00
Jo-Philipp Wich
7a06d9a8a0 busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6
SVN-Revision: 29788
2012-01-19 01:33:53 +00:00
Felix Fietkau
7f648456cd busybox: disable "mesg" by default
SVN-Revision: 29510
2011-12-13 13:51:05 +00:00
Imre Kaloz
7944b6fa32 enable and use shadow passwords by default
SVN-Revision: 28936
2011-11-10 12:55:01 +00:00
Nicolas Thill
89827e33ce package/busybox: update to 1.19.3
SVN-Revision: 28725
2011-11-03 15:55:23 +00:00
Jo-Philipp Wich
219d772ce8 busybox: disable rdate, enable ntpd by default
SVN-Revision: 28613
2011-10-27 00:23:16 +00:00
Nicolas Thill
d3a428d406 package/busybox: make PAM support depend on DEVEL (closes: #8002 & #8743)
SVN-Revision: 28549
2011-10-24 08:18:33 +00:00
Nicolas Thill
dba02bbacc package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number
SVN-Revision: 28547
2011-10-24 07:39:53 +00:00
Nicolas Thill
d10b4495bc busybox: update to 1.19.2 (thanks to Peter Wagner)
SVN-Revision: 28513
2011-10-21 23:08:45 +00:00
Florian Fainelli
03e30ae13f update busybox to 1.18.4, patch from Peter Wagner
SVN-Revision: 26455
2011-04-03 18:31:00 +00:00
Felix Fietkau
8b0988baec busybox: enable cmp by default (#9133)
SVN-Revision: 26356
2011-03-29 10:58:42 +00:00
Daniel Dickinson
4c85b8562d block-mount busybox: Removed busybox versions of blkid and swap-utils since they are only used by block-mount and block-extroot, and those packages don't have as much need for the image space-savings of busybox versions, especially at the cost of including it in all images even those with no external storage.
SVN-Revision: 26245
2011-03-20 19:37:28 +00:00
Jo-Philipp Wich
b90a6f7682 busybox: enable mount helpers by default (#8946)
SVN-Revision: 25815
2011-03-01 18:08:02 +00:00
Felix Fietkau
4df0f180bb busybox: disable killall5 - nothing uses it
SVN-Revision: 25512
2011-02-13 03:26:15 +00:00
Felix Fietkau
0e166a016a busybox: disable nfs mount support by default - people that want to mount nfs shares can install the nfs-utils package
SVN-Revision: 25508
2011-02-13 02:52:40 +00:00
Felix Fietkau
5ad114bf47 busybox: disable diff by default - apparently it was necessary for ipkg once, but opkg does not seem to use it - saves ~10k on mips
SVN-Revision: 25494
2011-02-13 01:44:53 +00:00
Nicolas Thill
2c57634be3 package/busybox: add missing bits from 1.17.1 update (mostly config stuff), rename upstream patches so they're applied first
SVN-Revision: 22665
2010-08-15 20:28:05 +00:00
Nicolas Thill
ee9af1fbb6 package/busybox: enable blkid, mkswap & swaponoff applets, enable uuid/volumeid support, bumb release number
SVN-Revision: 20726
2010-04-06 00:51:35 +00:00
Nicolas Thill
8be628f50a busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
SVN-Revision: 20661
2010-04-03 00:58:46 +00:00
Jo-Philipp Wich
b3e4a6503a busybox: disable httpd applet
SVN-Revision: 20432
2010-03-25 16:14:14 +00:00
Nicolas Thill
7d50b29b4d busybox: fix default value for BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR (unused) option
SVN-Revision: 20122
2010-03-10 17:49:14 +00:00
Felix Fietkau
77c391b8b1 busybox: adjust hush default configuration
SVN-Revision: 18712
2009-12-09 13:36:28 +00:00
Florian Fainelli
6b306ba7b8 update busybox to 1.15.2 (#5926)
SVN-Revision: 18684
2009-12-07 16:56:04 +00:00
Felix Fietkau
ed17f32715 busybox: support 64 bit math in shell tests. this does not seem to increase the binary size at all (tested on mips), fixes #2871
SVN-Revision: 17838
2009-10-03 10:56:19 +00:00
Nicolas Thill
91750d01a7 busybox: update to v1.14.4 (closes: #5619)
SVN-Revision: 17782
2009-09-28 12:38:46 +00:00
Nicolas Thill
e7133da4aa busybox: update to v1.13.4 (closes: #4279)
SVN-Revision: 16063
2009-05-25 17:15:39 +00:00
Nicolas Thill
9a16485900 busybox: update to v1.12.4 (partially closes: #4279)
SVN-Revision: 16053
2009-05-25 13:52:31 +00:00
Florian Fainelli
3d4f8f79b0 busybox brctl does not support showmacs or showstp (#4206)
SVN-Revision: 14093
2009-01-18 16:30:37 +00:00
Rod Whitby
b5f89fa869 busybox: Enabled FEATURE_HTTPD_PROXY by default (cost is 580 bytes)
SVN-Revision: 13534
2008-12-07 02:12:11 +00:00
Nicolas Thill
3691a072cc bridge (brctl) changes: - enable brctl in busybox - disable bridge-utils - bumb busybox release number
SVN-Revision: 13180
2008-11-11 03:02:26 +00:00
Felix Fietkau
059e7be269 remove ipkg from busybox
SVN-Revision: 12498
2008-09-02 11:28:38 +00:00
Felix Fietkau
2a58b9c729 remove awx from busybox, refresh patches
SVN-Revision: 12497
2008-09-02 11:18:47 +00:00
Imre Kaloz
1e82faaa5e upgrade busybox to v1.11.1 and add current upstream fixes
SVN-Revision: 12348
2008-08-20 14:00:34 +00:00
Travis Kemen
99dd3e13fc make opkg the default package manager, disable busybox ipkg from building by default
SVN-Revision: 12319
2008-08-16 06:35:14 +00:00
John Crispin
dfa7ec4c25 make busybox have hwclocjk tool enable by default
SVN-Revision: 10255
2008-01-25 16:49:21 +00:00
Travis Kemen
e8bc160a02 disable use of sendfile() for httpd
SVN-Revision: 10200
2008-01-15 02:23:59 +00:00
Florian Fainelli
c5e404a555 Make ipkg depends on tar and gunzip (#2821)
SVN-Revision: 9785
2007-12-17 08:06:03 +00:00
Felix Fietkau
8fba43d0f1 upgrade busybox to 1.8.1
SVN-Revision: 9524
2007-11-10 16:51:11 +00:00
Felix Fietkau
38315565b2 enable nice
SVN-Revision: 9181
2007-10-07 23:01:17 +00:00
Felix Fietkau
fe313941ac Upgrade busybox to 1.7.2 - clean up insmod crap - add some lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches
SVN-Revision: 9130
2007-10-05 00:27:49 +00:00
Felix Fietkau
9de337e21d enable ps -w by default
SVN-Revision: 8946
2007-09-22 13:41:28 +00:00
Felix Fietkau
e1184aaa1a enable start-stop-daemon by default, i want to use this to clean up a few init scripts soon
SVN-Revision: 8652
2007-09-06 15:25:56 +00:00
Florian Fainelli
a706affb3a Fix the CONFIG_LFS option (#2276)
SVN-Revision: 8512
2007-08-28 08:19:35 +00:00
Rod Whitby
4595775416 busybox: Ensure that diff is available for ipkg upgrade requirements
SVN-Revision: 7954
2007-07-13 01:02:55 +00:00