Steven Barth
7af30b4cef
map: ignore insignificant PSID bits
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46804
9 years ago
Steven Barth
8ac42ac28b
odhcpd: fix parsing of host entries without duid
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46803
9 years ago
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
9 years ago
Steven Barth
049baba1ef
nls.mk: add -rpath-link when needed for NLS support
...
When a package links to a shared library that depends on libiconv or
libintl shared libraries, specifying directory pathes to them via -L
switches is not enough, see "man 1 ld" -rpath-link description.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 46801
9 years ago
Felix Fietkau
d571f17129
gcc: add missing powerpc patch for 5.2.0
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46800
9 years ago
Felix Fietkau
4077850c7d
gcc: remove 4.6.3 leftovers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46799
9 years ago
Felix Fietkau
400fb6cadc
gcc: remove version 4.9-linaro
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46798
9 years ago
Felix Fietkau
edb5d7511b
uboot-ar71xx: fix gcc 5.2 compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46797
9 years ago
Jonas Gorski
8b4df1efd5
ipq806x: add support for Netgear Nighthawk X4 R7500
...
Add support for the Netgear Nighthawk X4 R7500 and build
appropariate sysupgrade and factory images.
Known issues:
* 5 GHz wifi not working - there is no quantenna driver
* One of the USB ports is not working
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46796
9 years ago
Jonas Gorski
6ec4c4b6b9
ipq806x: enable ide led trigger
...
To use gpio leds as ide leds, we need to enable the trigger to be
included in the kernel.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46795
9 years ago
Jonas Gorski
e1824f2543
base-files: allow setting ide-disk led trigger
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46794
9 years ago
Jonas Gorski
05e4d736d1
ipq806x: add support for retrieving macs from mtd
...
Add support for mtd-mac-address for stmac.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46793
9 years ago
Jonas Gorski
4bbfb09362
image: allow exactly KERNEL_SIZE sized kernels
...
The KERNEL_SIZE should be the maximum size, inclusive, so we need to
check for greater equal, not just greater.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46792
9 years ago
Jonas Gorski
b958c12d2c
image: move netgear-image to top and rename to -dni
...
Use the same naming as netgear-chk.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46791
9 years ago
Jonas Gorski
156a25b9c4
ar71xx: rename NETGEAR_ variables to their netgear names
...
Netgear names them BOARD_ID and HW_ID, so we should do the same.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46790
9 years ago
Jonas Gorski
89815d4645
ipq806x: build images and add sysupgrade support for AP148
...
Add full ubi and sysupgrade images for AP148 and add sysupgrade support
for ipq806x to allow updating the current installation.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46789
9 years ago
Jonas Gorski
e3f6876623
ipq806x: clear IMAGES for devices
...
Ensure that IMAGE-less devices won't keep the IMAGES of any previous
devices.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46788
9 years ago
Jonas Gorski
7a962fb55a
ipq806x: wrap legacy image in uImage
...
Wrap the zImage in a uImage header so we can easily boot it from legacy
u-boots.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46787
9 years ago
Jonas Gorski
5686d67d1c
ipq806x: rename "rootfs" to "ubi" on nand
...
OpenWrt expects the ubi paritition to be named "ubi", not "rootfs".
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46786
9 years ago
Jonas Gorski
9f44a347ea
ipq806x: enable smem-parser for nand on AP148
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46785
9 years ago
Jonas Gorski
a164be8ebe
build: add a build step for generic sysupgrade nand image
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46784
9 years ago
Jonas Gorski
db8ae81f89
image: add a build step for building and appending an ubinized rootfs
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46783
9 years ago
Jonas Gorski
556d483a6f
ipq806x: enable ubiblock support
...
To allow squashfs on ubi, enable ubiblock support in the kernel.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46782
9 years ago
Steven Barth
4b7ba93083
odhcp6c: correctly extend prefix from RAs
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46781
9 years ago
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
9 years ago
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
9 years ago
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
9 years ago
Felix Fietkau
3ae9c4fcad
uclibc++: fix build with gcc 5.2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46777
9 years ago
Felix Fietkau
41a9f280c4
libpcap: update to version 1.7.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46776
9 years ago
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
9 years ago
Felix Fietkau
86ba95601a
gcc: add ARM codegen fix from PR 65932
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46774
9 years ago
Felix Fietkau
efb08b9602
ar7: fix HIGHMEM_START ( #20427 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46773
9 years ago
Felix Fietkau
58ab3ad6b0
musl: update to version 1.1.11
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46772
9 years ago
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
9 years ago
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
9 years ago
Steven Barth
a0d06f65ae
dropbear: bump to 2015.68
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46769
9 years ago
Jonas Gorski
7d6cff4882
kernel: update 3.18 to 3.18.21
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.21
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46768
9 years ago
Felix Fietkau
7747092ed1
ramips: fix devicetree corruption with some boot loaders if the caches are not ready at boot
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 46766
9 years ago
Felix Fietkau
2416e506f5
kernel: bridge, multicast-to-unicast: fix echoes on STA
...
Currently, multicast packets from an STA are sent to any according
multicast listener directly through the bridge multicast-to-unicast
feature. Unfortunately, so far this includes the originating STA, too,
resulting in multicast packets being echo'ed back to the originating STA
if it itself is a multicast listener for that group.
This behaviour breaks IPv6 duplicate address detection: An IPv6 Neighbor
Solicitation for IPv6 Duplicate Address Detection is being echo'ed back,
resulting in the host falsely detecting an address collision, which
makes the node unable to claim an IPv6 address and use IPv6 in general.
Mac80211 unfortunately only prevents the echoes for us for multicast
frames. For the multicast frames cast to a unicast destination we'll
need to take care of excluding the originator ourselves.
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
SVN-Revision: 46765
9 years ago
Felix Fietkau
c8b481e0c1
mdns: fix having mulitple network entries in uci
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46764
9 years ago
Steven Barth
7e009c1598
map: add debug-code for mapcalc
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46763
9 years ago
Steven Barth
37160e21bb
polarssl: bump to 1.3.12
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46762
9 years ago
Steven Barth
750a344a55
odhcpd: fix incorrect address assignment for DHCPv6
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46761
9 years ago
Jonas Gorski
1bc35a08d1
lantiq: remove dead EASY33016 image recipe
...
Support for lantiq_svip_be has been removed a while ago, so EASY33016
images weren't buildable anymore. Remove the recipes as well as gzip
compressed kernel support, as EASY33016 was the last user of it.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46760
9 years ago
Jonas Gorski
efb2c403cf
ramips: disable the openwrt commandline hack
...
We don't make use of it, so no need to have it enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46759
9 years ago
Jonas Gorski
6920a664e8
malta: disable the openwrt commandline hack
...
We don't make use of it, so no need to have it enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46758
9 years ago
Jonas Gorski
09609b4e44
brcm63xx: disable the openwrt commandline hack
...
We don't make use of it, so no need to have it enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46757
9 years ago
Jonas Gorski
f5601a97a2
brcm47xx: disable the openwrt commandline hack
...
We don't make use of it, so no need to have it enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46756
9 years ago
Jonas Gorski
22d707ecd8
ath25: disable the openwrt commandline hack
...
We don't make use of it, so no need to have it enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46755
9 years ago
Jonas Gorski
900b87e96c
adm5120: disable the openwrt commandline hack
...
We don't make use of it, so no need to have it enabled.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46754
9 years ago