vdutta
67083bb239
Added easy_qos package for marking packets in mangle table
2019-04-09 13:52:18 +02:00
Yalu Zhang
c6738cb0ad
Revert "Restart asterisk when configuration changes"
...
This reverts commit 72d7f0fcf8 since
asterisk CLI "intel reload" has been implemented.
2019-04-09 10:46:18 +02:00
Oussama Ghorbel
3af26d6f84
gryphon-led-module: reduce verbosity
2019-04-08 17:37:08 +02:00
Oussama Ghorbel
aecd02af65
gryphon-led-module: reduce maximum brightness
2019-04-08 17:37:08 +02:00
Oussama Ghorbel
ab558792a0
gryphon-led-module: modify transmission routine according to SK9822 spec
2019-04-08 17:37:08 +02:00
Sukru Senli
8f0df36664
iop: update_package: ignore the feed if not hash is used
2019-04-08 16:00:18 +02:00
Anjan Chanda
a626c678c5
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* f9dd7cb rename method name back to 'scan' from 'scan2'
* a863452 change format of stas dump
* 4a3fd06 create 'router.wirelessx' object and add temperature
* 6d50604 hide methods that are not supported
-------------------------------------------------------------------------------
commit f9dd7cba30f5fd9faacb4368d78aa7ecac366dc2
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-08 12:04:22 +0200
rename method name back to 'scan' from 'scan2'
Base directory -> /
wifimngr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit a86345260b3c4c00dceaf1ec32e3dc2fd1f0845f
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-05 15:02:44 +0200
change format of stas dump
Base directory -> /
wifimngr.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
-------------------------------------------------------------------------------
commit 4a3fd06823892e3e5cd973ffc20f53345ffc4256
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-04 16:59:45 +0200
create 'router.wirelessx' object and add temperature
Create a router.wireless object that duplicates wifix methods. Add method
temperature. Also improve code for dynamic addition of the libwifi supported
methods.
Base directory -> /
main.c | 7 ++-
wifimngr.c | 142 +++++++++++++++++++++++++++++++++++--------------------------
wifimngr.h | 2 +-
3 files changed, 89 insertions(+), 62 deletions(-)
-------------------------------------------------------------------------------
commit 6d50604e0d6130da48eb3d5cc0a7677be1a4454f
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-03 17:23:47 +0200
hide methods that are not supported
Base directory -> /
main.c | 2 +-
wifimngr.c | 139 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
wifimngr.h | 1 +
3 files changed, 130 insertions(+), 12 deletions(-)
-------------------------------------------------------------------------------
2019-04-08 15:56:05 +02:00
Anjan Chanda
da5a5476e1
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* ffbdfc7 libwifi: nlwifi - add get_security api
* 4367175 libwifi: include supported 802.11 stds for scanned APs
* 0a792d0 libwifi: make ciphers in scanresults compat with current wifi.h
* 660cca0 libwifi: add get_capabilities for nlwifi
* b2541b2 libwifi: fix temperature api returned len
* 4374527 libwifi: add libwifi_supports() api check
* cb729d8 libwifi: get temperature, country and standard
-------------------------------------------------------------------------------
commit ffbdfc7680e2c32390048c08aa5f99186d1cab40
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-08 15:27:33 +0200
libwifi: nlwifi - add get_security api
Base directory -> /
libwifi/nlwifi.c | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 52 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 4367175903a2939f91de5b910888866801fd91ed
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-08 11:44:32 +0200
libwifi: include supported 802.11 stds for scanned APs
Base directory -> /
libwifi/nlwifi.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
-------------------------------------------------------------------------------
commit 0a792d0200cc1e3e486fb348a2d87018b8b8a528
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-08 10:05:25 +0200
libwifi: make ciphers in scanresults compat with current wifi.h
Base directory -> /
libwifi/nlwifi.c | 36 +++++++++++++++++++++---------------
1 file changed, 21 insertions(+), 15 deletions(-)
-------------------------------------------------------------------------------
commit 660cca05272ab01c46fd96c96053d30c0fb8668c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-05 15:39:09 +0200
libwifi: add get_capabilities for nlwifi
Base directory -> /
libwifi/nlwifi.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 77 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit b2541b29dca0ca398d8b195060230ba95b467ab4
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-04 17:06:14 +0200
libwifi: fix temperature api returned len
Base directory -> /
libwifi/nlwifi.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 4374527fb81db0040a299d402c189a9977b0e0b5
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-03 17:26:47 +0200
libwifi: add libwifi_supports() api check
Base directory -> /
libwifi/wifi.c | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
libwifi/wifi.h | 8 +++++
2 files changed, 110 insertions(+)
-------------------------------------------------------------------------------
commit cb729d8fcb6eccba11d285e9f44a57ba85570811
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-03 10:37:22 +0200
libwifi: get temperature, country and standard
Base directory -> /
libwifi/nlwifi.c | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
libwifi/wifi.c | 11 +++++++
libwifi/wifi.h | 8 +++++
3 files changed, 118 insertions(+)
-------------------------------------------------------------------------------
2019-04-08 15:47:02 +02:00
Amin Ben Ramdhane
dd9dff7810
icwmp-4.0-2019-04-05
2019-04-05 17:52:41 +01:00
Oussama Ghorbel
7b0e391f98
gryphon-led-module: fix memory allocation issue
2019-04-05 14:07:43 +02:00
Jakob Olsson
fa8094da2c
samba: update hex_filter performance
2019-04-05 09:24:18 +02:00
Oussama Ghorbel
7d202f64b0
gryphon-led-module: move the driver to LED modules section
2019-04-04 10:30:04 +02:00
Oussama Ghorbel
b7b48d7815
gryphon-led-module: added driver for RGB led
2019-04-04 08:38:28 +02:00
vdutta
6a483badac
Added NDT speed test client
...
Test:
- web100clt client is available in DUT(ex400) on including ndt package
2019-04-02 16:12:33 +02:00
Sukru Senli
8756e51e1f
netmode: fix acl for netmodes
2019-04-02 12:06:26 +02:00
Kent Ekholm
338ed66325
voice-client: Fixed line name error caused by 60742c4.
2019-04-02 12:04:16 +02:00
Sachin Singla
7907ca2725
ifbt: add syslog debugging feature
2019-04-02 11:53:06 +02:00
Anjan Chanda
2481be3c17
Update feed [ iopsys ] package [ easy-soc-libs ]
...
-------------------------------------------------------------------------------
* 359524d libwifi: fix dependency errors of wext.c
* 03f9203 libwifi: integrate intel nlwifi support
-------------------------------------------------------------------------------
commit 359524ddd8a17df39c70c5ba39e723e9641d5956
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-01 16:51:55 +0200
libwifi: fix dependency errors of wext.c
Base directory -> /
libwifi/Makefile | 4 ++--
libwifi/wifi.c | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit 03f920394f47730e0326705d61d8a8e6a04f0810
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-04-01 16:00:51 +0200
libwifi: integrate intel nlwifi support
Base directory -> /
libwifi/Makefile | 9 +-
libwifi/drivers.c | 3 +
libwifi/drivers.h | 3 +
libwifi/intel.h | 142 ++++++++++++++++
libwifi/nlwifi.c | 482 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
libwifi/wext.c | 1 -
libwifi/wifi.c | 88 +++++++++-
libwifi/wifi.h | 8 +
8 files changed, 729 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2019-04-01 17:08:20 +02:00
Anjan Chanda
922509742f
Update feed [ iopsys ] package [ wifimngr ]
...
-------------------------------------------------------------------------------
* 1de666d match iftype in uci_wifi_get_interfaces function
* 4b4087d account for vifs in wildcard dumps
* ba40c08 assoclist can dump info for all radios
-------------------------------------------------------------------------------
commit 1de666d20954b818c075c9166a005d1ae13526d6
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-03-29 14:49:03 +0100
match iftype in uci_wifi_get_interfaces function
Base directory -> /
wifimngr.c | 31 +++++++++++++++++++++----------
1 file changed, 21 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit 4b4087d3970258c2fd7e90e65df923e3f699189e
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-03-28 11:50:50 +0100
account for vifs in wildcard dumps
Base directory -> /
wifimngr.c | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 65 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
commit ba40c089a07601cb4831fc82abde940d5b9937fc
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2019-03-21 13:06:57 +0100
assoclist can dump info for all radios
Base directory -> /
wifimngr.c | 106 ++++++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 67 insertions(+), 39 deletions(-)
-------------------------------------------------------------------------------
2019-04-01 16:14:29 +02:00
Amin Ben Ramdhane
12eeaab14f
icwmp: implements ticket refs #475
2019-04-01 15:05:50 +01:00
Benjamin Larsson
5ddd8d9565
tools: Add ltq-nand host tool
2019-04-01 16:00:31 +02:00
Omar Kallel
1612137a98
icwmp: Device.DHCPv4. TR-181 object
2019-04-01 10:20:45 +01:00
Yalu Zhang
72d7f0fcf8
Restart asterisk when configuration changes
...
This is just a temporary workaround since "intel reload" doesn't work properly on
Intel platform. The commitment will be reverted when the problem is solved.
2019-04-01 11:01:25 +02:00
Sukru Senli
60742c42b3
voice-client: fix line syntax
2019-04-01 10:40:48 +02:00
Sukru Senli
4acd35f27e
rulengd: v1.1.0 with json recipe support
2019-03-30 19:53:59 +01:00
Sachin Singla
a20c24b2e1
ifbt: change event name to wifi.fbt
2019-03-29 17:55:17 +01:00
Kenneth Johansson
1c0ec3b441
dslmngr: fix dependency on easy-soc-libs.
...
The header file xdsl.h is created from easy-soc-libs package.
2019-03-29 16:39:27 +01:00
Amin Ben Ramdhane
195993ad4c
Ticket refs #378 : TR-181: Device.IP.Diagnostics
2019-03-29 11:39:37 +01:00
Amin Ben Ramdhane
a1cf420672
icwmp-4.0-2019-03-29
2019-03-29 10:25:41 +01:00
Sachin Singla
a65cd95ebe
libwifi: add PMKR0 for MTK
2019-03-29 09:23:13 +01:00
Sachin Singla
2b355ac6ed
ifbt: fix issues in ifbt
2019-03-28 16:44:25 +01:00
Kenneth Johansson
0d36a03130
genconfig: add option to force build of bcmkernel to one thread.
...
to allow the jenkins builds to use this but to still default to
parallel build for developers.
2019-03-28 15:22:59 +01:00
Sachin Singla
a92b3b6c70
ifbt: fix ifbt issues
2019-03-28 12:14:02 +01:00
Sachin Singla
2ae73ef3b9
add PMK_R0 for 11r
2019-03-28 10:36:46 +01:00
Sachin Singla
581377431c
increase inbd buffer
2019-03-28 10:23:22 +01:00
Sukru Senli
ad027d5ed6
ice-client: restrict read access to ice user password
2019-03-27 18:05:04 +00:00
Kent Ekholm
9573b64759
voice-client: Make it possible to set echo cancelling.
...
Ref: #425
2019-03-27 17:34:31 +01:00
Jakob Olsson
7222f366dd
questd: update pkg to include wificontrol compilation fixes
2019-03-27 16:24:54 +01:00
Jakob Olsson
a54562e035
Revert "questd: remove wificontrol"
...
This reverts commit 7513d32e91 .
2019-03-27 16:14:13 +01:00
Jakob Olsson
747e201f4c
questd: update pkg to include wificontrol re-addition to makefile
2019-03-27 16:14:13 +01:00
Jakob Olsson
866ff67c27
questd: remove wificontrol
2019-03-27 15:50:09 +01:00
Jakob Olsson
b895b5f1b5
questd: update pkg to include router.network refactor #17078 #17081
...
Primarily a router.network overhaul, but also minor router.system
info fix.
2019-03-27 15:50:09 +01:00
Jakob Olsson
f09ecd8a78
wifilife: update pkg to include legacy steer options #17100
2019-03-27 12:36:22 +01:00
Jonas Höglund
2ac91191f6
Fix updating wrong boot loader
2019-03-27 12:09:18 +01:00
Jonas Höglund
f29d2b89e2
Update feed [ iopsys ] package [ u-boot ]
...
-------------------------------------------------------------------------------
* 0ef53f2 Use correct CBM_FREQ value for Maia board.
* 811579e easy550: fix format system variable
* a168343 norrland: bbt mtd partition is no longer needed
* f4bc231 norrland: fix ramfs boot
-------------------------------------------------------------------------------
commit 0ef53f269c27f8e736fd30fd1a874159f70c76bf
Author: Jonas Höglund <jonas.hoglund@embeddednation.com>
Date: 2019-03-27 11:14:37 +0100
Use correct CBM_FREQ value for Maia board.
Having the wrong value causes slow traffic after configuring QOS egress
queues.
Base directory -> /
configs/grx500_norrland_defconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
commit 811579e5015cc58cadd6e065977315552763ff71
Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: 2019-03-26 17:21:05 +0100
easy550: fix format system variable
Base directory -> /
include/configs/iopsys_easy550.h | 1 +
1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit a1683431d586c1353c36d75fd04f7c120a66d55b
Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: 2019-03-26 16:20:17 +0100
norrland: bbt mtd partition is no longer needed
Base directory -> /
include/configs/iopsys_norrland.h | 6 +++---
lib_iopsys/factory.c | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit f4bc23162608f3d83eccb5ba0a65e21eaa294420
Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu>
Date: 2019-03-22 12:10:23 +0100
norrland: fix ramfs boot
Base directory -> /
include/configs/iopsys_norrland.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2019-03-27 11:25:25 +01:00
Amin Ben Ramdhane
86847b3435
icwmp-4.0-2019-03-26
2019-03-26 16:31:59 +01:00
Sukru Senli
6979da23ea
voice-client: use correct key value for lines
2019-03-26 15:50:14 +01:00
Sukru Senli
22b307a967
voice-client: adapt config file to new section name changes
2019-03-26 09:25:28 +01:00
Sukru Senli
40ab082d84
wifilife: set dnsmasq lease hwmask according to mobility domain id
2019-03-23 11:46:36 +01:00
Kenneth Johansson
d6b3059ca9
genconfig: add mirror for tar files.
...
New location http://download.iopsys.eu/iopsys/mirror/
2019-03-22 15:27:46 +01:00