Compare commits

...

97 Commits

Author SHA1 Message Date
Jakob Olsson
3af55bdc8b update hash 2018-12-05 16:22:22 +01:00
Jakob Olsson
2e237e2857 update hash 2018-12-05 16:22:22 +01:00
Jakob Olsson
ad05785195 update hash 2018-12-05 16:22:22 +01:00
Jakob Olsson
20978a4f0e allow debug prints 2018-12-05 16:22:22 +01:00
Jakob Olsson
3295def312 update makefile cflags and lib dependencies 2018-12-05 16:22:22 +01:00
ke hu
10b621fd3d Update feed [ iopsys ] package [ questd ]
-------------------------------------------------------------------------------
* 7a0a742 might be fixed for refs #16316
* 34f8e0c fix compile bug
* a698c39 give len to sscanf
* a1a73af do not malloc memory
* e070e8b Revert "refs #15754"
* 76ea435 refs #15754
-------------------------------------------------------------------------------
commit 7a0a7427d339736e3ee555e816d40c985651632c
Author: ke hu <ke.hu@inteno.se>
Date: 2018-11-30 14:10:27 +0100

    might be fixed for refs #16316

    instead stack with memory pool

Base directory -> /
 mediatek.c | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 questd.c   |  3 +++
 wireless.c | 12 ++++++++++-
 3 files changed, 76 insertions(+), 9 deletions(-)
-------------------------------------------------------------------------------
commit 34f8e0cb4f6b046b35926d59270f75457442922f
Author: ke hu <ke.hu@inteno.se>
Date: 2018-11-30 09:49:56 +0100

    fix compile bug

Base directory -> /
 mediatek.c | 1 -
 1 file changed, 1 deletion(-)
-------------------------------------------------------------------------------
commit a698c39778c18c3f606c21e81ccba8ed9601d675
Author: ke.hu <ke.hu@iopsys.eu>
Date: 2018-11-29 16:45:41 +0100

    give len to sscanf

    fixed some sscanf protential bugs

Base directory -> /
 dsl.c      |  4 ++--
 dumper.c   |  2 +-
 graphd.c   | 11 +++++++----
 mediatek.c | 13 ++++++-------
 net.c      | 16 ++++++++--------
 network.c  |  8 ++++----
 port.c     | 14 +++++++-------
 system.c   |  8 ++++----
 usb.c      |  2 +-
 9 files changed, 40 insertions(+), 38 deletions(-)
-------------------------------------------------------------------------------
commit a1a73af6a433d1bd20fb7ec7929ec00c3d7de06b
Author: ke hu <ke.hu@inteno.se>
Date: 2018-11-23 10:15:20 +0100

    do not malloc memory

    use stack instead of malloc
Base directory -> /
 mediatek.c | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
commit e070e8b76989cee0e5522187d9ea50db082105d9
Author: ke hu <ke.hu@inteno.se>
Date: 2018-10-11 16:08:30 +0200

    Revert "refs #15754"

    This reverts commit 76ea43590245e6ffb2ee7db76f9e33778eee9210.

Base directory -> /
 port.c | 11 -----------
 1 file changed, 11 deletions(-)
-------------------------------------------------------------------------------
commit 76ea43590245e6ffb2ee7db76f9e33778eee9210
Author: ke hu <ke.hu@inteno.se>
Date: 2018-10-11 16:08:30 +0200

    refs #15754

    wireless port fixed

Base directory -> /
 port.c | 11 +++++++++++
 1 file changed, 11 insertions(+)
-------------------------------------------------------------------------------
2018-12-05 15:36:59 +01:00
Kenneth Johansson
e2abb169ee Ex400: change memory from 128M to 256M.
Change the Major version for mediatek boards to force an upgrade so
all boards is using all memory.
2018-12-04 17:37:18 +01:00
Sukru Senli
ee650fb957 icwmp-4.0-2018-12-04 2018-12-04 14:26:27 +01:00
Jakob Olsson
4d143d5ef4 netmodes: network: add macaddr option for wan section #16389 2018-12-04 14:13:18 +01:00
Amin Ben Ramdhane
e5059e353c Ticket refs #15314: TR-069: make the introduction of vendor specific parameter prefix configurable 2018-12-04 09:45:21 +01:00
Sukru Senli
75cad8fc20 icwmp-4.0-2018-12-03 2018-12-03 10:04:35 +01:00
Oussama Ghorbel
1da7077174 update u-boot revision 2018-11-30 17:42:55 +01:00
Oussama Ghorbel
9f20352d24 rename easy550_anywan_smart3board to speedport_smart3 2018-11-30 16:49:21 +01:00
Oussama Ghorbel
09dd775333 update speedport smart3 kernel 2018-11-30 15:29:12 +01:00
Sukru Senli
cf696ffeb7 iup: execute correct command to trigger creation of new VLAN interface 2018-11-30 14:25:49 +01:00
Robin Stjerndorff
ce95cd7d81 ice-client: update to 5.2.3 2018-11-30 14:12:03 +01:00
Sachin Singla
0d65ac18e1 fix wifix not found issue 2018-11-29 17:05:04 +01:00
Anjan Chanda
3afb3554e8 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* a6b9256 fix assoclist method
-------------------------------------------------------------------------------
commit a6b9256971aee59bb1049c8ac439ecb51619c72a
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-29 15:28:07 +0100

    fix assoclist method

Base directory -> /
 wifimngr.c | 32 ++++++++++++++++++--------------
 1 file changed, 18 insertions(+), 14 deletions(-)
-------------------------------------------------------------------------------
2018-11-29 15:53:43 +01:00
Anjan Chanda
7331e90d2b Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 25af249 fix sta buffer passed to get sta info
-------------------------------------------------------------------------------
commit 25af2498b09575990031b1c5754a0893f1d44b80
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-29 15:48:30 +0100

    fix sta buffer passed to get sta info

Base directory -> /
 src/agent.c         | 12 +++++++-----
 src/default_rules.c | 13 ++++++++-----
 2 files changed, 15 insertions(+), 10 deletions(-)
-------------------------------------------------------------------------------
2018-11-29 15:53:19 +01:00
Sukru Senli
82ce3554fc netmode: testnet: re-enable iptv connection test 2018-11-29 15:08:12 +01:00
Sachin Singla
3455c72cc3 add ifbt in config file 2018-11-29 14:41:57 +01:00
Anjan Chanda
01f9a10dd1 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 3b637e0 set radar notification for 30 mins
-------------------------------------------------------------------------------
commit 3b637e0a1c49030c2289d3724cdedd089780de17
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-29 12:44:00 +0100

    set radar notification for 30 mins

Base directory -> /
 src/agent.c | 23 +++++++++++++++++++++--
 src/agent.h |  1 +
 2 files changed, 22 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-29 12:47:12 +01:00
Anjan Chanda
8615067f19 Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* 8989476 libwifi: new api to delete vendor ie
-------------------------------------------------------------------------------
commit 8989476ac5df494064ed94a52634be5c61fff037
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-29 12:37:35 +0100

    libwifi: new api to delete vendor ie

Base directory -> /
 libwifi/mtk.c  | 36 ++++++++++++++++++++++++++++++++++++
 libwifi/wifi.c | 10 ++++++++++
 libwifi/wifi.h | 15 ++++++++++++++-
 3 files changed, 60 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-29 12:46:46 +01:00
Sukru Senli
41a5d95de9 icwmp-4.0-2018-11-28 2018-11-29 10:28:56 +01:00
Anjan Chanda
3daae59284 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* 62c0731 comment out - blobmsg_parse_validator eating up input args
-------------------------------------------------------------------------------
commit 62c073158f2bf811abb46abfbb4bec78cdf856ba
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-29 09:49:22 +0100

    comment out - blobmsg_parse_validator eating up input args

Base directory -> /
 wifimngr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-29 09:52:55 +01:00
Anjan Chanda
39805c2691 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* c97c768 read country from driver, fallback to config
-------------------------------------------------------------------------------
commit c97c768a366d73ddbc0caf7f7d8e70e8d783686f
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-28 16:57:40 +0100

    read country from driver, fallback to config

Base directory -> /
 wifimngr.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-28 17:04:00 +01:00
Anjan Chanda
8c18af64cc Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* ea3843a libwifi: add new api to get country code
* b49fffa libwifi: bcm: set 'disassoc imminent' in BTM request
* 89874c0 libwifi: set 'disassoc imminent' in BTM request mode
-------------------------------------------------------------------------------
commit ea3843a5567fa7c8478e4456334f2b533af615eb
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-28 16:53:02 +0100

    libwifi: add new api to get country code

Base directory -> /
 libwifi/bcm.c      | 16 ++++++++++++++++
 libwifi/broadcom.h | 16 ++++++++++++++++
 libwifi/wifi.c     | 10 ++++++++++
 libwifi/wifi.h     | 11 +++++++++++
 4 files changed, 53 insertions(+)
-------------------------------------------------------------------------------
commit b49fffab09a9fa71ee5993d611180b7ae30e5241
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-28 15:39:37 +0100

    libwifi: bcm: set 'disassoc imminent' in BTM request

Base directory -> /
 libwifi/bcm.c | 1 +
 1 file changed, 1 insertion(+)
-------------------------------------------------------------------------------
commit 89874c02d01f0fcf189e9b6cbc3d1c41ef4e1bac
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-28 15:03:28 +0100

    libwifi: set 'disassoc imminent' in BTM request mode

Base directory -> /
 libwifi/mtk.c | 2 ++
 1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
2018-11-28 17:03:35 +01:00
Jonas Höglund
8f98094d15 netmode: Stop igmpproxy in bridged mode 2018-11-28 14:31:08 +01:00
Anjan Chanda
4f67105dfc Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* 9e2e8e9 remove global blob_buf variable
-------------------------------------------------------------------------------
commit 9e2e8e98057f34a8d8a2e7125e66f95f8531c6e2
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-27 17:09:14 +0100

    remove global blob_buf variable

Base directory -> /
 wifimngr.c | 222 +++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 151 insertions(+), 71 deletions(-)
-------------------------------------------------------------------------------
2018-11-28 11:19:20 +01:00
Anjan Chanda
7e364527f7 Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* 01850dd libwifi: new api to return scanresult with ielist
-------------------------------------------------------------------------------
commit 01850dd95fb7fb3db014f5b19c907374a6fe2b4e
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-27 17:13:32 +0100

    libwifi: new api to return scanresult with ielist

Base directory -> /
 libwifi/bcm.c  | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 libwifi/wifi.c | 10 ++++++++
 libwifi/wifi.h | 17 +++++++++++++
 3 files changed, 104 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-28 11:18:59 +01:00
Kent Ekholm
6011f9bb49 Set SIP dtmf mode to auto if it was set to the obsolete compatibility.
Ref:#16274
2018-11-28 10:59:10 +01:00
Sukru Senli
497967b693 icwmp: fixes segfault 2018-11-27 16:03:55 +01:00
Sukru Senli
7fdc3201c1 icwmp: 4.0-2018-11-27 2018-11-27 15:16:50 +01:00
Anjan Chanda
950cab82b6 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* 7820f01 blobmsg_parse_validator -blobmsg parse and validate args
-------------------------------------------------------------------------------
commit 7820f0132302666edb70cb11ec28c08e2204b3de
Author: Arun Muthusamy <arun.muthusamy@iopsys.eu>
Date: 2018-11-21 11:09:10 +0100

    blobmsg_parse_validator -blobmsg parse and validate args

Base directory -> /
 wifimngr.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 54 insertions(+), 16 deletions(-)
-------------------------------------------------------------------------------
2018-11-27 09:10:46 +01:00
Anjan Chanda
92e9c9eb74 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* 68f896e append extra bytes to wifi_sta for few stats param
-------------------------------------------------------------------------------
commit 68f896e2be8a4ab5deb40116c4530ed678594c0b
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-26 13:48:32 +0100

    append extra bytes to wifi_sta for few stats param

Base directory -> /
 wifimngr.c | 68 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 37 insertions(+), 31 deletions(-)
-------------------------------------------------------------------------------
2018-11-26 15:32:17 +01:00
Anjan Chanda
b80196822f Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* 50b1f7e libwifi: extend wifi_sta to include few stats params
-------------------------------------------------------------------------------
commit 50b1f7eec57533e8a716a3706970e53efa84a8e3
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-26 14:00:14 +0100

    libwifi: extend wifi_sta to include few stats params

Base directory -> /
 libwifi/bcm.c  | 15 +++++++++++++++
 libwifi/wifi.h |  1 +
 2 files changed, 16 insertions(+)
-------------------------------------------------------------------------------
2018-11-26 15:31:30 +01:00
Jakob Olsson
b355f5e8f8 owsd: update package hash to include acl changes 2018-11-26 11:24:03 +01:00
Anjan Chanda
1c7838d256 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 7768b30 agent: fix vendor ie addition
* 7286670 agent: add vsie on rdr
-------------------------------------------------------------------------------
commit 7768b30ab3739efa509c6fce7f1256a50a2bce98
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-23 15:45:23 +0100

    agent: fix vendor ie addition

Base directory -> /
 src/agent.c | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 7286670f22f8184c390d624861f73f1630d37679
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-23 13:12:58 +0100

    agent: add vsie on rdr

Base directory -> /
 src/agent.c | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 100 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-26 10:16:39 +01:00
Robin Stjerndorff
5aac2cf484 ice-client: update to 5.2.2 2018-11-26 09:58:09 +01:00
Robin Stjerndorff
cf912cc3fa ice-client: update to 5.2.1 2018-11-26 09:58:07 +01:00
Robin Stjerndorff
6b419252d1 ice-client: update to 5.2.0 2018-11-26 09:58:05 +01:00
Anjan Chanda
65158e8ec1 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* 835c881 include phymode in radios method
-------------------------------------------------------------------------------
commit 835c881b697c0bb184d418c5a2ef9d801fbff4aa
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-24 14:07:31 +0100

    include phymode in radios method

Base directory -> /
 wifimngr.c | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
-------------------------------------------------------------------------------
2018-11-26 09:50:43 +01:00
Anjan Chanda
c1b3629448 Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* 74323d2 libwifi: mtk: implement get operational phymode
* 06c3b5a libwifi: bcm: fix country code in get supported channels
* cc374ea libwifi: bcm: implement get phymode
* 3834111 libwifi: api to add vendor ie
-------------------------------------------------------------------------------
commit 74323d283e5fe11c491b2a1ceeeda158b691e5b2
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-24 18:21:50 +0100

    libwifi: mtk: implement get operational phymode

Base directory -> /
 libwifi/mtk.c | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 06c3b5a688dacb2010b6c4b6f6e64a9c6bfbcf1e
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-24 15:07:07 +0100

    libwifi: bcm: fix country code in get supported channels

Base directory -> /
 libwifi/bcm.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
commit cc374ea362479516f606a4189d2e82bf5aa97e63
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-24 13:56:06 +0100

    libwifi: bcm: implement get phymode

Base directory -> /
 libwifi/bcm.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 76 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 3834111e7ddc7a823c008db298babb3f2a48b3a7
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-23 13:15:10 +0100

    libwifi: api to add vendor ie

Base directory -> /
 libwifi/mtk.c  | 36 ++++++++++++++++++++++++++++++++++++
 libwifi/wifi.c | 10 ++++++++++
 libwifi/wifi.h | 29 +++++++++++++++++++++++++++++
 3 files changed, 75 insertions(+)
-------------------------------------------------------------------------------
2018-11-26 09:49:31 +01:00
Kenneth Johansson
01e0a25d3f genconfig: -b now list all the boards. 2018-11-23 17:18:54 +01:00
Kenneth Johansson
de7c7b2f96 genconfig: add easy350 board. 2018-11-23 17:01:43 +01:00
Jonas Höglund
719bbcba8c Revert "iop: Use mcproxy instead of igmpproxy for iopsys_ramips"
This reverts commit cd7fb325fb.
2018-11-23 13:57:29 +01:00
Jonas Höglund
cd7fb325fb iop: Use mcproxy instead of igmpproxy for iopsys_ramips 2018-11-23 11:30:23 +01:00
Ronny Nilsson
2983cdabfc Voice: minor error handling fix for a badly formed ubus call
and delay endptmngr startup in relation to the voice_client.
2018-11-22 11:08:44 +01:00
Jonas Höglund
04e2675604 Use mcproxy for intel 2018-11-21 17:24:16 +01:00
Jakob Olsson
bf4ba7269c netmode: update package to include daisy_chain preventation 2018-11-21 11:07:47 +01:00
Kent Ekholm
e2897f2d83 Corrected LED setting in voice-monitor script. LED was set to On when starting to dial digits.
The LED is now kept set on Notice until hook on.

Ref: #15325
2018-11-21 10:08:12 +01:00
Kenneth Johansson
e6caf05501 intel_mips: dsl scripts needs usleep command. 2018-11-20 18:56:05 +01:00
Kent Ekholm
8f9b75b6c5 Make audio work when a call is forwarded with *21*.
Ref: #15325
2018-11-20 12:32:03 +01:00
Jonas Höglund
4b04adb789 iop: Add igmpproxy to intel_mips 2018-11-19 14:31:02 +01:00
Anjan Chanda
cfb0962150 Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* 7fdc60c libwifi: mtk: optional session-url removed from btm reqs
-------------------------------------------------------------------------------
commit 7fdc60c76a432ab4059bf35f22be58068b8f1501
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-19 09:05:01 +0100

    libwifi: mtk: optional session-url removed from btm reqs

Base directory -> /
 libwifi/mtk.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-19 11:27:13 +01:00
Anjan Chanda
319cb50c59 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* fac33d5 fix sta-neighbor list empty and growing issue
* 936cce5 adjust rate of 11k bcn report requests
-------------------------------------------------------------------------------
commit fac33d509b3c9bd02dab07d9e8f7aa8f4b733a54
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-16 13:35:44 +0100

    fix sta-neighbor list empty and growing issue

Base directory -> /
 src/agent.c | 2 ++
 1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
commit 936cce5a7780c1b393c08347d8ac1087d2c996b0
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-15 15:20:13 +0100

    adjust rate of 11k bcn report requests

Base directory -> /
 src/agent.c | 23 ++++++++++++++++++-----
 src/agent.h |  2 +-
 2 files changed, 19 insertions(+), 6 deletions(-)
-------------------------------------------------------------------------------
2018-11-16 16:01:36 +01:00
Anjan Chanda
c3acd8cc63 netmode: bring down wet interface in extender mode 2018-11-15 16:43:54 +01:00
Anjan Chanda
49a3984859 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 7fca45a fix rssi check rule
-------------------------------------------------------------------------------
commit 7fca45acc3cb06a1a973be2533cf107597184df4
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-15 12:30:28 +0100

    fix rssi check rule

Base directory -> /
 src/agent.c         | 2 +-
 src/default_rules.c | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-11-15 12:32:45 +01:00
Sachin Singla
15e9ad716a update Makefile for README 2018-11-15 11:36:42 +01:00
Sachin Singla
2222549327 make ifbt open 2018-11-15 09:58:12 +01:00
Anjan Chanda
1761a014c4 icwmp-4.0-2018-11-14 2018-11-14 16:19:18 +01:00
Anjan Chanda
1f83a9634f Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* b7f07b3 display bssload in wifix 'status'
-------------------------------------------------------------------------------
commit b7f07b3e48cb1c3a6b02ce9ec870b3d8f52eb28c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-14 14:41:03 +0100

    display bssload in wifix 'status'

Base directory -> /
 wifimngr.c | 7 +++++++
 1 file changed, 7 insertions(+)
-------------------------------------------------------------------------------
2018-11-14 14:48:47 +01:00
Anjan Chanda
274b9cbd68 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* 3c9fac4 fix band output in scanresults
-------------------------------------------------------------------------------
commit 3c9fac4e25bdc4009d18757e2dd76407ec724465
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-13 15:11:19 +0100

    fix band output in scanresults

Base directory -> /
 wifimngr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-14 10:24:05 +01:00
Anjan Chanda
c5a3077cdb Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* c125b5a increase legacy steer reassoc interval to 10 mins
-------------------------------------------------------------------------------
commit c125b5a542ff63d63ba9e093279c0a322dcc00d8
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-14 10:16:48 +0100

    increase legacy steer reassoc interval to 10 mins

    This solves the frequent STA kickouts due to the STA returning back to the
    same AP a little after the reassoc interval, which was set to 10 secs
    earlier.

Base directory -> /
 src/config.c | 4 ++--
 src/config.h | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-14 10:23:37 +01:00
Anjan Chanda
19bce6b31e Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* a3aca34 libwifi: bcm: fix rssi and frequency in scanresults
-------------------------------------------------------------------------------
commit a3aca34f5eac376f5dc333de5ff48aab98d11052
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-13 14:33:22 +0100

    libwifi: bcm: fix rssi and frequency in scanresults

Base directory -> /
 libwifi/bcm.c | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2018-11-14 10:23:13 +01:00
Anjan Chanda
da41d31b72 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 0359109 increase reassoc timeout after legacy steer STA
-------------------------------------------------------------------------------
commit 035910939233f36f1aac78dd4a09626f0588f0f6
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-13 16:56:52 +0100

    increase reassoc timeout after legacy steer STA

Base directory -> /
 src/agent.c  | 4 ++++
 src/config.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-13 16:59:10 +01:00
Oussama Ghorbel
cd9dcad8f7 add easy550_anywan_smart3board 2018-11-12 15:54:07 +01:00
Oussama Ghorbel
e90e81a8b2 implement TARGET_DEVICES and converge to lantiq/intel_mips 2018-11-12 15:44:38 +01:00
Jonas Höglund
0803c60bab iop: Add mcast-pa to intel config 2018-11-12 11:22:26 +01:00
Sachin Singla
1b2053c29a update hash for fix of 11r methods 2018-11-08 17:03:57 +01:00
Sachin Singla
e006e0d7d3 update hash for ifbt 2018-11-08 12:06:35 +01:00
Kenneth Johansson
d86336c526 u-boot-grx500: Use device tree to kernel and remove legacy. 2018-11-06 18:54:04 +01:00
Jakob Olsson
a2e5b4b79e wifilife: add dependency to uci config, restart on change in config 2018-11-05 12:08:04 +01:00
Sachin Singla
040dbf65a5 update hash for ifbt 2018-11-05 10:51:30 +01:00
Anjan Chanda
d1162b7a7d Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 9bdea51 change option name 'interval' to 'runfreq'
-------------------------------------------------------------------------------
commit 9bdea51b722363a2d7679f34bd0d6b14036fb11c
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-05 09:21:42 +0100

    change option name 'interval' to 'runfreq'

Base directory -> /
 src/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-05 09:23:09 +01:00
Anjan Chanda
c9dfb08a40 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 495d939 config for legacy ap-steering as fallback option
* f4452c7 introduce run speed in wifiagent
-------------------------------------------------------------------------------
commit 495d939b6ab3bde1c98ac86d8aa203f54a7a01ad
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-03 21:33:10 +0100

    config for legacy ap-steering as fallback option

Base directory -> /
 src/agent.c  | 3 ++-
 src/config.c | 9 +++++++++
 src/config.h | 2 ++
 3 files changed, 13 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit f4452c77554ad9cc769e10d400d3399251b772af
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-03 20:04:48 +0100

    introduce run speed in wifiagent

Base directory -> /
 src/agent.c  |  9 +++++++--
 src/agent.h  |  4 ++--
 src/config.c | 60 +++++++++++++++++++++++++++++++++++++++++++-----------------
 src/config.h | 10 ++++++++++
 4 files changed, 62 insertions(+), 21 deletions(-)
-------------------------------------------------------------------------------
2018-11-04 19:14:53 +01:00
Anjan Chanda
694eb258d2 Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* dae775a libwifi: bcm: get bssload from driver's beacon buffer
-------------------------------------------------------------------------------
commit dae775a9b0145ee56bbf06059350291d282f22fa
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-04 18:40:50 +0100

    libwifi: bcm: get bssload from driver's beacon buffer

Base directory -> /
 libwifi/bcm.c | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 76 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-11-04 19:13:44 +01:00
Jakob Olsson
88291c196a samba: prevent mulitple lines from being written to an option in smb.conf 2018-11-02 14:42:53 +01:00
Jakob Olsson
5260f1ecfb security fixes: change _access_r to _access_w
ice-client: perform del_list prior to add_list _access_w
2018-11-02 14:41:11 +01:00
Anjan Chanda
54e25d9c59 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 49c0a0e give unique uci option names to 'threshold'
-------------------------------------------------------------------------------
commit 49c0a0efc357f528d404a94a22177ac7c88e12cc
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-11-02 13:36:19 +0100

    give unique uci option names to 'threshold'

Base directory -> /
 src/default_rules.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-11-02 14:04:19 +01:00
Anjan Chanda
a5b1435576 icwmp-4.0-2018-11-02 2018-11-02 13:18:09 +01:00
Jakob Olsson
f7cae08993 iop: configs: select juci-wifilife by default 2018-11-02 12:15:36 +01:00
Jonas Höglund
18ca4cc0e0 iop: Add ppacmd to default intel_mips config 2018-10-31 11:23:14 +01:00
Sachin Singla
c6f2b57122 ifbt: update hash 2018-10-29 14:09:14 +01:00
Anjan Chanda
2e0e871d51 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* fdbfc07 fix event string when 'to_bss' is Null
* 04f8eb9 consider plus/minus rssi margin
* 94c4c40 GET_BSS_INFO reports identical security profile
-------------------------------------------------------------------------------
commit fdbfc070500666d58cf9513e4601d5b2b25f7f0d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-26 15:11:48 +0200

    fix event string when 'to_bss' is Null

Base directory -> /
 src/agent.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
-------------------------------------------------------------------------------
commit 04f8eb9e3a1aef4a540b71d064f915e0e1ee81d0
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-26 14:25:25 +0200

    consider plus/minus rssi margin

Base directory -> /
 src/default_rules.c | 3 ++-
 src/default_rules.h | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)
-------------------------------------------------------------------------------
commit 94c4c406a479d240f9be8a7e1dbae30cdd839d1b
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-25 15:30:06 +0200

    GET_BSS_INFO reports identical security profile

Base directory -> /
 src/agent.c | 2 ++
 1 file changed, 2 insertions(+)
-------------------------------------------------------------------------------
2018-10-26 15:15:11 +02:00
Kent Ekholm
d145686f74 Setting hideconnect = yes in asterisk.conf to hide connection messages that spams the Asterisk CLI. 2018-10-26 11:56:23 +02:00
Kenneth Johansson
5af81c786f fix ex400: update_package do not work for u-boot anymore. 2018-10-26 10:04:25 +02:00
Kent Ekholm
79976db976 Added cbbs parameters in voice_client needed to make cbbs work.
option cbbs_key '5'
option cbbs_maxretry '5'
option cbbs_retrytime '300'
option cbbs_waittime '30'
2018-10-25 15:42:38 +02:00
Anjan Chanda
2bffd0242b Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* 9e6dbd2 Cntlr: defer updating as neighbor if its mac is zero
* bd6a081 implement CMD_DEL_NEIGHBOR
* 00b88bc log actons and post onto ubus
-------------------------------------------------------------------------------
commit 9e6dbd215d1b169c6bd4be69932d1b3ca280e8d8
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-25 09:39:28 +0200

    Cntlr: defer updating as neighbor if its mac is zero

Base directory -> /
 src/cntlr.c | 5 +++++
 1 file changed, 5 insertions(+)
-------------------------------------------------------------------------------
commit bd6a081370e6df6bb1fbfff20ec13da9a283f69d
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-24 22:00:08 +0200

    implement CMD_DEL_NEIGHBOR

Base directory -> /
 src/agent.c | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 src/cntlr.c | 32 ++++++++++++++++++++++++++++----
 2 files changed, 75 insertions(+), 4 deletions(-)
-------------------------------------------------------------------------------
commit 00b88bcdad1ac4155cb7ccd97971ba7feec10773
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-24 20:32:14 +0200

    log actons and post onto ubus

    cntlr: include CMD_ADD_NEIGHBOR handling cntlr: better handling of
    'wifi.agent' add/remove agent: log and notify steer actions over ubus agent:
    fix stainfo stats agent: handle CMD_STEER_EXCLUDE_DEL

Base directory -> /
 src/agent.c      | 115 +++++++++++++++++++++++++++++++++++++++++--------------
 src/agent.h      |   9 +++++
 src/agent_ubus.c |  16 +++++++-
 src/cntlr.c      | 108 +++++++++++++++++++++++++++++----------------------
 src/comm.c       |  10 +++--
 src/config.c     |  13 +++++++
 6 files changed, 193 insertions(+), 78 deletions(-)
-------------------------------------------------------------------------------
2018-10-25 09:56:27 +02:00
Kenneth Johansson
b5d073a39f Update feed [ iopsys ] package [ u-boot ]
-------------------------------------------------------------------------------
* b9fece4 Add the missing M in the environmental variable bootargs_ubi
-------------------------------------------------------------------------------
commit b9fece495814fec83970688df2cf19a320d05090
Author: Michael Zhang <m.zhang@genexis.eu>
Date: 2018-10-10 14:35:43 +0200

    Add the missing M in the environmental variable bootargs_ubi

    'mem=480M@512' caused a kernel panic in Intel GRX evaluation boards. The
    parameter shall be 'mem=480M@512M'.

Base directory -> /
 include/configs/iopsys.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
-------------------------------------------------------------------------------
2018-10-23 16:06:29 +02:00
Kenneth Johansson
5af440548c easy550 add wifi config. 2018-10-23 14:27:51 +02:00
Anjan Chanda
ec69c2d171 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* dcada7b cntlr: startup order and agent monitoring
-------------------------------------------------------------------------------
commit dcada7b851a2865278f95b65f572838cee34d9a5
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-22 17:20:53 +0200

    cntlr: startup order and agent monitoring

Base directory -> /
 src/cntlr.c | 84 ++++++++++++++++++++++++++++++++++++++++++++++++-------------
 src/debug.h | 17 +++++++++++++
 2 files changed, 84 insertions(+), 17 deletions(-)
-------------------------------------------------------------------------------
2018-10-23 09:24:08 +02:00
Anjan Chanda
3d1cd95e77 Update feed [ iopsys ] package [ wifimngr ]
-------------------------------------------------------------------------------
* c3ce59d 'list_neighbor' dumps all neighbors when called without argument
-------------------------------------------------------------------------------
commit c3ce59de89df1bdf45a5207274225d215838b1e7
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-22 17:03:59 +0200

    'list_neighbor' dumps all neighbors when called without argument

Base directory -> /
 wifimngr.c      | 20 +++++++++++++++++---
 wifimngr_wifi.c | 10 +++++++---
 wifimngr_wifi.h |  3 ++-
 3 files changed, 26 insertions(+), 7 deletions(-)
-------------------------------------------------------------------------------
2018-10-23 09:17:56 +02:00
Anjan Chanda
8a13c2c46e Update feed [ iopsys ] package [ easy-soc-libs ]
-------------------------------------------------------------------------------
* e407bea libwifi: bcm: 'list_neighbor' returns cached entries if scanning fails
-------------------------------------------------------------------------------
commit e407beabbf0a8e559128cfd2f7c3fa510e4b7ddf
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-22 22:26:59 +0200

    libwifi: bcm: 'list_neighbor' returns cached entries if scanning fails

Base directory -> /
 libwifi/bcm.c | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 72 insertions(+), 2 deletions(-)
-------------------------------------------------------------------------------
2018-10-23 09:16:45 +02:00
Sukru Senli
da757a75c3 ice-client: add dependent domain name 2018-10-22 13:27:53 +02:00
Anjan Chanda
77350790c1 Update feed [ iopsys ] package [ wifilife ]
-------------------------------------------------------------------------------
* bbf8860 fix cntlr cmd-response path
* f401563 change ubus cmd data type to string type
-------------------------------------------------------------------------------
commit bbf88603d74a4da27ddd6ac3958cce4919652883
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-20 14:07:21 +0200

    fix cntlr cmd-response path

Base directory -> /
 src/agent.c           | 36 ++++++++++++++--------
 src/cntlr.c           | 84 ++++++++++++++++++++++++++++++++++++---------------
 src/cntlr.h           |  2 ++
 src/cntlr_comm.h      |  9 +-----
 src/cntlr_comm_ubus.c | 50 ++++++++----------------------
 src/comm.c            | 23 ++++++++++++--
 src/comm.h            | 35 +++++++++++++++++++++
 src/debug.c           | 19 ++++++++++++
 src/debug.h           |  1 +
 src/utils.c           | 32 ++++++++++++++++++++
 src/utils.h           |  4 +++
 11 files changed, 211 insertions(+), 84 deletions(-)
-------------------------------------------------------------------------------
commit f401563389c36f94d080163e28c5224349f60df6
Author: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: 2018-10-19 19:37:42 +0200

    change ubus cmd data type to string type

Base directory -> /
 src/agent.c           | 2 ++
 src/agent_ubus.c      | 3 ++-
 src/cntlr.c           | 4 +++-
 src/cntlr_comm_ubus.c | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
-------------------------------------------------------------------------------
2018-10-22 09:25:17 +02:00
Kenneth Johansson
16d7e6a4ca easy550: add switch_cli command 2018-10-19 17:21:30 +02:00
30 changed files with 167 additions and 49 deletions

View File

@@ -9,7 +9,7 @@ PKG_VERSION:=1.0.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=259178b62ba910f53ec10899ef52bbc670b7aea5
PKG_SOURCE_VERSION:=8989476ac5df494064ed94a52634be5c61fff037
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/easy-soc-libs.git
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@inteno.se>

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_RELEASE:=1
PKG_VERSION:=0.2
PKG_SOURCE_VERSION:=9db2a6998e956270738b3b0cf86f7f962ca84026
PKG_SOURCE_VERSION:=a78fe95d5c5a0a320f3b62b9d2faafd07b56e3a7
ifeq ($(CONFIG_ENDPT_OPEN),y)

View File

@@ -19,14 +19,14 @@ export PLATFORM_INCLUDE:=platforms/iopsys/build.mk
export DATE:=$(shell date +%Y-%m-%d-%H-%M-%S)
export LOGIN:=$(shell whoami)
BASE_PKG_VERSION:=5.1.13
BASE_PKG_VERSION:=5.2.3
PKG_RELEASE:=
PKG_VERSION:=$(BASE_PKG_VERSION)-$(PKG_RELEASE)_$(DATE)_$(LOGIN)
export PKG_VERSION
###########################--RELEASE--################################
PKG_SOURCE_VERSION:=41a4a9c70cf8a4b7d577f107f62150e477867f9f
PKG_SOURCE_VERSION:=795cf8ce3cc19ff8bbb014c8ac456784c187dcc5
ifeq ($(CONFIG_ICE_OPEN),y)
TARGET_PROFILE=$(shell echo $(CONFIG_TARGET_BOARD) | sed s/\"//g)
PKG_SOURCE_URL:=http://iopsys.inteno.se/iopsys/consumer/

View File

@@ -7,7 +7,8 @@ grep -rq "^ice:" /etc/passwd || {
uci -q delete passwords.ice
uci -q set passwords.ice=usertype
uci -q set passwords.ice.password="\$WPAKEY"
uci -q add_list passwords.ice._access_r=root
uci -q del_list passwords.ice._access_w=root
uci -q add_list passwords.ice._access_w=root
uci -q commit passwords
uci show rpcd | grep username=.*ice.* >/dev/null || {
@@ -16,7 +17,7 @@ cat >> /etc/config/rpcd << EOF
config login
option username 'ice'
option password '\$p\$ice'
list _access_r 'none'
list _access_w 'none'
list write 'user-user'
list write 'juci-broadcom-dsl'
list write 'juci-broadcom-dsl-admin'
@@ -63,5 +64,9 @@ config login
EOF
}
uci -q del_list dhcp.@domain[0].name="inteno.lan"
uci -q add_list dhcp.@domain[0].name="inteno.lan"
uci -q commit dhcp
exit 0

View File

@@ -29,7 +29,7 @@ config CWMP_DEVEL_DEBUG
config LIBDATAMODEL_VENDOR_PREFIX
string "Vendor Prefix"
default "X_Inteno_SE_"
default "X_IOPSYS_EU_"
endif

View File

@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp
PKG_VERSION:=4.0-2018-10-16
PKG_VERSION:=4.0-2018-12-04
PKG_FIXUP:=autoreconf
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=92cbe9f51270054bc2ae9ad266fb20dc94f4d9db
PKG_SOURCE_VERSION:=f9bbd7fb4a122dd523c2f2eaedec932c8483154f
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)

View File

@@ -8,9 +8,9 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ifbt
PKG_VERSION:=0.1
PKG_SOURCE_VERSION:=2ed58929d18f914905e316558d8756a2056af0b2
PKG_SOURCE_VERSION:=a0572079265293ed99dc4d69fd38528760d29be9
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git@dev.iopsys.eu:iopsys/ifbt.git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/ifbt.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)

View File

@@ -32,6 +32,7 @@ CONFIG_PACKAGE_ice-client-netrounds=m
CONFIG_PACKAGE_ice-client-rshell=m
CONFIG_PACKAGE_ice-client-texec=m
CONFIG_PACKAGE_icwmp-curl=y
CONFIG_PACKAGE_ifbt=y
CONFIG_PACKAGE_imonitor=y
CONFIG_PACKAGE_inbd=y
CONFIG_PACKAGE_netmode=y
@@ -46,6 +47,7 @@ CONFIG_PACKAGE_iwatchdog=y
CONFIG_PACKAGE_juci=y
CONFIG_PACKAGE_juci-broadcom-iptv=y
CONFIG_PACKAGE_juci-broadcom-pwrmgmt=y
CONFIG_PACKAGE_juci-wifilife=y
CONFIG_PACKAGE_juci-wireless=y
CONFIG_PACKAGE_juci-ddns=y
CONFIG_PACKAGE_juci-diagnostics=y

View File

@@ -14,6 +14,16 @@ CONFIG_LIBC_USE_MUSL=y
# CONFIG_PACKAGE_ppp-mod-pppoa is not set
#################### switch related
CONFIG_PACKAGE_switch_cli_ugw8=y
#################### ppa related
CONFIG_PACKAGE_ppacmd=y
# CONFIG_PACKAGE_kmod-ppa-drv-gre is not set
# CONFIG_PACKAGE_kmod-ppa-drv-grx500-eth-bond is not set
# CONFIG_PACKAGE_kmod-ppa-drv-grx500-mpe is not set
# CONFIG_PACKAGE_kmod-ppa-drv-mpe-ip97 is not set
CONFIG_PACKAGE_mcast-pa=y
#################### DSL related
CONFIG_PACKAGE_dsl-cpe-control-vrx=y
@@ -28,8 +38,22 @@ CONFIG_PACKAGE_vrx518_ppe_fw=y
CONFIG_dsl-cpe-api-vrx_MODEL_DEBUG=y
CONFIG_dsl-cpe-control-vrx_DTI=y
CONFIG_dsl-cpe-control-vrx_MODEL_DEBUG=y
# yes intel dsl script need this.
CONFIG_BUSYBOX_CONFIG_USLEEP=y
#################### DSL related end
#################### WIFI related
CONFIG_PACKAGE_kmod-lantiq-wlan-wave-support_5_x=y
CONFIG_PACKAGE_ltq-wlan-wave_5_x=y
CONFIG_FEATURE_LTQ_WAVE_500_PCIE=y
# CONFIG_FEATURE_LTQ_WAVE_500 is not set
CONFIG_FEATURE_LTQ_WAVE_AR10_SUPPORT=y
# CONFIG_FEATURE_LTQ_WAVE_STA is not set
# CONFIG_FEATURE_LTQ_WAVE_DEBUG_TFTP_BINS is not set
# CONFIG_FEATURE_LTQ_WAVE_FGPA_DUMMY_PHY is not set
CONFIG_FEATURE_LTQ_WAVE_500B=y
####################
# the options below this point is wrong but packages wont compile
# CONFIG_PACKAGE_icwmp-curl is not set
@@ -37,3 +61,7 @@ CONFIG_dsl-cpe-control-vrx_MODEL_DEBUG=y
# CONFIG_PACKAGE_libcgroup is not set
# CONFIG_PACKAGE_libcgroup-daemon is not set
# CONFIG_PACKAGE_libdatamodel is not set
# CONFIG_TARGET_ROOTFS_INITRAMFS is not set
# CONFIG_TARGET_ROOTFS_SQUASHFS is not set

View File

@@ -0,0 +1,3 @@
# temporary solution for kernel
CONFIG_KERNEL_GIT_BRANCH="easy550_anywan_smart3board"
CONFIG_KERNEL_GIT_COMMIT="58796d57c6da6bba984c781c05222349f7c2b655"

View File

@@ -24,10 +24,23 @@ function genconfig {
local iopsys_brcm63xx_mips="cg300 cg301 dg150 dg150v2 dg150alv2 dg200 dg200al dg301 dg301al eg300 vg50 vox25 hpc_hu02 eg200"
local iopsys_brcm63xx_arm="dg400 eg400 sdx810_rg f104w f104 dg400prime dg400primeb 963138REF_P502"
local iopsys_ramips="ex400 sdx810_ap"
local intel_mips="easy550"
local intel_mips="easy550 easy350 speedport_smart3"
local ramips="mt7621"
if [ "$profile" == "LIST" ]
then
for list in iopsys_brcm63xx_mips iopsys_brcm63xx_arm iopsys_ramips intel_mips
do
echo "$list based boards:"
for b in ${!list}
do
echo -e "\t$b"
done
done
return
fi
local targets
for p in $iopsys_brcm63xx_mips; do
@@ -107,6 +120,7 @@ function genconfig {
echo -e " -h|--help\tShow this message"
echo -e " -l|--list [customer]\tList all Customers or all boards for one customer"
echo -e " -a|--list-all\tList all Customers and their board types"
echo -e " -b|--boards\tList all board types"
echo
echo "Example ./iop genconfig vg50 TELIA"
echo "(if no customerconfig is chosen the Inteno Config will be used)"
@@ -256,8 +270,20 @@ function genconfig {
fi
# Set target and profile
echo "CONFIG_TARGET_${target}=y" >> .config
echo "CONFIG_TARGET_${target}_${BOARDTYPE}=y" >> .config
#special handling for intel_mips which use TARGET_DEVICES
if [ "$target" = "intel_mips" ]; then
subtarget="xrx500"
echo "CONFIG_TARGET_${target}=y" >> .config
echo "CONFIG_TARGET_${target}_${subtarget}=y" >> .config
echo "CONFIG_TARGET_MULTI_PROFILE=y" >> .config
echo "CONFIG_TARGET_PER_DEVICE_ROOTFS=y" >> .config
device=$(echo $BOARDTYPE | tr a-z A-Z)
echo "CONFIG_TARGET_DEVICE_${target}_${subtarget}_DEVICE_${device}=y" >> .config
else
echo "CONFIG_TARGET_${target}=y" >> .config
echo "CONFIG_TARGET_${target}_${BOARDTYPE}=y" >> .config
fi
echo "$CUSTOMER $BOARDTYPE" > $CURRENT_CONFIG_FILE
@@ -369,6 +395,7 @@ function genconfig {
-h|--help) usage;;
-l|--list) list_customers 0 $2;;
-a|--list-all)list_customers 1;;
-b|--boards)set_target LIST;exit 0;;
-*)
echo "Invalid option: $1 "
echo "Try -h or --help for more information."

View File

@@ -281,7 +281,7 @@ change_to_vlan() {
v "option 132: committed update to file network"
# reload configuration files.
/etc/init.d/layer2_interface_vlan reload
ubus call network reload
v "option 132: reload network config"
# replace old interface (like eth0.1 with new eth0.101).

View File

@@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=netmode
PKG_VERSION:=0.2.0
PKG_SOURCE_VERSION:=fbd7dcfab03df19b3c32675940e0aee708c7cf75
PKG_SOURCE_VERSION:=82fd6c196a3b990e105cef867a69ce52979b27fa
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/netmoded

View File

@@ -16,6 +16,7 @@ config interface 'wan'
option hostname 'iopsys-$MAC'
option reqopts '66 67 128 224'
option igmp_snooping '0'
option macaddr '$MACWAN'
config device 'wan_dev'
option name 'eth0.2'

View File

@@ -104,9 +104,13 @@ correct_uplink() {
if [ "$link" == "up" ]; then
ubus call network.device set_state "{\"name\":\"$WETIF\", \"defer\":true}"
ifconfig $WETIF down
echo ethernet > /tmp/netmodes/uplink_type
ubus call network.device set_state "{\"name\":\"$WANDEV\", \"defer\":false}"
else
ubus call network.device set_state "{\"name\":\"$WETIF\", \"defer\":false}"
ifconfig $WETIF up
echo wireless > /tmp/netmodes/uplink_type
ubus call network.device set_state "{\"name\":\"$WANDEV\", \"defer\":true}"
ubus call led.internet set '{"state" : "notice"}'
fi
@@ -199,6 +203,7 @@ switch_netmode() {
logger -s -p user.info -t $0 "Switching to $curmode mode" > /dev/console
ubus call leds set '{"state" : "allflash"}'
[ -f /etc/init.d/omcproxy ] && /etc/init.d/omcproxy stop
[ -f /etc/init.d/igmpproxy ] && /etc/init.d/igmpproxy stop
[ -f /etc/init.d/layer2 ] && /etc/init.d/layer2 reload
ubus call network reload
wifi reload nodat
@@ -377,7 +382,8 @@ populate_netmodes() {
if json_select acl; then
_i=1
while json_get_var user $_i; do
uci add_list netmode.$mode._access_r="$user"
uci del_list netmode.$mode._access_w="$user"
uci add_list netmode.$mode._access_w="$user"
_i=$((_i+1))
done
json_select ..

View File

@@ -205,19 +205,21 @@ internet_test() {
fi
}
iptvtest() {
ubus list led.ext >/dev/null 2>&1 && TVCON=1 || return
iptv_test() {
local dest="$(uci -q get system.@system[0].tvping_addr)"
[ -n "$dest" ] || return
ubus list led.ext >/dev/null 2>&1 || return
test_connection $dest
if [ "$?" -eq 0 ]; then
TVCON=1
[ -n "$dest" ] && ubus call led.ext set '{"state" : "ok"}'
ubus call led.ext set '{"state" : "ok"}'
else
TVCON=0
[ -n "$dest" ] && ubus call led.ext set '{"state" : "off"}'
ubus call led.ext set '{"state" : "off"}'
fi
}
@@ -250,6 +252,8 @@ connectivity_test() {
[ "$CURSTATUS" == "$LASTSTATUS" ] || ubus send internet '{"status" : "offline"}'
LASTSTATUS=0
fi
iptv_test
}
if [ "$1" == "once" ]; then

View File

@@ -10,7 +10,7 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/owsd.git
PKG_SOURCE_VERSION:=aed9de16f49d94bd5abf10a3038fd9a1712cec19
PKG_SOURCE_VERSION:=b3f52463a50d56af80bfd8b3f63960885379f150
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=${PKG_NAME}-${PKG_VERSION}
PKG_MAINTAINER:=Sartura Support for Inteno <support-inteno@sartura.hr>

View File

@@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=questd
PKG_VERSION:=3.1.40
PKG_SOURCE_VERSION:=48da42f05c4b8c9d0d5a656932ba77d37bb2e573
PKG_SOURCE_VERSION:=7a0a7427d339736e3ee555e816d40c985651632c
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/questd

View File

@@ -80,6 +80,12 @@ smb_header() {
config_get description $1 description "Samba on ${hostname:-OpenWrt}"
config_get charset $1 charset "UTF-8"
name=`echo -e "$name" | head -1`
workgroup=`echo -e "$workgroup" | head -1`
description=`echo -e "$description" | head -1`
interfaces=`echo -e "$interfaces" | head -1`
charset=`echo -e "$charset" | head -1`
mkdir -p /var/etc
sed -e "s#|NAME|#$name#g" \
-e "s#|WORKGROUP|#$workgroup#g" \
@@ -138,13 +144,13 @@ smb_add_share() {
path=$(readlink -f $path)
[ "${path:0:4}" == "/mnt" ] || path="/mnt/"
echo -e "\n[$name]\n\tpath = $path" >> /var/etc/smb.conf
[ -n "$users" ] && echo -e "\tvalid users = $users" >> /var/etc/smb.conf
[ -n "$read_only" ] && echo -e "\tread only = $read_only" >> /var/etc/smb.conf
[ -n "$guest_ok" ] && echo -e "\tguest ok = $guest_ok" >> /var/etc/smb.conf
[ -n "$create_mask" ] && echo -e "\tcreate mask = $create_mask" >> /var/etc/smb.conf
[ -n "$dir_mask" ] && echo -e "\tdirectory mask = $dir_mask" >> /var/etc/smb.conf
[ -n "$browseable" ] && echo -e "\tbrowseable = $browseable" >> /var/etc/smb.conf
echo -e "\n[$name]\n\tpath = ${path%%\\n*}" >> /var/etc/smb.conf
[ -n "$users" ] && echo -e "\tvalid users = $users" | head -1 >> /var/etc/smb.conf
[ -n "$read_only" ] && echo -e "\tread only = $read_only" | head -1 >> /var/etc/smb.conf
[ -n "$guest_ok" ] && echo -e "\tguest ok = $guest_ok" | head -1 >> /var/etc/smb.conf
[ -n "$create_mask" ] && echo -e "\tcreate mask = $create_mask" | head -1 >> /var/etc/smb.conf
[ -n "$dir_mask" ] && echo -e "\tdirectory mask = $dir_mask" | head -1 >> /var/etc/smb.conf
[ -n "$browseable" ] && echo -e "\tbrowseable = $browseable" | head -1 >> /var/etc/smb.conf
}
start_service() {

View File

@@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=topologyd
PKG_VERSION:=0.1
PKG_SOURCE_VERSION:=7cae7d079eb2d1d990e94274258afe1d36dade19
PKG_SOURCE_VERSION:=b520fe65d2469ff52cc70328fce753f67cf998e5
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/topologyd.git
@@ -20,10 +20,13 @@ include $(INCLUDE_DIR)/package.mk
define Package/topologyd
CATEGORY:=Utilities
DEPENDS:=+libubox +ubus +libpthread +libopenssl +libnl-genl +libnl +libuci
DEPENDS:=+libubox +ubus +libpthread +libopenssl +libnl-genl +libnl +libuci +libwifi
TITLE:=topology daemon
endef
TARGET_CFLAGS += \
-I$(STAGING_DIR)/usr/include
define Package/topologyd/description
gathers topology information and presents it as json structure
endef

View File

@@ -17,7 +17,7 @@ start_service() {
fi
procd_set_param respawn
# procd_set_param stdout 1
procd_set_param stdout 1
procd_set_param stderr 1
procd_close_instance
}

View File

@@ -9,16 +9,15 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=u-boot
PKG_VERSION:=2016.08
PKG_RELEASE:=5
PKG_SOURCE_PROTO:=git
ifdef CONFIG_TARGET_intel_mips
PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/uboot.git
PKG_SOURCE_VERSION:=505b9ebb3d3f620e46f16a9b7b364ecc64256c2f
PKG_SOURCE_VERSION:=b3bc3af5831f14d9cd4d983522bc45a1fd9fa26c
else
PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git
PKG_SOURCE_VERSION:=a86e52439340d078f8c66a28f01e0575a24bcebd
PKG_SOURCE_VERSION:=3ef2ba866a99205496e0ce01935c89a1778d9b85
endif
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
@@ -47,23 +46,34 @@ UBOOT_IMG:=uboot.img
define uboot/ex400
TITLE:=U-Boot for the ex400
DEPENDS:=@TARGET_iopsys_ramips
PKG_RELEASE:=6
endef
define uboot/sdx810_ap
TITLE:=U-Boot for the sdx810_ap
DEPENDS:=@TARGET_iopsys_ramips
PKG_RELEASE:=6
endef
define uboot/grx500
TITLE:=U-Boot for the grx
UBOOT_IMG:=u-boot-nand.bin
DEPENDS:=@TARGET_intel_mips
PKG_RELEASE:=5
endef
define uboot/grx500_speedport_smart3
TITLE:=U-Boot for the Speedport Smart3
UBOOT_IMG:=u-boot-nand.bin
DEPENDS:=@TARGET_intel_mips
PKG_RELEASE:=5
endef
UBOOTS := \
ex400 \
sdx810_ap \
grx500
grx500 \
grx500_speedport_smart3
define Package/uboot/template
define Package/uboot-$(1)

View File

@@ -71,7 +71,7 @@ astsbindir => /usr/sbin
documentation_language = en_US ; Set the language you want documentation
; displayed in. Value is in the same format as
; locale names.
;hideconnect = yes ; Hide messages displayed when a remote console
hideconnect = yes ; Hide messages displayed when a remote console
; connects and disconnects.
;lockconfdir = no ; Protect the directory containing the
; configuration files (/etc/asterisk) with a

View File

@@ -155,6 +155,10 @@ config 'sip_service_provider' 'sip0'
option 'name' 'Account 1'
option 'enabled' '0'
option 'codec0' 'alaw'
option cbbs_key '5'
option cbbs_maxretry '5'
option cbbs_retrytime '300'
option cbbs_waittime '30'
option 'autoframing' '1'
option 'cfim_on' '*21*'
option 'cfim_off' '#21#'

View File

@@ -0,0 +1 @@
iptables -I zone_wan_input 4 -m udp -p udp --dport 10000:20000 -m comment --comment "!fw3: Allow-RTP" -j ACCEPT

View File

@@ -53,8 +53,17 @@ uci -q batch <<-EOT
set firewall.sip=include
set firewall.sip.path=/etc/firewall.sip
set firewall.sip.reload=1
uci del_list firewall.sip._access_w="root"
uci add_list firewall.sip._access_w="root"
commit firewall
EOT
exit 0
# If dtmfmode is set to the obsolete compatability change to auto
sed -i 's/dtmfmode\s*=\s*compatibility/dtmfmode=auto/' /etc/asterisk/sip.conf
if [ $(uci get voice_client.SIP.dtmfmode) == 'compatibility' ]; then
uci set voice_client.SIP.dtmfmode='auto'
uci commit
fi
exit 0

View File

@@ -48,17 +48,24 @@ while read event ; do
fi
elif json_select asterisk.endpoint >/dev/null; then
json_get_var event event
if [ "$event" == "OFFHOOK" ]; then
case $event in
OFFHOOK)
OFFHOOK=1
ubus call led.voice1 set '{"state":"notice"}'
else
;;
ONHOOK)
OFFHOOK=0
if [ $REGISTERED -eq 1 ]; then
ubus call led.voice1 set '{"state":"ok"}'
else
ubus call led.voice1 set '{"state":"error"}'
ubus call led.voice1 set '{"state":"error"}'
fi
fi
;;
*)
# Do nothing for other events.
;;
esac
fi
done &

View File

@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wifilife
PKG_VERSION:=1.0.2
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=d3b7410b262225edff6b6b10a3bfd4e6a63fe877
PKG_SOURCE_VERSION:=25af2498b09575990031b1c5754a0893f1d44b80
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>
ifeq ($(CONFIG_WIFILIFE_OPEN),y)

View File

@@ -27,9 +27,11 @@ stop_service()
}
reload_service() {
procd_send_signal wifiagent
# procd_send_signal wifilife # use SIGHUP
stop
start
}
service_triggers() {
procd_add_reload_trigger wifiagent
procd_add_reload_trigger "wifilife"
}

View File

@@ -8,7 +8,7 @@ PKG_NAME:=wifimngr
PKG_VERSION:=1.0.2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=cfaf7a3f3bd688257b108ad8c5e73d3a91c6c2d4
PKG_SOURCE_VERSION:=a6b9256971aee59bb1049c8ac439ecb51619c72a
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/wifimngr.git
PKG_MAINTAINER:=Anjan Chanda <anjan.chanda@iopsys.eu>