Hauke Mehrtens
06fa1c46fc
busybox: update to version 1.25.0
...
The following patches were removed:
010-networking-fix-uninitialized-memory-when-displaying-.patch
https://git.busybox.net/busybox/commit/?id=f2c043acfcf9dad9fd3d65821b81f89986bbe54e
030-ip-fix-problem-on-mips64-n64-big-endian-musl-systems.patch
https://git.busybox.net/busybox/commit/?id=4ab372d49a6e82b0bf097dedb96d26330c5f2d5f
204-udhcpc_src_ip_rebind.patch
https://git.busybox.net/busybox/commit/?id=abe8f7515aded80889d78c2c1c8947997918cf90
230-ntpd_delayed_resolve.patch
https://git.busybox.net/busybox/commit/?id=c8641962e4cbde48108ddfc1c105e3320778190d
https://git.busybox.net/busybox/commit/?id=e4caf1dd9ce8569371a0eeb77ccf02a572dc0f11
260-arping_missing_includes.patch
Not needed any more, still builds with musl for me.
Add in 92fd6e6f1a
"busybox: fix arping applet building on musl"
The Kconfig files were updated with these commands:
cd config
../convert_menuconfig.pl .../build_dir/target-*/busybox-1.25.0
cd ..
./convert_defaults.pl < .../build_dir/target-*/busybox-1.25.0/.config > Config-defaults.in
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2016-09-20 22:37:02 +02:00
Jo-Philipp Wich
b91e58e606
busybox: enable sha256sum by default
...
Now that snapshot builds are only publishing SHA-256 checksums, it makes
sense to ship an appropriate utility for verification.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-08-18 15:09:06 +02:00
John Crispin
dc92917409
image / basefiles: make console password configurable
...
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Signed-off-by: John Crispin <john@phrozen.org>
2016-04-18 21:53:07 +02:00
Jo-Philipp Wich
c46cef2ffb
busybox: fix broken default for FEATURE_IP_ROUTE_DIR ( #21845 )
...
Changeset r47775 introduced a wrong default value "n" for the ip applets
config search path, breaking the handling of named routing tables and other
objects having alias configurations.
Fix the issue by providing a proper default value aligned with the value
used by full iproute2.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48716
2016-02-12 19:46:31 +00:00
Felix Fietkau
e771a31b39
opkg: depend on uclient-fetch, disable busybox wget
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48386
2016-01-19 23:35:04 +00:00
Felix Fietkau
9ca1080e92
busybox: Update config for 1.24.1
...
r47288 updated to Busybox 1.24.1 but did not update the configuration.
The configuration is updated by running
cd config
../convert_menuconfig.pl .../build_dir/target-*/busybox-1.24.1
cd ..
./convert_defaults.pl < .../build_dir/target-*/busybox-1.24.1/.config > \
Config-defaults.in
Signed-off-by: Mark Mentovai <mark@moxienet.com>
SVN-Revision: 47775
2015-12-05 09:51:30 +00:00
Felix Fietkau
a2a7aba257
busybox: enable ip rule support by default (required for dealing with route tables)
...
Adds about 1.2k gzip-compressed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47387
2015-11-04 23:46:59 +00:00
Felix Fietkau
a946367371
busybox: enable find mtime support by default
...
busybox binary in openwrt neither supports stat nor find
mtime. This patch adds find mtime support by default.
I've compared ipk size for three different targets
(ar71xx, brcm2708, x86):
209908 Okt 16 13:48 busybox_1.23.2-3_ar71xx.ipk-0before
210031 Okt 16 16:47 busybox_1.23.2-3_ar71xx.ipk-1after
difference: +123 Byte
223519 Okt 16 13:06 busybox_1.23.2-3_brcm2708.ipk-0before
223720 Okt 16 13:53 busybox_1.23.2-3_brcm2708.ipk-1after
difference: +201 Byte
221477 Okt 16 13:47 busybox_1.23.2-3_x86_64.ipk-0before
221622 Okt 16 13:52 busybox_1.23.2-3_x86_64.ipk-1after
difference: +145 Byte
Signed-off-by: Dirk Brenken <dirk@brenken.org>
SVN-Revision: 47362
2015-11-02 18:12:59 +00:00
Steven Barth
899a23227e
busybox: improve applets & deprecate ifconfig, route
...
added: ip addr, ip route, ip link, traceroute6
removed: hostid, devmem, vconfig, arping
deprecated (to be removed): ifconfig, route
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46829
2015-09-08 17:44:10 +00:00
Steven Barth
d196b1fc2e
Disable telnet in favor of passwordless SSH
...
This enables passworldless login for root via SSH whenever no root
password is set (e.g. after reset, flashing without keeping config
or in failsafe) and removes telnet support alltogether.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46809
2015-09-07 19:29:25 +00:00
Felix Fietkau
2de97cbfea
busybox: enable BUSYBOX_DEFAULT_FEATURE_TOUCH_SUSV3 by default, dnsmasq relies on it
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45384
2015-04-11 19:34:45 +00:00
Felix Fietkau
c31df6e995
busybox: update to version 1.23.2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45272
2015-04-04 17:52:02 +00:00
Felix Fietkau
a70800a7ed
busybox: turn on BUSYBOX_DEFAULT_FEATURE_SH_NOFORK to slightly improve performance
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43348
2014-11-23 20:09:56 +00:00
Felix Fietkau
6c6faf5f37
busybox: add back missing crond config change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40853
2014-05-25 17:45:22 +00:00
Felix Fietkau
f4f553efa7
busybox: update to 1.22.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40852
2014-05-25 17:42:09 +00:00
Felix Fietkau
5e341d0d0d
busybox: use a config option instead of a patch to select the cron directory
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40847
2014-05-25 17:41:48 +00:00
Felix Fietkau
cc7b3e2465
busybox: add a reworked implementation of menuconfig support, this time with a guard option that keeps all symbols at default values until an extra option is activated
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39435
2014-01-31 13:50:16 +00:00