Matthias Schiffer
ee597c6676
gluon-wan-dnsmasq: fix handling of static DNS servers
...
Fixes #886
2016-09-18 22:54:13 +02:00
Matthias Schiffer
c98cad3656
docs, README: Gluon v2016.1.6
2016-08-30 12:38:38 +02:00
Matthias Schiffer
a7c77f6e20
ar71xx/cpe510: enable LNA for CPE210/220/510/520
2016-08-30 12:28:06 +02:00
Matthias Schiffer
7d95f0d9a9
gluon-wan-dnsmasq: add interface name to link-local addresses
...
Fixes #854
2016-08-28 22:11:31 +02:00
Matthias Schiffer
adff3daed6
ar71xx-generic: add support for new TP-Link region codes
...
Generate flashable images for the Archer C7 v2 with current stock firmware
again.
To set the region code, the GLUON_REGION variable must be set to "us" or
"eu" in site.mk or as a make argument.
Fixes #860
2016-08-28 22:11:26 +02:00
Matthias Schiffer
3eff2c496f
scripts/update.sh: don't disable commit signing for modules
2016-08-27 21:35:59 +02:00
Matthias Schiffer
16648ce242
scripts/update.sh: fix checkout of correct base commit after fetching
2016-08-12 09:24:05 +02:00
Matthias Schiffer
17e45badd9
update/patch: avoid applying patches directly in build repos
...
Switching branches and applying patches in the build repos will
unnecessarily touch many files, causing rebuilds of packages that didn't
really change; furthermore, it is filling the reflog with many entries.
Don't ever switch to base branch in the build repos and apply patches in
a temporary clone to avoid these issues.
In addition, GPG signing is generally disabled in the build repos to
override potential global configuration (as signing doesn't make sense and
will slow down rebases).
2016-08-09 03:42:12 +02:00
Matthias Schiffer
6903503181
build: add module separators/headings to patch/update/update-patches scripts
...
Suggested-by: Steffen Möller <steffen_moeller@gmx.de>
2016-08-09 03:40:04 +02:00
Matthias Schiffer
6a7363d9c5
build: remove rather useless "patch" and "unpatch" make targets
2016-08-09 03:40:04 +02:00
Johannes Rudolph
1c5f92e3b9
git submodules
...
Possibility to work with git submodules
2016-08-09 03:40:04 +02:00
@RubenKelevra
eba555d315
modules: change url from openwrt.org to github one ( #849 )
2016-08-08 21:22:15 +02:00
Matthias Schiffer
a984652074
libpcap: fix dependency of install-shared-so make target
2016-07-21 18:04:07 +02:00
Matthias Schiffer
9095c9a706
ar71xx-generic: switch default WAN/LAN assignment on Ubiquiti UAP Pro
...
Fixes #764
2016-07-19 15:50:05 +02:00
Matthias Schiffer
88fba507ba
Update Gluon packages
2016-07-19 02:47:52 +02:00
Matthias Schiffer
f109d859db
ath10k-firmware: switch to version from LEDE 0a0caa2656c8db73518a1783743ede772e3ac40f
...
Fixes a memory leak in ath10k.
2016-07-13 14:19:21 +02:00
Matthias Schiffer
02c27480ab
gluon-luci-wifi-config: fix to work with legacy configs using macaddr instead of path to identify radios
2016-07-09 23:33:33 +02:00
Matthias Schiffer
3b916a554e
x86: stop relying on hexdump for image build signature
...
Fixes #811
2016-07-03 19:18:26 +02:00
Matthias Schiffer
d5b45c0bee
ramips: add missing patch to spi-nor backport to fix mt7621 support
2016-07-01 14:25:25 +02:00
Matthias Schiffer
c29a187d9f
scripts/update-patches: disable rename detection
...
git 2.9 enables rename detection by default, changing the content of some
of our patch files. Explicitly disable it.
2016-07-01 14:25:23 +02:00
Matthias Schiffer
867d9396cd
build: backport a few patches for better Make 4.2+ support
2016-06-15 20:30:04 +02:00
Matthias Schiffer
deac14e629
node: fix CXXFLAGS on host install
...
Now really fixes the build on Debian Jessie...
2016-05-30 01:00:46 +02:00
Matthias Schiffer
f6dab1233b
node: fix build on Debian Jessie
2016-05-29 20:19:49 +02:00
Matthias Schiffer
4ce711fc89
node: downgrade to v0.12.14
...
Allow to build Gluon with GCC 4.7 (e.g. on Debian Wheezy) as host compiler
again.
2016-05-28 16:15:06 +02:00
Matthias Schiffer
d224d99470
scripts/patch: never GPG-sign automated commits, regardless of the default configuration
2016-05-28 16:14:14 +02:00
Matthias Schiffer
426f07755d
scripts/patch.sh: add --committer-date-is-author-date to git am
...
This option will make the generated commit IDs deterministic, greatly
reducing the number of repository objects created when calling `make
update` repeatedly.
2016-05-28 16:14:06 +02:00
Jan-Tarek Butt
f6b390ca33
docs: fix 404 error for nordwest site repo url
2016-05-27 00:24:51 +02:00
mokkin
0aa46df890
added site for Leipzig
2016-05-27 00:24:45 +02:00
kb-light
bb94629f0d
docs: Freifunk Paderborn is now called Freifunk Hochstift
...
link to site-repo updated
2016-05-27 00:24:35 +02:00
Sven Eckelmann
6899e50c97
ar71xx-generic: Use eth0 as OpenMesh primary mac address
...
The OpenMesh devices have a sticker with the eth0 mac address on the
bottom. Also all other mac addresses are calculated based on this address.
Therefore, it is better to use this as primary mac address instead of the
WiFi mac address.
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
2016-05-25 13:05:51 +02:00
Sven Eckelmann
d75df2413e
ar71xx-generic: Remove extra dash between v2 and OpenMesh device name ( #781 )
...
The returned name for OpenMesh devices with a an extra vX when calling
lua -e 'print(require("platform_info").get_image_name())'
doesn't contain a dash between the vX and the device name. Thus the image
should also not contain a dash.
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
2016-05-25 13:05:40 +02:00
Matthias Schiffer
61b77b9a80
docs, README: Gluon v2016.1.5
2016-05-19 16:21:37 +02:00
Sven Eckelmann
3f472cbc6a
ar71xx-generic: Add support for OpenMesh devices
...
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>
2016-05-19 00:25:04 +02:00
Sven Eckelmann
e76efb2659
gluon-luci-admin: Fix uploaded image validation
...
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>
2016-05-19 00:24:55 +02:00
Matthias Schiffer
15886fb65b
gluon-mesh-vpn-fastd: add missing iptables dependency confusing Kconfig
...
This was causing "recursive dependency" errors and potentially broken
configurations.
2016-05-18 01:34:34 +02:00
Matthias Schiffer
cebb753e1d
Update Gluon packages
2016-05-16 02:18:42 +02:00
Matthias Schiffer
e112aa6593
mpc85xx-generic: fix flash detection after spi-nor backport
2016-05-11 12:03:29 +02:00
Matthias Schiffer
1f400189cf
kernel: backport spi-nor driver from 4.4.9
...
Fixes #687
2016-05-09 23:15:17 +02:00
Matthias Schiffer
5a31cacee4
Update OpenWrt base
...
This also reverts commit 24d8695d8ceeb09d6c84bcd6ee4ffe087c9b386b...
2016-05-09 23:12:55 +02:00
Matthias Schiffer
2b01506b71
ar71xx: add missing ath10k firmware for Archer C5/C7
...
Fixes #758
2016-05-09 22:45:39 +02:00
Matthias Schiffer
27e87da4a2
Fix build with GCC 6
...
Make pkg-config, mkimage and gcc build with GCC 6 as host compiler. Fix
miscompilation of node.
Fixes #755
2016-05-09 22:43:56 +02:00
Matthias Schiffer
4add3d7204
docs: clean up and update Ubiquiti hardware support list
2016-05-06 20:18:08 +02:00
Matthias Schiffer
a2cbb02254
ar71xx-generic: add support for Ubiquiti Rocket M XW
2016-05-06 20:12:55 +02:00
Matthias Schiffer
495a3ab9fc
netifd: update and revert problematic patch
...
Fixes VLANs with shell protos on top of WLAN devices.
Fixes #754
2016-05-05 22:41:57 +02:00
Matthias Schiffer
310079cd2b
ar71xx-generic: add TP-LINK TL-WR841ND v11 support
...
Fixes #721
2016-04-29 17:46:40 +02:00
Jan-Philipp Litza
41062d9582
gluon-core: use exec on uci commit
2016-04-29 17:41:55 +02:00
kb-light
b788b6684d
gluon-node-info: add a script to fix whitespaces within the coordinates
...
Signed-off-by: kb-light <freifunk@kb-light.de>
2016-04-28 16:12:42 +02:00
Matthias Schiffer
63fb516bd3
gluon-core: commit all UCI configs at the end
...
Avoid commiting configs inbetween to decrease number of flash writes.
Fixes #714 .
2016-04-28 16:12:21 +02:00
Matthias Schiffer
8adce872cb
gluon-config-mode-mesh-vpn: fix save() call for traffic limits
...
It doesn't seem like this mistake had any effect.
2016-04-28 16:11:01 +02:00
Matthias Schiffer
6922fb8197
build: fix race condition on make clean
without preceeding normal make
2016-04-27 20:28:30 +02:00