- May 13, 2016
-
-
Matthias Schiffer authored
Also backport some patches improving QCA956x support.
-
Matthias Schiffer authored
Lua's tables are 1-based, so we must decrement the index by 1 to get the desired MAC addresses. By not doing this, the second IBSS interface would get the address with index 8, but only indices 0..7 are available. Fixes: c73a12e0
-
- May 11, 2016
-
-
Matthias Schiffer authored
-
- May 09, 2016
-
-
Matthias Schiffer authored
Make pkg-config, mkimage and gcc build with GCC 6 as host compiler. Fix miscompilation of node. Fixes #755
-
- May 06, 2016
-
-
Matthias Schiffer authored
Fixes #687
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- May 05, 2016
-
-
Matthias Schiffer authored
Fixes VLANs with shell protos on top of WLAN devices. Fixes #754
-
- May 03, 2016
-
-
Matthias Schiffer authored
-
- May 02, 2016
-
-
Nils Schneider authored
-
- Apr 29, 2016
-
-
Matthias Schiffer authored
Fixes #731
-
Matthias Schiffer authored
This also reverts commit 24d8695d...
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
- Apr 28, 2016
-
-
kb-light authored
Signed-off-by:
kb-light <freifunk@kb-light.de>
-
- Apr 27, 2016
-
-
Matthias Schiffer authored
build: fix inconsistent handling of BROKEN variable.
-
lemoer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
kb-light authored
-
kb-light authored
-
Matthias Schiffer authored
There are a few devices which have more than one LAN interface (for example some revision of the TL-WR941ND, which uses a DSA-based switch, so each switch port has its own netdev.) On these devices we need a bridge for mesh-on-lan (as the alternative of adding them to batman-adv individually would need too many MAC addresses.)
-
lemoer authored
While ath9k/ath10k devices can supprt VIFs with any combination of MAC addresses, there are also adapters which have a hardware MAC filter which only allows a few bits to differ. This commit changes the addresses of all VIFs to ony differ in the last 3 bits, which is required to support many Ralink/Mediatek based WLAN adapters. Technically, the new addresses are generated by calculating an MD5 hash of the primary MAC address and using a part of this hash as a prefix for the MAC addresses. The addresses (BSSIDs) of the AP VIFs are also reused for the LAN and WAN interfaces in mesh-on-LAN/WAN mode to reduce the number of needed addresses, and thus reduce the chance of collisions. This is not a problem as the MAC addresses of the AP VIFs are never used except as BSSID, and thus not seen by routing protocols like batman-adv. Fixes #648 [Matthias Schiffer: rewrote commit message]
-
corvusmo authored
-
- Apr 26, 2016
-
-
Matthias Schiffer authored
We have Git for history, there's no reason to keep old files that aren't used anymore.
-
- Apr 25, 2016
-
-
Matthias Schiffer authored
Fixes #721
- Apr 24, 2016
-
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
-
Matthias Schiffer authored
It is not used anymore.
-
Matthias Schiffer authored
Fixes #733
-
- Apr 22, 2016
-
-
Matthias Schiffer authored
Add support for carambola 2 board
-
Jan Niehusmann authored
Device information can be found at: http://www.8devices.com/products/carambola-2 https://wiki.openwrt.org/toh/8devices/carambola2 I only did some minimal testing of gluon on the carambola 2 development board: - Config mode works - Connects to Wifi Mesh - Allows clients to connect Notably, autoupgrade has not yet been tested. Change to 010-primary-mac is necessary as the mac address printed on the sticker is the one of eth0, not the wifi mac.
-
Matthias Schiffer authored
-
- Apr 20, 2016
-
-
Matthias Schiffer authored
Preparations for Multicast Snooping Final
-
- Apr 19, 2016
-
-
Matthias Schiffer authored
Newer versions of Sphinx would break lines at the colons.
-
Matthias Schiffer authored
-
- Apr 08, 2016
-
-
corvusmo authored
Fixes #698
-
Nils Schneider authored
-