John Crispin
eb8ff56684
ar71xx: Add support for Wallys DR344
...
This patch is for Wallys DR344 support under OpenWRT
Signed-off-by: Philippe Duchein <wireless-dev@duchein.net>
SVN-Revision: 47847
2015-12-11 15:04:47 +00:00
Felix Fietkau
e4fd0a41fd
ar71xx: fix switch port mapping for tl-wdr4300/3600
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47799
2015-12-06 14:25:36 +00:00
Jo-Philipp Wich
cc59f31e44
ar71xx: convert gpio switch config to board.d
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47763
2015-12-04 15:02:42 +00:00
Jo-Philipp Wich
08848936dd
all: remove redundant board.d/00_model files
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47753
2015-12-04 11:07:06 +00:00
Jo-Philipp Wich
527ec2af59
all: remove dummy ucidef_set_interface_loopback() from board.d
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47744
2015-12-03 23:13:00 +00:00
Jo-Philipp Wich
feb8bf5ddc
ar71xx: board.d: add missing include ( #21296 )
...
Include /lib/functions/system.sh in 02_network to define missing
mtd_get_mac_binary() procedure.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47723
2015-12-03 19:23:44 +00:00
Jo-Philipp Wich
8f8b702f85
board.d: remove redundant ucidef_set_interfaces_lan_wan() calls
...
This removes calls to ucidef_set_interfaces_lan_wan() and
ucidef_set_interfaces_lan() on boards where all relevant info can be
inferred from the switch definition.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47722
2015-12-03 17:30:56 +00:00
Jo-Philipp Wich
9b02e73188
board.d: merge ucidef_add_switch() and ucidef_add_switch_ports()
...
This changes uci-defaults-new.sh, config_generate and all relevant board.d
files in order combine ucidef_add_switch() and ucidef_add_switch_ports() into
a single function.
Also removes now superfluous enable and reset arguments.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47721
2015-12-03 17:30:24 +00:00
Jo-Philipp Wich
d17a64c7c0
base-files: uci-defaults-new: remove reset/enable args of ucidef_add_switch()
...
Out of 69 switch definitions, only 3 pass something different than "1" as
values for reset and enable, with one of those three being invalid.
This change ...
* removes the reset and enable arguments from ucidef_add_switch()
* unconditionally writes reset:1 and enable:1 to JSON
* converts the three users of nonstandard values to ucidef_add_switch_attr()
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47720
2015-12-03 17:30:08 +00:00
Jo-Philipp Wich
81f603dfb8
ar71xx: record board id and model name in /etc/board.json
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47672
2015-11-30 10:17:20 +00:00
Jo-Philipp Wich
963fc89df2
ar71xx: switch network and led defaults to board detection framework
...
Also translate ucidef_add_switch_vlan() to ucidef_add_switch_ports() for better
switch topology mapping and improved default config generation.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47663
2015-11-26 14:42:28 +00:00
Jo-Philipp Wich
3fac6dde85
Revert "ar71xx: migrate led and network setup to board detection framework"
...
The board detect code needs more fixes in order to work properly.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47641
2015-11-25 11:53:59 +00:00
John Crispin
1a092ce0e0
ar71xx: add GL-Domino Pi support V3
...
This is the patch for GL-Domino Pi V3. Updated against the latest trunk.
Signed-off-by: alzhao<alzhao@gmail.com>
SVN-Revision: 47622
2015-11-24 18:30:50 +00:00
John Crispin
a04c3e73a3
ar71xx: add GL-AR300 support V3
...
This is the patch for GL-AR300 V3, tested against the latest trunk.
Signed-off-by: alzhao<alzhao@gmail.com>
SVN-Revision: 47621
2015-11-24 18:30:19 +00:00
John Crispin
72093bd528
ar71xx: add GL-AR150 support V3
...
This is the 3rd version. Modified against the latest trunk.
Signed-off-by: alzhao<alzhao@gmail.com>
SVN-Revision: 47620
2015-11-24 18:29:59 +00:00
Jo-Philipp Wich
7fc4a4581b
ar71xx: fix network default config of the TEW-732BR
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47595
2015-11-22 20:00:13 +00:00
John Crispin
99fd9a7041
ar71xx: add support for the devolo dLAN Hotspot
...
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 47554
2015-11-21 21:24:18 +00:00
Jo-Philipp Wich
ade2c06d61
ar71xx: migrate led and network setup to board detection framework
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47534
2015-11-20 22:14:36 +00:00