Jo-Philipp Wich
2b366700b0
tools: libtool relocatable fixes
...
Make sure that libtool and libtoolize call grep relative to
$STAGING_DIR as well.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43960
10 years ago
Jo-Philipp Wich
90283e410b
tools: bootstrap libtool to pickup the correct in-tree automake
...
Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43959
10 years ago
Jo-Philipp Wich
73a1f3597b
tools: bootstrap automake to pickup the correct in-tree autoconf
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43958
10 years ago
Jo-Philipp Wich
6dec519be7
tools: add dummy scripts for help2man and makeinfo
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43957
10 years ago
Jo-Philipp Wich
1070fec51f
tools: change automake depends to libtool depends
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43956
10 years ago
Jo-Philipp Wich
eca61e8c44
tools: make libtool depend on automake, not vice versa
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43955
10 years ago
Felix Fietkau
bc78885e70
ramips: add missing -Os cflag for mt7621
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43954
10 years ago
Felix Fietkau
acfc6c153b
ramips: use a larger number of rx descriptors on mt7621 to work around rx overrun related packet loss
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43953
10 years ago
Felix Fietkau
05d4b8c79b
ramips: remove interrupt coalescing, it is unnecessary with napi polling and could reduce throughput
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43952
10 years ago
Rafał Miłecki
adaac86c7f
hostapd: backport patch fixing handling new stations
...
This patch fixes adding new stations for some specific drivers when
using more than 1 BSS.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43951
10 years ago
Imre Kaloz
c3c00c4286
netfilter: handle nft_masq and nft_masq_ipv4
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43950
10 years ago
Steven Barth
98cb5c3a55
nftables: add missing patch
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43949
10 years ago
Steven Barth
05220c415c
nftables: bump again and disable building docs
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43948
10 years ago
Imre Kaloz
a2ed38f7b6
pwm support can't be compiled as a module
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43947
10 years ago
Steven Barth
d73c382a73
map: ignore psid and psidlen if psidlen is 0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43946
10 years ago
Imre Kaloz
b0a2d7ad0d
now that the driver knows it, use the 88e6172's switch type in the mamba dts
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43945
10 years ago
Steven Barth
6150714eb0
nftables: bump to latest and enable debugging
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43944
10 years ago
Nicolas Thill
a0191c9b64
dosfstools: update to 3.0.26
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43942
10 years ago
Nicolas Thill
a46965888a
fuse: update to 2.9.3
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43941
10 years ago
Nicolas Thill
edacde5042
target/uml: add missing config symbols
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43940
10 years ago
Felix Fietkau
63176d7e1e
musl: merge changes from git, includes further getopt fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43939
10 years ago
Luka Perkov
9db3df9d6b
mvsw61xx: track and set per-VLAN port state in STU
...
Since the driver doesn't know anything about (M)STP
we just hard-set the ports to be enabled if they are
part of the VLAN.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43938
10 years ago
Luka Perkov
0b2cbeca7a
mvsw61xx: clean up and expand register definitions
...
- eliminate MV_CPUPORT; not necessary since we define
the CPU port(s) via Device Tree
- add STU and expand VTU operations
- update register names to match those of 88E61xx rather than
mvswitch's 88E6060
- use more consistent formatting
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43937
10 years ago
Luka Perkov
1e39f3aef8
mvsw61xx: rework chip recognition
...
Recognizes 88E6171/6172/6176 at the moment.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43936
10 years ago
Luka Perkov
a1872182bb
mvsw6171: rename to 'mvsw61xx'
...
In preparation for properly supporting switches
beyond the 88E6171.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43935
10 years ago
Jo-Philipp Wich
e0daabc8ec
ltq-vmmc: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43934
10 years ago
Jo-Philipp Wich
18fd9db4e3
ltq-tapi: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43933
10 years ago
Jo-Philipp Wich
cb01d94199
ltq-ifxos: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43932
10 years ago
Jo-Philipp Wich
d6beac80f8
ltq-adsl: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43931
10 years ago
Felix Fietkau
2ff6a5f618
libusb: update to version 1.0.19
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43930
10 years ago
Luka Perkov
b78cddafcc
kernel: update 3.14 to 3.14.28
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43929
10 years ago
Florian Fainelli
884a01d8a4
mcs814x: switch to 3.14 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43927
10 years ago
Florian Fainelli
dd4ee63fa4
mcs814x: add 3.14 kernel support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43926
10 years ago
Florian Fainelli
3b523f6780
mcs814x: account for dtb output directory differences
...
3.3 produced *.dtb files in arch/arm/boot/ while 3.14 will produce those
in arch/arm/boot/dts/, adjust the image makefile accordingly.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43925
10 years ago
Florian Fainelli
d43997b223
mcs814x: set low_mem feature flag
...
Most of the devices we support have between 16MiB and 32MiB of RAM
available.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43924
10 years ago
Florian Fainelli
cfdb22f0e4
mcs814x: rename config-default to config-3.3
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43923
10 years ago
Zoltan Herpai
741e0fd7a1
sunxi: change bananapro DTS to use the already published patch, clean up 3.18 config of generic symbols
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43922
10 years ago
Zoltan Herpai
2513eb6c19
uboot-sunxi: fix bananapro target, update patch
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43921
10 years ago
Felix Fietkau
547ab2de5a
ar71xx: fix console string in images
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43917
10 years ago
Jo-Philipp Wich
dffaf94d44
imagebuilder: fail with error if the passed profile name does not exist
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43916
10 years ago
Florian Fainelli
3b21b2ae00
adm5120: add experimental 3.14 kernel support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43915
10 years ago
Florian Fainelli
c119814b2b
adm5120: move files to files-3.8
...
In preparation for adding new kernel support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43914
10 years ago
Florian Fainelli
0c5feac573
tools: edimax_fw_header: fix suspicious memset usage
...
memset() was called with a size argument against a pointer size, not the
structure size itself.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 43913
10 years ago
Zoltan Herpai
3db73fc350
kernel: add missing config symbols for 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43912
10 years ago
Felix Fietkau
60629e1695
build: do not assume that gcc-{ar,ranlib,nm} is usable with an external toolchain
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43911
10 years ago
Felix Fietkau
9229b34d92
ar71xx: port wndr3700/3800 to the new image building code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43910
10 years ago
Felix Fietkau
492bcad8ec
ar71xx: port carambola2 to the new image building code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43909
10 years ago
Felix Fietkau
5b0d18093d
ramips: convert mt7621 images to new image building code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43908
10 years ago
Felix Fietkau
95a945a7cb
build: add new image building code infrastructure
...
This simplifies building device / profile specific images, and allows
the build system to parallelize generating images
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43907
10 years ago
Felix Fietkau
e66f1292aa
ramips: simplify mkimage kernel loadaddr/entry handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43906
10 years ago