Sukru Senli
87969bddae
iop: config: deselect out of scope juci packages
2020-05-02 13:23:21 +02:00
Sukru Senli
1f6dc0d9fb
libcgroup: deprecated
...
procd and LXCs are used for containerization
2020-05-02 12:41:38 +02:00
Sukru Senli
c92d47953e
testnet: control broadband led if wan led is not available
...
WAN and Broadband LED will be handled by ruleng rules when ubus switch events are ready
2020-05-01 15:09:00 +02:00
Sukru Senli
e4221b84f0
netmode: temporary testnet object to query online status
2020-04-29 13:52:43 +02:00
Suru Dissanaike
593da2e6f8
Update genconfig_min.sh
2020-04-28 10:09:26 +02:00
Jakob Olsson
d882e35820
wifilife: firewall.mibd: surpress errors when removing files
2020-04-27 15:44:01 +02:00
Sukru Senli
89e0a6ba35
license correction: endptmngr and libpicoevent
2020-04-27 14:45:05 +02:00
Ronny Nilsson
0c69245845
peripheral_manager: were sometimes built incorrectly with many cores and Broadcom 5.02L.07.
2020-04-27 14:12:47 +02:00
vdutta
a3265ea7f7
uspd: Collate all failure on get method
...
- 418daea get_safe: don't abort on single path failures
2020-04-27 16:59:17 +05:30
Sukru Senli
155df35229
iop: compile unusued packages as modules only
2020-04-26 17:23:08 +02:00
Sukru Senli
b477f767f3
power-management: moved to broadcom feed as it is broadcom specific
2020-04-26 17:20:03 +02:00
Sukru Senli
883023b588
questd-5.1.4
2020-04-26 15:25:26 +02:00
Amin Ben Ramdhane
96322d2a2c
bbf: 1.2-2020-04-26
2020-04-26 13:53:10 +01:00
Omar Kallel
ff72d4e88b
bbf: 1.2-2020-04-24
2020-04-24 11:56:31 +01:00
Jakob Olsson
4f5a1ad365
owsd: init.d: let whitelist_interface_as_origin default to 1
2020-04-23 13:32:05 +02:00
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