Jo-Philipp Wich
0a18161da1
busybox 1.19.4 update patch
...
This patch updates busybox to 1.19.4 and refreshes all patches.
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 30985
13 years ago
Jo-Philipp Wich
b8aead7f92
busybox: enable ps wide flag by default
...
SVN-Revision: 30812
13 years ago
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
13 years ago
Jo-Philipp Wich
7a06d9a8a0
busybox: make CONFIG_BUSYBOX_CONFIG_FEATURE_IPV6 depend on CONFIG_IPV6
...
SVN-Revision: 29788
13 years ago
Felix Fietkau
7f648456cd
busybox: disable "mesg" by default
...
SVN-Revision: 29510
13 years ago
Nicolas Thill
be4f27f38b
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
...
SVN-Revision: 29299
13 years ago
Jo-Philipp Wich
5e36196651
busybox: add a "date -k" to set the kernel timezone from the current localtime utc offset
...
SVN-Revision: 29203
13 years ago
Jo-Philipp Wich
cabbc9966c
busybox: fix empty password detection in telnetd init ( #10432 )
...
SVN-Revision: 29183
13 years ago
Jo-Philipp Wich
13839520bc
busybox: revert accidentally committed debugging flag
...
SVN-Revision: 29158
13 years ago
Jo-Philipp Wich
d0f5b51a8b
busybox: fix hexdump segmentation fault with an empty leading format unit
...
SVN-Revision: 29156
13 years ago
Imre Kaloz
7944b6fa32
enable and use shadow passwords by default
...
SVN-Revision: 28936
13 years ago
Nicolas Thill
d9aa1e3c1b
package/busybox: passwd: use MD5 hash by default (like it used to be)
...
SVN-Revision: 28885
13 years ago
Felix Fietkau
3a12bd8bce
busybox: use bash for gen_build_files.sh to avoid printf argument list issues on some systems
...
SVN-Revision: 28849
13 years ago
Nicolas Thill
e4a8f5abe6
package/busybox: use new service wrapper
...
SVN-Revision: 28836
13 years ago
Jo-Philipp Wich
ef98919ff0
busybox: ntpd: indefinitely try to resolve peer addresses ( #10361 )
...
SVN-Revision: 28794
13 years ago
Nicolas Thill
89827e33ce
package/busybox: update to 1.19.3
...
SVN-Revision: 28725
13 years ago
Jo-Philipp Wich
219d772ce8
busybox: disable rdate, enable ntpd by default
...
SVN-Revision: 28613
13 years ago
Felix Fietkau
5fa4348a70
busybox: fix a compile error on mac os x
...
SVN-Revision: 28578
13 years ago
Nicolas Thill
d3a428d406
package/busybox: make PAM support depend on DEVEL ( closes : #8002 & #8743 )
...
SVN-Revision: 28549
13 years ago
Nicolas Thill
dba02bbacc
package/busybox: revert config defaults inadvertently changed in [28513] (thanks to Liu Yu Fei, Eric), bump release number
...
SVN-Revision: 28547
13 years ago
Nicolas Thill
d10b4495bc
busybox: update to 1.19.2 (thanks to Peter Wagner)
...
SVN-Revision: 28513
13 years ago
Florian Fainelli
ce50bb1636
busybox: update to 1.18.5, patch from Peter Wagner
...
SVN-Revision: 27288
14 years ago
Hauke Mehrtens
b213493bda
busybox: Fix insmod for linux 3.0
...
Insmod silently rejected being run on any non 2.x kernel. Make its version
check allow newer kernels (and reject 2.4- when not enabling the 2.4
feature).
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 27189
14 years ago
Felix Fietkau
04d064a590
busybox: refresh patches
...
SVN-Revision: 26738
14 years ago
Felix Fietkau
c4dbe835b4
busybox: fix issues with static routes and 6rd option parsing (thx, Florian Fuessl)
...
SVN-Revision: 26737
14 years ago
Felix Fietkau
6ed952272e
busybox: get rid of the useless extra menu
...
SVN-Revision: 26493
14 years ago
Florian Fainelli
03e30ae13f
update busybox to 1.18.4, patch from Peter Wagner
...
SVN-Revision: 26455
14 years ago
Felix Fietkau
25b2bd4e1c
busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC
...
SVN-Revision: 26437
14 years ago
Felix Fietkau
4717461455
busybox: simplify conditional dependency on librpc
...
SVN-Revision: 26430
14 years ago
Felix Fietkau
5463e92657
busybox: only add the librpc build dependency for uclibc ( #8864 )
...
SVN-Revision: 26429
14 years ago
Felix Fietkau
8b0988baec
busybox: enable cmp by default ( #9133 )
...
SVN-Revision: 26356
14 years ago
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
14 years ago
Jo-Philipp Wich
b90a6f7682
busybox: enable mount helpers by default ( #8946 )
...
SVN-Revision: 25815
14 years ago
Felix Fietkau
fa74dadda8
busybox: remove the -static-libgcc flag, saves a few kb
...
SVN-Revision: 25802
14 years ago
Felix Fietkau
419b9d824a
busybox: now that librpc only compiles with uclibc, change the build dependency to BUSYBOX_CONFIG_FEATURE_HAVE_RPC:librpc
...
SVN-Revision: 25574
14 years ago
Felix Fietkau
7205eb2f7a
busybox: only add a build dependency on librpc if uclibc is selected
...
SVN-Revision: 25564
14 years ago
Felix Fietkau
4df0f180bb
busybox: disable killall5 - nothing uses it
...
SVN-Revision: 25512
14 years ago
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
14 years ago
Felix Fietkau
a17580be4f
busybox: fix compile with librpc if necessary (required by nfs mount support)
...
SVN-Revision: 25507
14 years ago
Felix Fietkau
de4ec6ce64
busybox: disable the check for the uclibc rpc config option
...
SVN-Revision: 25506
14 years ago
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
14 years ago
Vasilis Tsiligiannis
7de8584652
busybox: get root home dir from /etc/passwd in telnet init script (thanks tripolar)
...
SVN-Revision: 25417
14 years ago
Vasilis Tsiligiannis
0cd254bdee
busybox: Check if an SSH daemon is enabled before disabling telnet access ( #8760 )
...
SVN-Revision: 25411
14 years ago
Vasilis Tsiligiannis
b435f9d603
busybox: Disable telnet if an SSH public key for root exists ( #8760 )
...
SVN-Revision: 25317
14 years ago
Felix Fietkau
50c44d0b54
cron: Add path
...
Override PATH for /etc/init.d/cron. This is necessary to ensure all programs
can be found when executing the script from remote by using ssh.
(e.g. ssh IP /etc/init.d/cron restart)
Patch from: kentarou matsuyama <matsuyama@thinktube.com>
SVN-Revision: 25196
14 years ago
Imre Kaloz
51156ea6b8
we don't support gcc 4.5.0
...
SVN-Revision: 25146
14 years ago
Jo-Philipp Wich
5b339e5fb2
busybox: implement ms static routes option in udhcpc ( #6435 )
...
SVN-Revision: 24779
14 years ago
Jo-Philipp Wich
56ae0b91e2
busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it
...
SVN-Revision: 24245
14 years ago
Jo-Philipp Wich
e3f13f0141
busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg revision
...
SVN-Revision: 23990
14 years ago
Jo-Philipp Wich
9efe60a464
busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option 212) in udhcpc
...
SVN-Revision: 23989
14 years ago