Felix Fietkau
3670f4128d
busybox: lock: implement -n "Fail rather than wait"
...
lock -n is similiar to flock -n. If the lock was already taken,
fail with exit code = 1 and write error message to stderr.
example:
if ! lock -n /tmp/foo ; then
echo lock exits.
else
echo lock was free. But is locked now.
fi
> lock was free. But is locked now.
> lock exists.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 46836
2015-09-09 20:36:10 +00:00
Steven Barth
0c8f0186d5
linux: make IPv6 builtin if selected (saves >30KB)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46834
2015-09-09 12:20:36 +00:00
Steven Barth
1fb987e3b8
busybox: fix ip applet and netlink behavior
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46833
2015-09-09 10:38:16 +00:00
Steven Barth
e07959cade
package: replace ifconfig-usage with ip
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46832
2015-09-08 17:44:24 +00:00
Steven Barth
579fe7f52a
iproute2: improve ip-full coexistence, remove rt_table
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46831
2015-09-08 17:44:17 +00:00
Steven Barth
00045fe9d0
base-files: add /etc/iproute2/rt_tables, replace ifconfig-usage
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46830
2015-09-08 17:44:13 +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
Felix Fietkau
e29efa2fb7
kernel: remove packaging of kmod-crypto-core and kmod-crypto-arc4
...
Everything except for blkcipher was already built-in, so make blkcipher
built-in as well.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46820
2015-09-08 12:31:04 +00:00
Steven Barth
1b91cd2663
map: be less restrictive when matching lw4over6 prefixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46819
2015-09-08 12:13:29 +00:00
Felix Fietkau
48fe93ea6b
iw: reduce size even more (~12k after gzip)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46818
2015-09-08 11:48:48 +00:00
Steven Barth
8a7a939470
dropbear: remove generation and configuration of DSS keys
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46815
2015-09-08 08:59:40 +00:00
Felix Fietkau
a4cf4c35af
dropbear: disable 3des, cbc mode, dss support, saves about 5k gzipped
...
While technically required by the RFC, they are usually completely
unused (DSA), or have security issues (3DES, CBC)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46814
2015-09-08 08:55:10 +00:00
Felix Fietkau
b13d8e55a7
argp-standalone: fix build error with gcc 5.2 ( #20460 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46813
2015-09-08 07:10:07 +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
b850e1e59f
uhttpd: update to the latest version, fixes deferred cgi script processing ( #20458 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46807
2015-09-07 19:18:58 +00:00
Steven Barth
7af30b4cef
map: ignore insignificant PSID bits
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46804
2015-09-07 16:21:15 +00:00
Steven Barth
8ac42ac28b
odhcpd: fix parsing of host entries without duid
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46803
2015-09-07 13:31:36 +00:00
Steven Barth
60e786c4cd
odhcpd: various bugfixes
...
* ra: don't announce as default router if we aren't (regression)
* ra: reduce maximum announced dns lifetimes due to buggy clients
* dhcpv6: fix mac-based lease-matching
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46802
2015-09-07 09:49:35 +00:00
Felix Fietkau
edb5d7511b
uboot-ar71xx: fix gcc 5.2 compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46797
2015-09-06 09:57:02 +00:00
Jonas Gorski
e1824f2543
base-files: allow setting ide-disk led trigger
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46794
2015-09-04 14:45:45 +00:00
Steven Barth
4b7ba93083
odhcp6c: correctly extend prefix from RAs
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46781
2015-09-04 06:29:36 +00:00
Steven Barth
f96bf30dc6
comgt/umbim/uqmi: enable RFC 7278 for 3g/4g by default
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46780
2015-09-03 15:53:40 +00:00
Steven Barth
72b4ed113a
odhcp6c: add RFC 7278 3gpp IPv6 prefix extension
...
Use option extendprefix 1 to enable
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46779
2015-09-03 15:53:33 +00:00
Felix Fietkau
f5ba6aad34
mdns: update to the latest version, fixes a spurious build error
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46778
2015-09-03 13:15:19 +00:00
Felix Fietkau
3ae9c4fcad
uclibc++: fix build with gcc 5.2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46777
2015-09-03 13:15:05 +00:00
Felix Fietkau
41a9f280c4
libpcap: update to version 1.7.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46776
2015-09-03 13:14:56 +00:00
Felix Fietkau
55a76c19b1
gdb: update to the latest version, fixes a build error with gcc 5.2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46775
2015-09-03 13:14:50 +00:00
Jo-Philipp Wich
3d1890053c
base-files: add /etc/hosts entries for ::1, ff02::1 and ff02::2
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 46771
2015-09-02 11:54:03 +00:00
Steven Barth
fc41846248
dnsmasq: make /tmp/dnsmasq.d and /tmp/hosts preferred over UCI settings
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46770
2015-09-02 11:49:00 +00:00
Steven Barth
a0d06f65ae
dropbear: bump to 2015.68
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46769
2015-09-02 11:48:57 +00:00
Felix Fietkau
c8b481e0c1
mdns: fix having mulitple network entries in uci
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46764
2015-09-02 09:23:52 +00:00
Steven Barth
7e009c1598
map: add debug-code for mapcalc
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46763
2015-09-01 18:48:22 +00:00
Steven Barth
37160e21bb
polarssl: bump to 1.3.12
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46762
2015-09-01 18:48:15 +00:00
Steven Barth
750a344a55
odhcpd: fix incorrect address assignment for DHCPv6
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46761
2015-09-01 13:31:00 +00:00
Hauke Mehrtens
46dd362bde
broadcom-wl: add interface after bridge is up
...
Without this patch adding the wifi device to the bridge may fail
because the bridge is not already configured when the wifi device gets
configured. This patch makes broadcom-wl wait till the bridge is ready.
This fixes #17262
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46749
2015-08-29 20:05:04 +00:00
Hauke Mehrtens
9893aa395c
broadcom-wl: fix bash comparison error
...
This fixes #17495
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46746
2015-08-29 17:38:15 +00:00
Hauke Mehrtens
adbb8801ac
broadcom-wl: fix section mismatches in broadcom-wl driver
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46745
2015-08-29 17:37:41 +00:00
Hauke Mehrtens
01435cded6
broadcom-wl: fix build with kernel 4.1
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46744
2015-08-29 17:37:09 +00:00
Felix Fietkau
a149b9f987
mt76: update to the latest version, fixes some tx power issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46741
2015-08-28 07:05:41 +00:00
Rafał Miłecki
98531b425d
mac80211: add pending brcmfmac patch fixing warm reboots
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46739
2015-08-27 14:39:30 +00:00
Felix Fietkau
92f679d3a3
uci: update to the latest version, adds various fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46738
2015-08-27 12:43:27 +00:00
Felix Fietkau
5da52afa79
hostapd: properly enable 802.11w support
...
Add CONFIG_IEEE80211W variable to DRIVER_MAKEOPTS so that 802.11w
support is properly compiled in full variant.
This fixes #20179
Signed-off-by: Janusz Dziemidowicz <rraptorr@nails.eu.org>
SVN-Revision: 46737
2015-08-27 12:43:22 +00:00
Rafał Miłecki
2cd72294b6
mac80211: add pending brcmfmac patches fixing multiple interfaces
...
So far support for multiple interface was somehow broken in brcmfmac.
Driver couldn't correctly match firmware and system interfaces resulting
in not working APs and WARNINGs. This pending patches fixes that :)
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46734
2015-08-26 22:10:14 +00:00
Rafał Miłecki
7a68c31a81
mac80211: backport latest patches except for NVRAM support
...
We sill don't use kernel 4.2 which is required for backporting using
upstream NVRAM support patch.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 46724
2015-08-25 15:20:48 +00:00
Felix Fietkau
d4e9c8d7ef
netifd: update to the latest version, adds multicast-to-unicast fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46719
2015-08-25 07:24:53 +00:00
Steven Barth
9f67c7fc8a
netifd: various updates
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46718
2015-08-25 06:27:37 +00:00
Steven Barth
ab71e84084
omcproxy: fix last commit
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46717
2015-08-24 08:53:16 +00:00
Steven Barth
e81f860bca
omcproxy: add new igmpv3 & mldv2 multicast proxy
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46716
2015-08-24 08:28:11 +00:00
Jonas Gorski
ecfd245133
mac80211: disable ipw2x00 for big endian targets
...
The ipw2x00 drivers assume that the system they are running is little
endian, and access everything in native byte order. When run on a big
endian system, everything breaks apart.
Since fixing this is non trivial on a first glance, disable them for
big endian targets.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46708
2015-08-23 09:36:03 +00:00
Zoltan Herpai
fdf3c6bf6e
Newer kernels make use of libahci in ahci-platform, ie. also on non-PCI platforms. As there is no single config symbol deciding whether libahci.ko is being built or not it seems the most sensitive thing to package it in kmod-ata-core.
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 46701
2015-08-21 09:48:05 +00:00