- May 22, 2016
-
-
Andreas Fischer authored
-
- May 19, 2016
-
-
Matthias Schiffer authored
Don't fork reboot process before all package hooks have been handled and rendering is complete. Replace debug.setfenv hack to close stdout with nixio.dup. Fixes #772
-
- May 17, 2016
-
-
Matthias Schiffer authored
This was causing "recursive dependency" errors and potentially broken configurations.
-
- May 16, 2016
-
-
Sven Eckelmann authored
Integrate OpenMesh devices available in OpenWrt Chaos Calmer: - MR600 - MR600v2 - MR900 - MR900v2 - OM2P - OM2P-HS - OM2P-HSv2 - OM2P-LC - OM2Pv2 - OM5P - OM5P-AN Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Sven Eckelmann authored
The image validation currently fails on some devices (tested OpenMesh) because it isn't done via sysupgrade. But the checks depend partially on the integration in sysupgrade (e.g. via loops that can be stopped via "break statements"). Instead of hacking its own version check, it is easier and better tested to just use 'sysupgrade -T' like it is already done by LuCI. Signed-off-by:
Sven Eckelmann <sven.eckelmann@open-mesh.com>
-
Matthias Schiffer authored
-
- May 13, 2016
-
-
Matthias Schiffer authored
Fixes #764
-
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
-