Rafał Miłecki
fa29300ffa
bcm53xx: enable earlyprintk on more devices
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-14 07:42:48 +00:00
Rafał Miłecki
36ef371f8e
bcm53xx: enable HIGHMEM to support more than 128 MiB of RAM
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43964 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-14 07:03:42 +00:00
Rafał Miłecki
8ae4b8ea1e
bcm53xx: refresh configs
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43963 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-14 07:03:17 +00:00
Steven Barth
132b726e95
map: export calculated ruleset to /tmp
...
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43961 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 19:00:39 +00:00
Jo-Philipp Wich
f3b1db996d
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 10:23:44 +00:00
Jo-Philipp Wich
7228b245ff
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43959 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 07:49:10 +00:00
Jo-Philipp Wich
5aa01e2480
tools: bootstrap automake to pickup the correct in-tree autoconf
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43958 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 07:49:01 +00:00
Jo-Philipp Wich
ebc223a217
tools: add dummy scripts for help2man and makeinfo
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43957 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 07:48:52 +00:00
Jo-Philipp Wich
450e2156cd
tools: change automake depends to libtool depends
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 07:48:37 +00:00
Jo-Philipp Wich
171f504510
tools: make libtool depend on automake, not vice versa
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43955 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 07:48:24 +00:00
Felix Fietkau
c1c6aee479
ramips: add missing -Os cflag for mt7621
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 00:34:49 +00:00
Felix Fietkau
980e0502ce
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 00:34:45 +00:00
Felix Fietkau
bc68bea2e7
ramips: remove interrupt coalescing, it is unnecessary with napi polling and could reduce throughput
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-13 00:34:38 +00:00
Rafał Miłecki
dd59caa5bd
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43951 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 22:10:00 +00:00
Imre Kaloz
cb36464b83
netfilter: handle nft_masq and nft_masq_ipv4
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43950 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 20:16:36 +00:00
Steven Barth
a3fcc7b807
nftables: add missing patch
...
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43949 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 12:40:08 +00:00
Steven Barth
6586ff011e
nftables: bump again and disable building docs
...
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43948 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 12:39:14 +00:00
Imre Kaloz
1a87ce75da
pwm support can't be compiled as a module
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43947 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 11:58:41 +00:00
Steven Barth
9f1844bffb
map: ignore psid and psidlen if psidlen is 0
...
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43946 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 10:56:54 +00:00
Imre Kaloz
308eeb28e6
[mvebu]: now that the driver knows it, use the 88e6172's switch type in the mamba dts
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 09:32:33 +00:00
Steven Barth
0724fa37bf
nftables: bump to latest and enable debugging
...
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-12 06:16:51 +00:00
Nicolas Thill
757bec7be2
dosfstools: update to 3.0.26
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 22:15:11 +00:00
Nicolas Thill
f420d6a5fa
fuse: update to 2.9.3
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43941 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 22:15:03 +00:00
Nicolas Thill
04b507072d
target/uml: add missing config symbols
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 22:03:06 +00:00
Felix Fietkau
67ea433a97
musl: merge changes from git, includes further getopt fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43939 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 18:25:23 +00:00
Luka Perkov
1a59c96060
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43938 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 17:20:16 +00:00
Luka Perkov
245edbac0b
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43937 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 17:20:06 +00:00
Luka Perkov
418bc42665
mvsw61xx: rework chip recognition
...
Recognizes 88E6171/6172/6176 at the moment.
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43936 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 17:20:03 +00:00
Luka Perkov
fb93335d7c
mvsw6171: rename to 'mvsw61xx'
...
In preparation for properly supporting switches
beyond the 88E6171.
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43935 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 17:19:58 +00:00
Jo-Philipp Wich
2386d7e7cf
ltq-vmmc: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43934 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 16:53:59 +00:00
Jo-Philipp Wich
ed57f009de
ltq-tapi: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43933 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 16:53:52 +00:00
Jo-Philipp Wich
e2eccd8f52
ltq-ifxos: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 16:53:45 +00:00
Jo-Philipp Wich
7db213836f
ltq-adsl: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43931 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 16:53:34 +00:00
Felix Fietkau
9d8dc4e41a
libusb: update to version 1.0.19
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43930 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 16:14:23 +00:00
Luka Perkov
725f724cc8
kernel: update 3.14 to 3.14.28
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43929 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-11 01:28:32 +00:00
Florian Fainelli
e8a287dda6
mcs814x: switch to 3.14 kernel
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 20:12:15 +00:00
Florian Fainelli
f52b2a5e6b
mcs814x: add 3.14 kernel support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43926 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 20:12:02 +00:00
Florian Fainelli
03e961eb20
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 20:11:18 +00:00
Florian Fainelli
1e7c30a28f
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43924 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 20:11:07 +00:00
Florian Fainelli
89c85f5f7a
mcs814x: rename config-default to config-3.3
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 20:10:57 +00:00
Zoltan HERPAI
7041d9d2ba
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 19:56:30 +00:00
Zoltan HERPAI
c4df635740
[packages] uboot-sunxi: fix bananapro target, update patch
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43921 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 19:12:35 +00:00
Felix Fietkau
f717da4878
ar71xx: fix console string in images
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43917 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 18:48:14 +00:00
Jo-Philipp Wich
a9d45da16c
imagebuilder: fail with error if the passed profile name does not exist
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43916 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 18:19:59 +00:00
Florian Fainelli
1f07007293
adm5120: add experimental 3.14 kernel support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43915 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 18:10:04 +00:00
Florian Fainelli
57a3eb31a2
adm5120: move files to files-3.8
...
In preparation for adding new kernel support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43914 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 18:08:53 +00:00
Florian Fainelli
5abdc7904b
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43913 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 18:08:16 +00:00
Zoltan HERPAI
a474986d52
kernel: add missing config symbols for 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 17:23:55 +00:00
Felix Fietkau
81fceec185
build: do not assume that gcc-{ar,ranlib,nm} is usable with an external toolchain
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 16:14:25 +00:00
Felix Fietkau
19a6298846
ar71xx: port wndr3700/3800 to the new image building code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43910 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-01-10 15:27:07 +00:00