Gabor Juhos
a1f91282b4
generic: ar8216: allow to specify SGMII config via platform data
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36798
2013-05-30 17:38:26 +00:00
Gabor Juhos
c170d3c3e4
generic: ar8216: add get_port_link callback
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36797
2013-05-30 17:38:22 +00:00
Gabor Juhos
3467b17e69
ar71xx: rb2011: add switch led control values
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36796
2013-05-30 17:38:21 +00:00
Gabor Juhos
4cf6e53ccc
ar71xx: rb2011: update RGMII RX/TX delay values
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36795
2013-05-30 17:38:20 +00:00
Gabor Juhos
6da63a8793
ar71xx: rb2011: move NAND nCE init to rb2011_nand_init
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36794
2013-05-30 17:38:17 +00:00
Gabor Juhos
50c59c4797
ar71xx: add user-space support for RB2011UAS
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36793
2013-05-30 17:38:15 +00:00
Gabor Juhos
d6554bf66a
ar71xx: add kernel support for the RB2011UAS
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36792
2013-05-30 17:38:13 +00:00
Gabor Juhos
8e56b1e742
generic: ar8216: show chip revision in the kernel log
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36791
2013-05-30 16:25:14 +00:00
Gabor Juhos
d19dae6e2d
ar71xx: add profile and build image for the Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36790
2013-05-30 16:23:10 +00:00
Gabor Juhos
35b5b38316
ar71xx: add user-space support for TP-LINK Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36789
2013-05-30 16:23:09 +00:00
Gabor Juhos
91d7c3efc1
ar71xx: add kernel support for the TP-LINK Archer C7 board
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36788
2013-05-30 16:23:07 +00:00
Gabor Juhos
f02765086d
ar71xx: add USB workarounds for AR934x/QCA955x SoCs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36787
2013-05-30 16:23:06 +00:00
Gabor Juhos
6ff976a87a
ar71xx: add profile and build image for the DIR-601-B1
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36786
2013-05-30 16:19:30 +00:00
Gabor Juhos
424c4c0b0a
ar71xx: allow to build CameoHornet images for multiple regions
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36785
2013-05-30 16:19:29 +00:00
Gabor Juhos
184dd34b6d
ar71xx: allow to override fw version in CameoHornet profile
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36784
2013-05-30 16:19:28 +00:00
John Crispin
e60cb01c45
lantiq: ARV752DPW: fix reboot loop caused by wrong GPIO setting
...
The GPIO buttons of ARV752DPW are active low.
Treating them as active high caused a reboot loop as a reset-button
press is detected by gpio-button-hotplug/gpio-keys-polled on startup.
This fixes: https://dev.openwrt.org/ticket/12642
Signed-off-by: Rafael Gieschke <rafael@gieschke.de>
SVN-Revision: 36783
2013-05-30 16:01:06 +00:00
John Crispin
c2b1e9eeef
lantiq: Fix ar8216 switch configuration
...
On linux 3.8 the switch is named as "switch0", but the network configuration script names it as "eth0", causing no communication over ethernet due to no proper VLAN config.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 36782
2013-05-30 16:00:59 +00:00
John Crispin
090a75447b
lantiq: DGN3500 support
...
This requires all the preceding patches and finishes support for the
DGN3500, also removing an obsolete file.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36781
2013-05-30 16:00:50 +00:00
John Crispin
a9968d9cb8
lantiq: enable retrieving kernel args from bootloader
...
This patch is a device tree enhancement that IMHO is worthy of mainline.
It allows the bootloader's commandline to be preserved even when the
device tree specifies one.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36780
2013-05-30 16:00:42 +00:00
John Crispin
d1f3751d05
lantiq: wifi calibration from MTD
...
This patch enables retrieving the wifi calibration data from an MTD
partition. It requires the previous patch.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36779
2013-05-30 16:00:32 +00:00
John Crispin
83c3cd4ed9
lantiq: postpone PCI and wifi init
...
This postpones the initialization of PCI and wifi until after the MTD
initialization, so that calibration data may be loaded from there.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36778
2013-05-30 16:00:24 +00:00
John Crispin
b585923cc9
lantiq: fix LED-handling oversights
...
This reassigns the PPPoE status to the LED that was intended to indicate
it, rather than the DSL sync light.
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
SVN-Revision: 36777
2013-05-30 16:00:15 +00:00
John Crispin
ee65d346d9
procd: update to latest git revision
...
* add support for rcS
* logread can relay log via tcp
* make sure directories are created before mknod is called
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36776
2013-05-30 16:00:06 +00:00
John Crispin
1756047518
ramips: set correct description for rt305x subtarget
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36775
2013-05-30 15:59:56 +00:00
Steven Barth
cdc3caf533
6relayd: Better compatibility with misbheaving DHCPv6 clients * Make the "best" address / prefix the first one being announced * Only add the "best" address to the hosts-file
...
SVN-Revision: 36772
2013-05-30 15:42:30 +00:00
Steven Barth
519f27cd33
netifd: updated IPv6 prefix delegation * Added support for prefix classes * Various bugfixes
...
SVN-Revision: 36771
2013-05-30 15:42:25 +00:00
Felix Fietkau
02fe12c00d
uhttpd: update again to fix a ubus plugin crash bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36770
2013-05-30 13:16:38 +00:00
Felix Fietkau
eeb7fdc13e
uhttpd: update to latest version, fixes script timeout for ubus requests
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36767
2013-05-30 10:44:20 +00:00
Felix Fietkau
5b19028c5c
ubus: update to latest version, fixes a crash on request cancelling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36766
2013-05-30 10:44:16 +00:00
Steven Barth
dc6625f977
6relayd: more verbosity in leases and logging
...
SVN-Revision: 36764
2013-05-30 07:56:55 +00:00
Jo-Philipp Wich
103b69e250
feeds: fix check for core packages that are not in the package/ toplevel directory
...
SVN-Revision: 36763
2013-05-29 18:17:07 +00:00
Steven Barth
56a3396bf2
iptables: bump to 1.4.19.1
...
SVN-Revision: 36760
2013-05-29 14:58:04 +00:00
Felix Fietkau
0edabea0b1
ubus: update to latest version, fixes json-c library name
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36759
2013-05-29 10:54:09 +00:00
Felix Fietkau
1afe1f0a7e
json-c: drop compatibility libraries
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36758
2013-05-29 10:49:22 +00:00
Felix Fietkau
f61933b3e8
libjson-c: Update to 0.11
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 36757
2013-05-29 10:31:53 +00:00
Felix Fietkau
1c2b8fdc08
libubox: update to latest version, adds support for the new json-c and adds a new blobmsg_json helper
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36756
2013-05-29 10:31:49 +00:00
Felix Fietkau
6f4cb088a0
build: clean up stale files from a previous build when installing a package build to the staging dir
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36755
2013-05-29 10:31:45 +00:00
Luka Perkov
5fbc56cfdc
uboot-imx6: add new package
...
SVN-Revision: 36754
2013-05-29 01:27:30 +00:00
Luka Perkov
4b21af4268
imx6: add new target
...
SVN-Revision: 36753
2013-05-29 01:27:29 +00:00
Luka Perkov
846e3d40a0
kernel: generic: remove upstream patches for 3.10-rc3 and refresh patches
...
SVN-Revision: 36752
2013-05-29 01:27:27 +00:00
Felix Fietkau
6e5dd8c0b9
mac80211: fix a crash issue introduced in the active monitor code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36751
2013-05-28 21:20:22 +00:00
Steven Barth
439fdd4d65
netifd: fix IPv6-addresses disappearing due to lifetime-overflows
...
SVN-Revision: 36748
2013-05-28 18:32:01 +00:00
Steven Barth
23b3cebd56
odhcp6c: fix or debug disappearing IPv6 addresses
...
SVN-Revision: 36745
2013-05-28 16:28:14 +00:00
Felix Fietkau
e875338294
ath9k: fix some issues in PA predistortion (still disabled by default)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36744
2013-05-28 16:07:29 +00:00
Felix Fietkau
e6250644be
mac80211: add support for "active" monitor interfaces which allow userspace tools to connect to APs via injection
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36743
2013-05-28 11:10:41 +00:00
Steven Barth
61c0c6ab68
6relayd: RFC 6204 and naming improvements * Announce delegated prefixes using route info according to RFC 6204 L-3 * Enable hybrid stateless + stateful DHCPv6-mode as default
...
SVN-Revision: 36738
2013-05-27 20:38:13 +00:00
Jo-Philipp Wich
63603ee478
firewall3: update to git head
...
- allows building without IPv6 support
- uses more robust rules to cope with missing libext.a
- uses better linking strategy to avoid symbol clashes with older iptables
- introduces source compatiblity layer for different libxtables versions
SVN-Revision: 36736
2013-05-27 15:13:19 +00:00
Jo-Philipp Wich
fe42794fe6
uci: update to git head ( #13348 , http://luci.subsignal.org/trac/ticket/572 )
...
- fixes overwriting list options with single-item lists in lua binding
SVN-Revision: 36730
2013-05-26 17:28:18 +00:00
Jo-Philipp Wich
1c9bc8822d
scripts: dl_cleanup.py: properly detect file names with <date>-<githash> version string
...
SVN-Revision: 36729
2013-05-26 17:28:11 +00:00
Gabor Juhos
c4d0a49348
ar71xx: typo in detect TL-MR10U/TL-MR11U
...
At offset 0x40, signature for TL-MR10U/TL-MR11U begin
from 0x00, not 0x10/0x11.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36727
2013-05-26 16:38:00 +00:00