Sukru Senli
56f93e1eab
voice_client: adapt to led name change
2020-04-23 12:41:08 +02:00
Jakob Olsson
57e2a69575
netmode: remove status method, depend on 'enabled' option
2020-04-23 12:25:18 +02:00
Rahul
c7f037fdd7
bbf: Update mcastmngr to handle mld config
...
The mcast manager can now configure mld snooping and proxy
2020-04-23 14:41:31 +05:30
Sukru Senli
ea87bfe337
owsd: disable ubus-x by default
2020-04-23 11:11:15 +02:00
Sukru Senli
df93ed2d3c
netmode: deprecate config based mode switching
2020-04-23 09:59:21 +02:00
Jakob Olsson
de03c6149c
owsd: remove some sections from default cfg
2020-04-23 08:42:18 +02:00
Jakob Olsson
92480328ac
owsd: update default configuration
2020-04-22 13:55:48 +02:00
Jakob Olsson
02404d5f22
owsd: only include json-validator.h if flag is given
2020-04-22 12:47:32 +02:00
Jakob Olsson
bd65c9a666
owsd: update for lws-3.1.0, make one vhost per origin
2020-04-22 12:36:40 +02:00
Sukru Senli
ec443bbb91
qosmngr: remove reference to db layer2 option
2020-04-22 11:40:35 +02:00
Ronny Nilsson
0292918ef4
iop: add rsync
...
It is used by the sysbackup and sysrestore utilities.
2020-04-21 17:06:56 +02:00
Jakob Olsson
947d72ae96
wifilife: firewall.mbid: remove lockfile if script is interrupted
2020-04-21 13:26:41 +02:00
Suru Dissanaike
fb195d9456
IOP: added --opensdk flag, support for cloning using https, and minimalistic genconfig_min
2020-04-20 15:11:09 +02:00
Amin Ben Ramdhane
aa6ff005ea
icwmp: 4.0-2020-04-17
2020-04-20 12:11:08 +01:00
Amin Ben Ramdhane
a404289e69
bbf: 1.2-2020-04-20
2020-04-20 12:09:13 +01:00
vdutta
ccb5d3108a
uspd: Show fault as per cmwp specification
2020-04-20 15:26:16 +05:30
Sukru Senli
ed23fc33b4
iop: generate_tarballs script fix
2020-04-20 08:21:32 +02:00
Rahul
c1dbba3545
mcastmngr: remove max_groups section from uci
...
The option max_groups is not really needed in the uci, hence,
removed. Also, max_membership and max_msf are set internally
by mcpd so no need to echo them seperately.
2020-04-20 07:09:18 +05:30
Sukru Senli
ab7cf3e44a
questd: 5.1.3
2020-04-19 20:18:11 +02:00
Sukru Senli
2afe82e86b
qosmngr: depend on existence of tool
2020-04-19 20:08:59 +02:00
Rahul
cd4733efa9
mcastmngr: Add mcastmngr
...
The mcastmngr read the uci file and configures the corresponding
multicast daemon accordingly. It is for now doing this for broadcom's
mcpd utility. Here are a few examples of what UCI config gets converted
to what /var/mcpd.conf
Snooping:
config snooping 'msnoop_1'
option enable '1'
option proto 'igmp'
option version '2'
option robustness '2'
option aggregation '0'
option interface 'br-wan100'
root@iopsys:~# cat /var/mcpd.conf
igmp-default-version 2
igmp-robustness-value 2
igmp-max-groups 20
igmp-max-sources 10
igmp-max-members 20
igmp-snooping-enable 1
igmp-proxy-enable 0
igmp-query-interval 125
igmp-query-response-interval 100
igmp-last-member-query-interval 10
igmp-mcast-interfaces eth5.100
igmp-snooping-interfaces br-wan100
Proxy:
config proxy 'mproxy_1'
option enable '1'
option proto 'igmp'
option version '2'
option robustness '2'
option aggregation '0'
option last_member_query_interval '10'
option query_interval '120'
option query_response_interval '100'
list downstream_interface 'br-lan'
list upstream_interface 'eth5.1'
root@iopsys:~# cat /var/mcpd.conf
igmp-default-version 2
igmp-robustness-value 2
igmp-max-groups 20
igmp-max-sources 10
igmp-max-members 20
igmp-snooping-enable 2
igmp-proxy-enable 1
igmp-fast-leave 1
igmp-query-interval 120
igmp-query-response-interval 100
igmp-last-member-query-interval 10
igmp-proxy-interfaces eth5.1
igmp-mcast-interfaces eth5.1
igmp-snooping-interfaces br-lan
2020-04-19 15:27:38 +05:30
Sukru Senli
123dcd9d87
iop: config cleanup
2020-04-18 21:21:44 +02:00
Sukru Senli
fa2f34ef58
bbf: 1.2-2020-04-17
2020-04-17 14:34:02 +02:00
Sukru Senli
f099a39137
bbf: 1.2-2020-04-16
2020-04-16 18:59:06 +02:00
Sukru Senli
011e469c8a
questd: 5.1.2
2020-04-16 12:47:12 +02:00
Suru Dissanaike
f085b5552f
PKG_SOURCE_URL should use HTTPS
...
(cherry picked from commit 70c394db7c42a268de04d20efaf1f54e6c02a15d)
2020-04-16 10:53:32 +02:00
Sukru Senli
434f0f79a5
iop: generate correct wifilife tarball for mediatek
2020-04-15 12:41:43 +02:00
Sukru Senli
59206bb37f
bbf:1.2-2020-04-14
2020-04-14 19:15:10 +02:00
Yalu Zhang
b7d7b2a382
Make endptmngr and dectmngr2 stripped in the root filesystem on targets
...
This can totally save ~9M bytes space.
2020-04-14 14:59:49 +02:00
Sukru Senli
d7564ddf36
questd: 5.1.1
2020-04-14 10:58:34 +02:00
Ronny Nilsson
e2f238a155
busybox: add fractional sleep time.
...
Sleeping less than 1 second is of great usage in many shell scripts.
2020-04-13 22:36:46 +02:00
Anjan Chanda
0fe4491394
easy-soc-libs: 3.1.6
2020-04-13 19:02:36 +02:00
vdutta
c471e4b465
mapagent: Fix compilation
2020-04-13 19:53:29 +05:30
Anjan Chanda
8436c5e39a
mapagent: 2.0.1 - initial version
2020-04-13 13:28:26 +02:00
Anjan Chanda
d4d7cb9ed0
wfadatad: 2.0.1 - standalone daemon and plugin mode
2020-04-13 13:24:51 +02:00
Sukru Senli
a72d39cac8
bbf: 1.2-2020-04-12
2020-04-12 12:19:26 +02:00
Sukru Senli
ccf5343e62
iup: remove package
2020-04-11 20:18:15 +02:00
Sukru Senli
28a125cc5b
icwmp: remove obselete README
2020-04-11 20:18:02 +02:00
Yalu Zhang
abc791f516
voice-client: Add cdr_manager.conf.TEMPLATE and fix an error in cdr_syslog.conf.TEMPLATE
2020-04-09 15:51:01 +02:00
Anjan Chanda
e599097a22
mt76xx: fix consumer build due to removed wifi drivers
2020-04-09 12:18:10 +02:00
Rahul
71ee9e3311
qosmngr: introduce enable in queue and shaper section
...
Introduce enable in the queue and shaper section in qos config, if
disabled, configuration not done for that instance.
Fixed some bugs in the broadcom.sh script.
Note: The broadcom.sh script has not been updated to take into account
the fact that the board 6846 does not have enough queues available.
This script is kept so for the same of flexibility. The number of queues
per port can be controlled from the uci file now which easily available
and configurable.
2020-04-09 14:26:49 +05:30
vdutta
d7936fd7d1
uspd: Align boolean values to uci defaults
2020-04-09 13:54:50 +05:30
vdutta
70fb4a6442
uspd: Multiple fixes
...
4328f3a delete_object: fix memleak and endless list growing
99ddcf2 {add,del}_object: add "parameterKey" parameter
93155dc Add get_safe method
2020-04-09 11:59:34 +05:30
Sukru Senli
0e21fc2475
bbf: 1.2-2020-04-08
2020-04-09 08:13:51 +02:00
Anjan Chanda
4d5f387738
mt76xx: remove mediatek wifi drivers from iopsys feeds
2020-04-08 14:51:15 +02:00
Rahul
78bab83bed
qosmngr: rename the queue section name
...
rename the queue section name from q<0-4? to queue numbers being per
interface, so it is now for example q<0-7>_eth<0-5>
2020-04-07 20:58:17 +05:30
Rahul
9745a16694
qosmngr: fix default queue config generation
...
In case there is a valid config in the uci file, the script should
do nothing.
2020-04-07 13:14:35 +05:30
Sukru Senli
158f1d94a6
qosmngr: qos init script is platform unaware
2020-04-07 08:39:05 +02:00
Rahul
bdb29afd54
qosmngr: generating queue config dynamically
...
Changes done to generate uci config for queue from uci-defaults script
instead of using hard coded values.
2020-04-07 12:02:36 +05:30
Sukru Senli
57d179ed01
bbf: 1.2-2020-04-06
2020-04-06 19:09:00 +02:00