Nils Schneider
4b8f6c9835
gluon-status-page-api: rewrite neighbours-batadv in C
2015-09-05 11:47:44 +02:00
Nils Schneider
431ac81407
gluon-status-page-api: split API from gluon-status-page
...
This will make it easier to replace the API with C programs.
2015-09-05 11:47:44 +02:00
Matthias Schiffer
d19b05e7b7
Merge remote-tracking branch 'origin/br-client-ifname-list'
2015-09-04 21:13:08 +02:00
Nils Schneider
34752c7e0b
br-client: convert option ifname to list ifname
...
Convert option ifname in br-client to use a list instead. This
simplifies adding and remove interfaces:
uci:add_to_set("network", "client", "ifname", "eth0")
uci:remove_from_set("network", "client", "ifname", "eth0")
An option ifname will be automatically converted to a list when
performing an upgrade.
Packages affected: gluon-mesh-batman-adv-core, gluon-luci-portconfig
2015-09-04 20:31:53 +02:00
Nils Schneider
7c6703d84b
luci.model.uci: add add_to_set / remove_from_set
2015-09-04 20:31:53 +02:00
Matthias Schiffer
faba9efb88
Merge branch 'jsonc-sink' of https://github.com/FreifunkBremen/gluon
2015-09-04 17:15:58 +02:00
Jan-Philipp Litza
961e6cc1c0
Add sink support to luci-lib-jsonc and use it where needed
2015-09-04 12:27:45 +02:00
Nils Schneider
96033758ab
Merge pull request #473 from FreifunkBremen/batctl-if-lua
...
Don't fork batctl from announce scripts
2015-09-04 11:40:00 +02:00
Matthias Schiffer
e3d89ee8c4
ath9k: add HSR tuner support for UniFi Outdoor Plus
2015-09-03 23:51:19 +02:00
Matthias Schiffer
f0a6400d5d
Refresh OpenWrt patches
2015-09-03 22:03:46 +02:00
Matthias Schiffer
d2909270a7
Merge remote-tracking branch 'origin/odhpc6c-minor-fixes'
2015-09-03 20:59:31 +02:00
Nils Schneider
40a1a3c16c
odhcp6c: minor fixes
2015-09-03 18:07:48 +02:00
Jan-Philipp Litza
bccf4f7b21
gluon-mesh-batman-adv-core: Add lua code for iface listing, don't fork
2015-09-03 16:33:13 +02:00
Matthias Schiffer
3599d8912b
Merge branch 'slim-down-lua-scripts' of https://github.com/FreifunkBremen/gluon
2015-09-03 15:29:27 +02:00
Matthias Schiffer
501affad08
Revert "mac80211: backport from trunk r46760"
...
This reverts commit 91b3c1d371
.
2015-09-03 15:24:51 +02:00
Matthias Schiffer
740e8b67c5
Revert "ar71xx: fix TP-LINK TL-WR941ND v6 support"
...
This reverts commit 6da1677d92
.
2015-09-03 15:24:42 +02:00
Nils Schneider
21935ffc81
gluon-status-page: set html encoding to utf-8
2015-09-02 21:19:41 +02:00
Jan-Philipp Litza
339a6c9959
Remove dependencies on luci.util (and partly nixio.fs) from announce scripts
2015-09-02 13:17:59 +02:00
Matthias Schiffer
6da1677d92
ar71xx: fix TP-LINK TL-WR941ND v6 support
2015-09-01 22:14:57 +02:00
Matthias Schiffer
91b3c1d371
mac80211: backport from trunk r46760
2015-09-01 22:14:57 +02:00
Matthias Schiffer
280ea8d9ba
Update OpenWrt base
2015-09-01 22:14:57 +02:00
Nils Schneider
7f5c3e433b
Merge pull request #462 from FreifunkBremen/contribution-guidelines
...
RFC: Add contribution guidelines
2015-08-31 21:15:26 +02:00
Nils Schneider
cf13db52b6
Merge pull request #463 from FreifunkBremen/jsonc-fix-memleak
...
Add patch "luci-lib-jsonc: Fix memory leak in stringify"
2015-08-31 20:01:41 +02:00
Jan-Philipp Litza
8e670bd3fd
Add patch "luci-lib-jsonc: Fix memory leak in stringify"
2015-08-31 19:56:00 +02:00
Jan-Philipp Litza
c6b551aeeb
Add contribution guidelines
2015-08-31 19:34:43 +02:00
Matthias Schiffer
f5bef2ab01
docs: site-example/i18n/de.po: fix typo
2015-08-31 00:45:52 +02:00
Matthias Schiffer
a25d00ddce
Merge branch 'feature-optional-thekey' of https://github.com/FreifunkBremen/gluon
2015-08-31 00:42:54 +02:00
Matthias Schiffer
d97586dd89
Merge branch 'announce-separate-frequencies' of https://github.com/FreifunkBremen/gluon
2015-08-30 23:53:36 +02:00
Matthias Schiffer
58306fd1c9
Merge pull request #459 from FreifunkBremen/docs-empty-msgstr
...
Warn of empty msgstr in translations, hint at using comments
2015-08-30 23:53:08 +02:00
Jan-Philipp Litza
89a9d8138c
gluon-mesh-batman-adv-core: Announce client count by frequency
2015-08-30 23:39:45 +02:00
Jan-Philipp Litza
222fd94ca7
docs: Warn of empty msgstr in translations, hint at using comments
2015-08-30 23:03:48 +02:00
Jan-Philipp Litza
eb590bdc12
gluon-config-mode-mesh-vpn: Move display of key to translations
...
When rebooting the node in config mode, currently the fastd key is
forcefully displayed in a fixed format. This is confusing in communities
where fastd accepts all keys and no key submission is needed.
Furthermore, some communities might want to personalize the display of
the key (see #387 ).
This patch moves the displaying <div> from the package's lua file to the
translation files of the sample site configuration and mentiones the
change in the release notes.
2015-08-30 21:55:29 +02:00
Jan-Philipp Litza
15a80aaffd
Switch from luci-lib-json to luci-lib-jsonc
...
Apart from replacing a patch for the former by two patches for latter,
this involved minimal adaptations of the lua scripts in the following
packages:
* gluon-announce
* gluon-announced
* gluon-mesh-batman-adv-core
* gluon-status-page
2015-08-30 21:05:13 +02:00
Matthias Schiffer
4405f39869
Merge remote-tracking branch 'origin/radio-config'
2015-08-29 02:36:38 +02:00
Nils Schneider
ac439b8b64
Update modules
2015-08-29 02:10:32 +02:00
Matthias Schiffer
3dbe4bc80f
Update modules
2015-08-28 19:31:41 +02:00
Matthias Schiffer
0f427af474
Avoid build dependency on libopenssl
2015-08-28 10:48:41 +02:00
kb-light
753c1f9e2a
gluon-status-page: handle 11s interfaces
2015-08-23 23:19:28 +02:00
Nils Schneider
5cd17b9b9b
Update modules
2015-08-19 21:36:00 +02:00
Nils Schneider
6906ef9de6
gluon-radvd: use uradvd
2015-08-19 21:20:50 +02:00
Nils Schneider
177086b881
gluon-radio-config: basic wireless configuration
...
Split basic radio configuration from gluon-mesh-batman-adv as this will
be required for virtually any wireless mesh protocol.
This package takes care of setting:
- wireless channel,
- htmode and
- regulatory domain
gluon-mesh-batman-adv-core depends on this package.
2015-08-18 11:41:14 +02:00
Nils Schneider
bd56af3bab
docs: introduce per-package documentation
...
Documentation for packages should be placed in docs/packages/
and be added to docs/index.rst.
2015-08-16 14:57:48 +02:00
Matthias Schiffer
a1071bc5d4
Update modules
2015-08-13 20:27:07 +02:00
Matthias Schiffer
d432a0a214
alfred: not only wait for the interface, but also a link-local address
2015-08-09 18:13:45 +02:00
Matthias Schiffer
0f928b08d5
docs: import v2015.1.2 release notes and list of supported devices
2015-08-09 14:56:03 +02:00
Matthias Schiffer
5cc6e820ea
Fix TL-MR3220 v2 image generation
...
This broke due to a recent OpenWrt update.
2015-08-07 20:56:43 +02:00
Matthias Schiffer
4b23674393
base-files: default_postinst: propagate the real postinst return code
...
Fixes site.conf checks.
2015-08-07 18:50:03 +02:00
Matthias Schiffer
86773d7628
gluon-luci-wifi-config: add support for new WLAN configuration
2015-08-07 18:36:13 +02:00
Matthias Schiffer
26c6a787f6
Merge remote-tracking branch 'origin/flexible-wifi'
2015-08-07 17:45:23 +02:00
Matthias Schiffer
11bffa59db
Update routing packages
...
This also updates batman-adv & alfred to 2015.1
2015-08-06 22:31:28 +02:00