Steven Barth
c81945e979
6relayd: Fix illegal memory accesses Spurious errors when receiving netlink-messages lead to unhandled errors which caused SIGBUS. Thanks to tdavis for debugging
...
SVN-Revision: 35836
12 years ago
Steven Barth
50b7fa217a
6relayd: various fixes cap preferred and valid lifetimes at more reasonable limits decrease memory usage (remove unnecessary book-keeping)
...
SVN-Revision: 35835
12 years ago
Hauke Mehrtens
04af8bd108
brcm47xx: bgmac: omit the fcs
...
This fixes #13058 and hopefully #12927
SVN-Revision: 35834
12 years ago
Hauke Mehrtens
9805096f48
brcm47xx: bgmac: update to version form netdev git repository
...
SVN-Revision: 35833
12 years ago
Jo-Philipp Wich
886ce188bf
xtables-addons: fix packaging of iptaccount
...
SVN-Revision: 35831
12 years ago
Hauke Mehrtens
f3bfc60e1c
b43-tools: fix compile error: undefined reference to `yydebug'
...
With bison 2.7 YYDEBUG will be set to 0 if it was not set, then #ifdef
YYDEBUG returns true, but bison 2.7 treets YYDEBUG 0 as not set.
This fixes the following error:
obj/main.o: In function `main':
main.c:(.text.startup+0xaf): undefined reference to `yydebug'
collect2: error: ld returned 1 exit status
This closes #13093 .
SVN-Revision: 35830
12 years ago
Luka Perkov
d8f57c4e6c
mpfr: upgrade to 3.1.1
...
SVN-Revision: 35828
12 years ago
Luka Perkov
71978cf105
bison: upgrade to version 2.7
...
SVN-Revision: 35827
12 years ago
Luka Perkov
829e0bc8b3
cmake: upgrade to version 2.8.10.2
...
SVN-Revision: 35826
12 years ago
Luka Perkov
2dde4db723
e2fsprogs: upgrade to version 1.42.7
...
SVN-Revision: 35825
12 years ago
Luka Perkov
552e5a0b00
flex: upgrade to version 2.5.37
...
SVN-Revision: 35824
12 years ago
Luka Perkov
7071a06e8f
gmp: upgrade to version 5.1.1
...
SVN-Revision: 35823
12 years ago
Luka Perkov
a0e2d2a6d1
sed: upgrade to version 4.2.2
...
SVN-Revision: 35822
12 years ago
Luka Perkov
ba80e0a4da
ccache: upgrade to version 3.1.9
...
SVN-Revision: 35821
12 years ago
Jo-Philipp Wich
557c047f71
firewall3: clear contnrack table on flush, set policies to drop during rule reload
...
SVN-Revision: 35820
12 years ago
Felix Fietkau
43d6e5c585
mac80211: fix sending probe requests in client mode, fixes connecting to hidden networks ( #13056 )
...
SVN-Revision: 35819
12 years ago
Luka Perkov
dbe806ec61
mklibs: upgrade to 0.1.35
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35818
12 years ago
Florian Fainelli
781e7dd18b
toolchain/binutils: fix partial MD5 sum from r35813
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35816
12 years ago
Florian Fainelli
5a0f4a89eb
toolchain/musl: add support for 0.9.9
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35815
12 years ago
Florian Fainelli
10c38f50a0
toolchain/binutils: add musl libc config.sub patch to 2.23.1
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35814
12 years ago
Florian Fainelli
f08ef57424
toolchain/binutils: fix 2.19.1 MD5 sum
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35813
12 years ago
Florian Fainelli
d417049c4a
toolchain/binutils: refresh patches
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35812
12 years ago
Florian Fainelli
bfcbabdf15
ncurses: fix build with musl libc toolchains
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35811
12 years ago
Florian Fainelli
f880c4992d
toolchain: mark unavailable packages for musl libc
...
And make librt be an empty stub for musl libc.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35810
12 years ago
Florian Fainelli
a2abc43104
gdb: do not depend on libthread-db when using musl libc
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35809
12 years ago
Florian Fainelli
2935823a42
toolchain/gcc: refresh patches
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 35808
12 years ago
Luka Perkov
098bd91f5e
gcc: don't build documentation
...
This closes #13039 .
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35807
12 years ago
Felix Fietkau
325cb65009
rt2x00: prevent device probe errors with CONFIG_MAC80211_MESH disabled ( #13080 )
...
SVN-Revision: 35806
12 years ago
Luka Perkov
a85019072f
gcc: remove support for 4.6.2
...
There are no good reasons for keeping this version around when 4.6.3 and
4.6-linaro are there.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 35805
12 years ago
Steven Barth
a90b6f7d90
6relayd: Fix config behaviour for rewrite_dns_addr option
...
SVN-Revision: 35804
12 years ago
Steven Barth
32ac53821f
6relayd: compatibility with broken IPv6 devices * Announce ULA as deprecated if other addresses are available * Allow the announced DNS-server to be overwritten
...
SVN-Revision: 35803
12 years ago
Gabor Juhos
5412b6f32e
ramips: add support for 3.8
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35801
12 years ago
Gabor Juhos
a08646642e
ramips: image: don't break make process if mkimage command fails
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35800
12 years ago
Gabor Juhos
275db5b4c4
ramips: remove port_power_off field from ehci_platform_data
...
It is removed in 3.8. Also add a revert patch for 3.7.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35799
12 years ago
Gabor Juhos
5e1d6ce077
ramips: remove __dev_{init,exit} annotations
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35798
12 years ago
Hauke Mehrtens
2c34e1aba5
brcm47xx: use bcm47xx_board_get() and detect some more boards in flash partition driver
...
SVN-Revision: 35791
12 years ago
Hauke Mehrtens
5d3b728372
brcm47xx: board detection WNDR3400v2
...
WNDR3400v2 is based on BCM53xx . Image that is created breaks the router somehow therefore "#".
CFE and NVRAM contain different vars - example:
CFE line original: Device eth0: hwaddr 74-44-01-37-C6-69, ipaddr 192.168.1.1, mask 255.255.255.0
CFE after openwrt: Device eth0: hwaddr 00-FF-FF-FF-FF-FF, ipaddr 192.168.1.1, mask 255.255.255.0
Logs were posted earlier on this mailing list: https://lists.openwrt.org/pipermail/openwrt-devel/2012-July/016174.html
Different logs with factory firmware are in the wiki: http://wiki.openwrt.org/toh/netgear/wndr3400#wndr3400v2
(and on wikidevi for example)
Signed off by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 35790
12 years ago
Gabor Juhos
f7879cd8d8
ar71xx: add profile and build image fot the TL-WA830RE v1 board
...
Added support for the TP-LINK TL-WA830RE v1 Range Extender.
Based on the WA901ND v1 support. Hardware IDs checked against
original firmware. Patch was successfully tested on hardware.
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35789
12 years ago
Gabor Juhos
ea71239d8a
ar71xx: add model detection for the TL-WA830RE board
...
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35788
12 years ago
Gabor Juhos
ddb29bebf5
firmware-utils/mktplinkfw: add support for the TL-WA830RE v1/v2 boards
...
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35787
12 years ago
Felix Fietkau
f1bde82f00
ath9k: issue a cold reset after failures or after bringing the chip out of full sleep - fixes many kinds of DMA issues
...
SVN-Revision: 35785
12 years ago
Hauke Mehrtens
0f2fc0adfd
brcm47xx: use same board detection code as kernel 3.8
...
SVN-Revision: 35770
12 years ago
Gabor Juhos
05de472518
adm5120: add support for 3.8
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35769
12 years ago
Gabor Juhos
3d65d0291c
adm5120: remove __dev{init,exit} annotations
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35768
12 years ago
Hauke Mehrtens
26e9830eac
broadcom-wl: hack to work around a bug in the PCIe controller
...
Thank you nlh
This closes #12930 .
SVN-Revision: 35767
12 years ago
Hauke Mehrtens
58eea9dc28
broadcom-diag: add support for e3200 v1
...
Hex values in nvram seem to be uppercase on my e3200 device.
Define one power led and two buttons (reset/wps).
Signed-off-by: Tijs Van Buggenhout <tvb@able.be>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 35766
12 years ago
Hauke Mehrtens
c3563fbea6
broadcom-diag: Detection of WNDR3400v1
...
nvram variable "boardtype" is unique for now.
-button gpio were taken from nvram.
-led information was taken from dd-wrt
( http://svn.dd-wrt.com/browser/src/router/libutils/utils.c )
I hope that I changed the values correctly.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 35765
12 years ago
Hauke Mehrtens
49ff283df8
broadcom-diag: use new in kernel board detection code
...
SVN-Revision: 35764
12 years ago
Hauke Mehrtens
2754907a13
mac80211: brcmsmac: add ap mode support
...
This does not work very well. I did not got this running in 5GHz mode and it was not very fast.
SVN-Revision: 35763
12 years ago
Felix Fietkau
414a2631b6
mac80211: disable ipv4/ipv6 address notifiers ( fixes #13055 )
...
SVN-Revision: 35762
12 years ago