Commit Graph

1318 Commits

Author SHA1 Message Date
Matthias Schiffer
e8866a04c5 Merge branch 'v2015.1.x' of https://github.com/tecff/gluon into v2015.1.x 2016-01-11 23:26:12 +01:00
Matthias Schiffer
46a6247593 ar71xx: another fix to wndr3700_board_detect 2016-01-02 23:53:48 +01:00
Matthias Schiffer
35ef06b499 Backport a few model detection fixes from the master 2015-11-20 15:44:09 +01:00
Andreas Ziegler
f22ae2c8b9 ar71xx: add support for TP-Link TL-WR1043ND v3 2015-11-05 17:05:09 +01:00
Matthias Schiffer
cc0c1d2d17 Backport support for the CPE210/220/510/520 v1.1 2015-10-28 00:47:14 +01:00
Matthias Schiffer
0762aaea46 toolchain/gdb: update source URL 2015-10-25 18:05:52 +01:00
Matthias Schiffer
8db1e73ca4 ar71xx-generic: remove BROKEN TL-WR941 v6 profile
In this case, the BROKEN flag was correct, the profile didn't work. This
has been fixed in master, but the fix won't be backported, so it's better
to remove the profile altogether.
2015-09-01 22:38:02 +02:00
Matthias Schiffer
2a5b7050da curl: backport CC version
Fixes #436
2015-08-16 11:13:40 +02:00
Matthias Schiffer
30677cdc38 docs: update v2015.1.2 release notes 2015-08-06 22:51:47 +02:00
Matthias Schiffer
8bd20540a8 Update batman-adv and alfred to v2015.0 + patches from the Gluon master 2015-08-06 21:51:00 +02:00
Matthias Schiffer
753d51b6b7 docs: v2015.1.2 release notes 2015-08-06 18:58:45 +02:00
Matthias Schiffer
38ee8e85d7 docs: update list of supported devices 2015-08-06 18:40:56 +02:00
Nils Schneider
75b3c807ff gluon-wan-dnsmasq: fix usage of libpacketmark
Using service_start requires exporting of environment variables.

Fixes #397
2015-08-06 17:06:17 +02:00
Neal Oakey
806d44b676 TP-Link TL-WA701ND v2: remove BROKEN 2015-08-03 18:34:16 +02:00
Matthias Schiffer
e55a00edfd hostapd: prevent channel switch for 5GHz
hostapd would switch the primary and secondary channel on 5GHz networks in
certain circumstances, completely breaking the adhoc interfaces of the WLAN
adapter (they would lose their configuration).

As a temporary fix, disable this channel switch function.
2015-07-27 21:00:45 +02:00
Matthias Schiffer
b5ae418f05 ar71xx: fix wndr3700_board_detect for some NETGEAR WNDR3700v2 2015-07-23 01:44:03 +02:00
Matthias Schiffer
5bcc50f3de ar71xx-generic: also provide images for the Ubiquiti Loco, Picostation and Rocket M
While the images are the same that are used for the Bullet M, adding these
copies will help users choose the correct image for their device.
2015-07-23 01:42:33 +02:00
Matthias Schiffer
05432947cd gluon-mesh-batman-adv-core: unconditionally set the WAN MAC address
This fixes MAC address conflicts on devices which use the eth0 as primary
address.
2015-07-12 16:37:58 +02:00
Matthias Schiffer
855f973f1f gluon-mesh-batman-adv-core: adjust rssid config to renamed WLAN interfaces
This should fix the signal strength indicators on the TP-Link CPE210/510.
2015-07-12 16:37:46 +02:00
Matthias Schiffer
69c5329bc6 Always use eth0 address as primary address on x86 and brcm2708
These targets don't have a WLAN adapter by default, so it doesn't make
sense to default to the phy0 address.
2015-07-12 16:37:17 +02:00
Matthias Schiffer
dba25dd496 x86-generic: add kmod-e1000e network driver 2015-07-12 16:36:59 +02:00
Nils Schneider
04be8b9490 gluon-config-mode-geo-location: translate "altitude" to "Höhe" 2015-07-12 16:36:36 +02:00
Matthias Schiffer
e26b1a3e96 Update OpenWrt base and packages 2015-07-12 16:33:53 +02:00
Neal Oakey
da16254c66 TP-Link TL-WA830RE v2: remove BROKEN 2015-07-04 17:23:12 +02:00
Matthias Schiffer
c7eac09415 Add support for TP-Link TL-WA801N/ND v1
Tested-by: @RubenKelevra
2015-07-01 17:18:41 +02:00
Matthias Schiffer
75213896a6 Enable DIRECT_IO kernel config
Fixes a kernel incompatiblity with the upstream OpenWrt modules regarding
filesystem drivers (and probably other modules related to block devices).
2015-06-25 16:59:29 +02:00
Matthias Schiffer
6d3113cbce Add support for TP-LINK TL-WR740N/TL-WR741ND
The TL-WR741ND will identify itself as a TL-WR740N/ND as well. This is fine as
the images are identical anyways.
2015-06-22 00:50:48 +02:00
Matthias Schiffer
e54e3dc410 docs: update version number 2015-06-17 01:04:48 +02:00
Matthias Schiffer
f13ac9fee1 docs: releases/v2015.1.1 2015-06-17 00:12:39 +02:00
Matthias Schiffer
3fcfbe0b1d Revert netns_ct ABI change introduced in r44874
Fixes compatiblity with upstream kernel modules.
2015-06-17 00:08:30 +02:00
Matthias Schiffer
637df6b197 gluon-announce, ...: don't output empty lists where not appropriate
Always output empty objects or nothing at all where objects are expected, but
no elements exist.

Also remove a few unneeded "requires", a few basic modules are provided by
announce.lua by default.
2015-06-17 00:06:51 +02:00
Matthias Schiffer
8375e82a38 x86: support two ethernet interfaces by default 2015-06-16 01:10:20 +02:00
Matthias Schiffer
c7ff22ca15 Add support for TP-LINK TL-WA830RE v1 2015-06-15 21:33:18 +02:00
Nils Schneider
b5050b294e Merge pull request #394 from oakey-dev/v2015.1.x
updated openwrt commit, to include openssl patch
2015-06-14 14:24:17 +02:00
Neal Oakey
9fa3fd8aa2 Update OpenWrt base
updates openssl to 1.0.2c
2015-06-14 14:21:32 +02:00
Matthias Schiffer
bdd0dbda1b build: prevent race condition between tool symlink creation 2015-05-28 03:52:24 +02:00
Matthias Schiffer
1d6bfd8eda build: ensure prereq has been run at the beginning of prepare-tmpinfo 2015-05-28 02:47:58 +02:00
Matthias Schiffer
66f6ff2385 gluon-mesh-batman-adv-core: don't break network configuration on upgrades with mesh_on_lan=true 2015-05-28 01:45:36 +02:00
Nils Schneider
bc2512980c gluon-luci-admin: fix translation of "Export Mode"
Export Mode -> Expert Mode
2015-05-28 01:45:27 +02:00
Matthias Schiffer
80906c2a0c docs, README: change current release to v2015.1 2015-05-16 15:34:55 +02:00
Matthias Schiffer
dab3dabc0e docs: releases/v2015.1: we haven't removed any hardware support 2015-05-16 15:19:57 +02:00
Matthias Schiffer
279ac23d83 docs: user/x86
Fixes #373
2015-05-16 15:03:14 +02:00
Matthias Schiffer
7f1e2621af docs: add gluon-luci-wifi-config to the example site.mk 2015-05-16 14:33:19 +02:00
Matthias Schiffer
6a31830600 gluon-mesh-batman-adv-core: always set hop penalty to 15
15 is the default in batman-adv-legacy, the new default 30 in newer batman-adv
versions is too high in larger networks.
2015-05-16 14:00:06 +02:00
Matthias Schiffer
bcae6d073a docs: releases/v2015.1: reword Ubiquiti TX power issue description 2015-05-16 13:17:25 +02:00
Matthias Schiffer
75f4483a6a Preliminary v2015.1 release notes 2015-05-16 13:01:05 +02:00
Matthias Schiffer
26629da378 Merge pull request #363 from freifunk-gluon/enter-cm
docs/site-example: explain how to re-enter configmode
2015-05-16 12:12:31 +02:00
Nils Schneider
df4ec226b4 docs/site-example: explain how to re-enter configmode
Fixes #347
2015-05-16 12:09:22 +02:00
Matthias Schiffer
acefefd2fa docs: hardware support list fixes 2015-05-16 00:23:12 +02:00
Matthias Schiffer
548c70d170 docs: mention fastd_mesh_vpn.enabled setting 2015-05-14 02:13:16 +02:00