- Nov 12, 2021
-
-
Andreas Gnau authored
------------------------------------------------------------------------------- * 8237ae90 brcm63xx-arm: eagle/zebra: Build gryphon-led driver from source * 6f29c813 brcm63xx-arm: panther: Temporarily disable voice ------------------------------------------------------------------------------- commit 8237ae90 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-11 17:10:03 +0100 brcm63xx-arm: eagle/zebra: Build gryphon-led driver from source As quick hack a binary was added before. Build gryphon-led-kernel-module from source instead. Base directory -> feeds/targets/ iopsys-brcm63xx-arm/config/eagle/config | 2 ++ iopsys-brcm63xx-arm/config/zebra/config | 2 ++ .../etc/modules.d/60-gryphon-led-kernel-module-binary | 1 - .../4.19.151/gryphon-led-kernel-module-binary.ko | Bin 120748 -> 0 bytes .../etc/modules.d/60-gryphon-led-kernel-module | 1 - 5 files changed, 4 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 6f29c813 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-12 13:40:52 +0100 brcm63xx-arm: panther: Temporarily disable voice Temporarily disable voice, until issue with kernel panic due to bug in our voiceBoardParms implementation. Will be reverted on the fix for the bug is properly tested. Base directory -> feeds/targets/ iopsys-brcm63xx-arm/config/panther/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -------------------------------------------------------------------------------
-
Andreas Gnau authored
------------------------------------------------------------------------------- * 90fa8430 gryphon-led-module: Build against bcmkernel on Broadcom platforms ------------------------------------------------------------------------------- commit 90fa843074254ebbc9f2fbb8f2a7a54f78ebdf3c Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-11 17:13:24 +0100 gryphon-led-module: Build against bcmkernel on Broadcom platforms Due to the complexity of the Broadcom build system which amongst others puts dynamically generated symlinks into the kernel dir, we have a fake kernel "bcmlinux" to please the OpenWrt build system. This kernel is not used for anything but building the OpenWrt toolchain. To compile against the right kernel that is running on the target, we need to compile the kernel module against the kernel inside bcmkernel which is the one compiled by the BCM SDK. Base directory -> feeds/iopsys/ gryphon-led-module/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) -------------------------------------------------------------------------------
-
Jani Juvan authored
------------------------------------------------------------------------------- * 2ccb971dc bcm963xx: fix cled flickering * 27effeabf bcm963xx: fix leds brightness scaling * bb2b5cb30 bcm963xx: configure leds for uboot and add kernel triggers * 146fa9d8b hostap/supplicant: send/receive vlan ID - change option name * 4b2dcf4cd hostap/supplicant: send/receive vlan ID via wps M8 WFA extension ------------------------------------------------------------------------------- commit 2ccb971dc21df7c0f49d637187aa56358176cdd8 Author: Jani Juvan <jani.juvan@iopsys.eu> Date: 2021-11-11 15:06:13 +0100 bcm963xx: fix cled flickering Base directory -> / .../opensource/misc/bca_led_ctrl/impl1/bcm_bca_cled_ctrl.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 27effeabfdc53b3235d0dd7a66316690954986b4 Author: Jani Juvan <jani.juvan@iopsys.eu> Date: 2021-11-11 15:05:03 +0100 bcm963xx: fix leds brightness scaling Base directory -> / bcm963xx/bcmdrivers/opensource/misc/bca_led_ctrl/impl1/bcm_bca_leds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit bb2b5cb305394712e120b4080786747db95a6193 Author: Charles Foster <charles.foster@bt.com> Date: 2020-12-22 13:58:35 +0000 bcm963xx: configure leds for uboot and add kernel triggers Incudes cherry-picked configuration changes from commit cc0803bc8. Only config changes applied since code has been restructured and fixed since the patch. Base directory -> / bcm963xx/bootloaders/u-boot-2019.07/configs/bcm947622_defconfig | 2 ++ bcm963xx/hostTools/scripts/gendefconfig.d/30iopsys.conf | 6 ++++++ 2 files changed, 8 insertions(+) ------------------------------------------------------------------------------- commit 146fa9d8b27404c9988fa72e9091498dda076922 Author: Stanislaw Gruszka <stanislaw.gruszka@iopsys.eu> Date: 2021-10-26 12:12:44 +0200 hostap/supplicant: send/receive vlan ID - change option name make hostapd patch consistent with what was send upstream Base directory -> / patches/960-hostapd-add-multi-ap-vlan-id.patch | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) ------------------------------------------------------------------------------- commit 4b2dcf4cd5eb0ddcf0024c1d63b604728d3c7876 Author: Stanislaw Gruszka <stanislaw.gruszka@iopsys.eu> Date: 2021-10-22 12:40:06 +0200 hostap/supplicant: send/receive vlan ID via wps M8 WFA extension Base directory -> / patches/960-hostapd-add-multi-ap-vlan-id.patch | 239 ++++++++++++++++++++++ patches/961-supplicant-add-multi-ap-vlan-id.patch | 115 +++++++++++ patches/series | 2 + 3 files changed, 356 insertions(+) -------------------------------------------------------------------------------
-
Jakob Olsson authored
------------------------------------------------------------------------------- * 524c7182 map-agent: 6.1.1 * e00102c2 map-controller: 5.1.1 ------------------------------------------------------------------------------- commit 524c71824257739c02e7c117140c3f612c36e68e Author: Jakob Olsson <jakob.olsson@iopsys.eu> Date: 2021-11-12 11:21:52 +0100 map-agent: 6.1.1 Base directory -> feeds/iopsys/ map-agent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit e00102c2b93a5d7af34d38e4a9772041bd35a6f8 Author: Jakob Olsson <jakob.olsson@iopsys.eu> Date: 2021-11-12 11:19:38 +0100 map-controller: 5.1.1 Base directory -> feeds/iopsys/ map-controller/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Wenpeng Song authored
fix warning log messages Replace obsolete macros with new ones and disable those unused and non-supported features.
-
Anjan Chanda authored
------------------------------------------------------------------------------- * 2c0b6b76 wfadatad: 5.0.5 * 9e9dc5b1 wifimngr: 14.0.0 * 4535b143 easy-soc-libs: 6.4.27 * 478e3a5c dectmngr: keep /etc/dect/LA_DB during sysupgrade * 98302e05 periodicstats: 1.0.4 * 4dc45c77 bbf: 6.1.9 * c1bef47f dectmngr: update Makefile to include the path for external libraries ------------------------------------------------------------------------------- commit 2c0b6b76e23835f91ff8e0fc3f4aebf5c975528a Author: Anjan Chanda <anjan.chanda@iopsys.eu> Date: 2021-11-12 09:38:15 +0100 wfadatad: 5.0.5 Base directory -> feeds/iopsys/ wfadatad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 9e9dc5b1a93d72c6bec0a750f6f6959e2a4cc538 Author: Anjan Chanda <anjan.chanda@iopsys.eu> Date: 2021-11-12 09:37:33 +0100 wifimngr: 14.0.0 Base directory -> feeds/iopsys/ wifimngr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 4535b143053aa5c4e2bb758c53f8f29e6f876b90 Author: Anjan Chanda <anjan.chanda@iopsys.eu> Date: 2021-11-12 09:36:29 +0100 easy-soc-libs: 6.4.27 Base directory -> feeds/iopsys/ easy-soc-libs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 478e3a5c8b03848f77bebd49969bec5951707ba9 Author: Yalu Zhang <yalu.zhang@iopsys.eu> Date: 2021-11-11 15:19:54 +0100 dectmngr: keep /etc/dect/LA_DB during sysupgrade Base directory -> feeds/iopsys/ dectmngr/Makefile | 2 ++ dectmngr/files/lib/upgrade/keep.d/dect | 1 + 2 files changed, 3 insertions(+) ------------------------------------------------------------------------------- commit 98302e05235cbf60ba08d619f3b3147dca0393cc Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com> Date: 2021-11-11 13:57:02 +0100 periodicstats: 1.0.4 Base directory -> feeds/iopsys/ periodicstats/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 4dc45c779ae1b2a912d7fd56b54257c74771251e Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com> Date: 2021-11-11 13:56:06 +0100 bbf: 6.1.9 Base directory -> feeds/iopsys/ bbf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit c1bef47f50e0643b8c6f5056503134953c4017fc Author: Yalu Zhang <yalu.zhang@iopsys.eu> Date: 2021-11-11 12:04:39 +0100 dectmngr: update Makefile to include the path for external libraries Base directory -> feeds/iopsys/ dectmngr/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) -------------------------------------------------------------------------------
-
- Nov 11, 2021
-
-
Hemlata authored
Fix some issues in config_asterisk.sh for voice mail configurations
-
Andreas Gnau authored
------------------------------------------------------------------------------- * feb98202b bcmcreator: remove NTR from Zebra config * 963d667db migrator: Set both banks as valid * cc1793e70 bcm963xx: pass cfg80211 CAC events from DHD * 70bdd9ced patch.version: Add Reduce SPINAND to 50Mhz and enable dual mode ------------------------------------------------------------------------------- commit feb98202b2390c1932e279e330d4149655e2177a Author: Jani Juvan <jani.juvan@iopsys.eu> Date: 2021-11-10 09:41:02 +0100 bcmcreator: remove NTR from Zebra config Base directory -> / bcm963xx/targets/96750GW_WL20D1D1/bcmcreator-100.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit 963d667dbdf47e245011c9d69c497b600b5d98a6 Author: Markus Gothe <markus.gothe@genexis.eu> Date: 2021-10-29 12:00:12 +0200 migrator: Set both banks as valid Since we populate both banks we should also enable them when creating the metadata. By do this both banks can be used from U-boot as intended. Base directory -> / .../bootloaders/u-boot-2019.07/board/broadcom/bcmbca/board_migrator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit cc1793e705480c2719ec0c957551c0ba03dbed57 Author: Erik Karlsson <erik.karlsson@genexis.eu> Date: 2021-10-14 11:01:34 +0200 bcm963xx: pass cfg80211 CAC events from DHD The WLC_E_CAC_STATE_CHANGE event bit must be set in "event_msgs_ext" for DHD to receive CAC events and forward them to cfg80211. Without setting this in dhd_preinit_ioctls as per usual for events handled by wl_cfg80211_event, we rely on this working "by accident" due to wifimngr/easy-soc-libs enabling the WLC_E_CAC_STATE_CHANGE event. Base directory -> / patches/950-wifi-cac-event.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) ------------------------------------------------------------------------------- commit 70bdd9ced8828d659b0ef180aadaa6640d3899ff Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-04 13:33:39 +0100 patch.version: Add Reduce SPINAND to 50Mhz and enable dual mode Add 81cf25d12 (Broadcom: Reduce SPINAND to 50Mhz and enable dual mode, 2021-10-01) to patch.version Base directory -> / bcm963xx/patch.version | 1 + 1 file changed, 1 insertion(+) -------------------------------------------------------------------------------
-
Andreas Gnau authored
------------------------------------------------------------------------------- * 9fb0c48a dectmngr: Add missing iconv-full dependency * d8e35df6 wfa-capi: 1.1.0 * d0189d60 dectmngr: bump the package version to 3.2.0 ------------------------------------------------------------------------------- commit 9fb0c48a224259039757b574e9048a50d588bbae Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-11 10:43:09 +0100 dectmngr: Add missing iconv-full dependency dectmngr has required libiconv-full, but did not declare the dependency. This creates a risk for the build failing due to race conditions. After we removed another config-option that depended on libiconv-full the build started to fail because nothing depended on libiconv-full anymore. Fixes: f6f1644b (iop: config: Don't enable CONFIG_BUILD_NLS, 2021-11-04) Base directory -> feeds/iopsys/ dectmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit d8e35df684f6e4c94ab6482507090746dd67835d Author: Anjan Chanda <anjan.chanda@iopsys.eu> Date: 2021-11-11 10:51:12 +0100 wfa-capi: 1.1.0 Base directory -> feeds/iopsys/ wfa-capi/Makefile | 4 ++-- wfa-capi/files/etc/init.d/capiagent | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit d0189d605faae2295e9dd17110d72bb4293e3f94 Author: Yalu Zhang <yalu.zhang@iopsys.eu> Date: 2021-11-10 14:37:35 +0000 dectmngr: bump the package version to 3.2.0 Base directory -> feeds/iopsys/ dectmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -------------------------------------------------------------------------------
-
- Nov 10, 2021
-
-
Grzegorz Sluja authored
------------------------------------------------------------------------------- * 8de17044 dectmngr: Add phonebook support * f6f1644b iop: config: Don't enable CONFIG_BUILD_NLS ------------------------------------------------------------------------------- commit 8de1704440b0b723f5c177bfc474a94979172b1a Author: Grzegorz Sluja <grzegorz.sluja@iopsys.eu> Date: 2021-11-10 11:18:09 +0100 dectmngr: Add phonebook support Base directory -> feeds/iopsys/ dectmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit f6f1644bab06db22f1ade38cd104cd50fcc8c461 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-04 17:19:55 +0100 iop: config: Don't enable CONFIG_BUILD_NLS It seems like CONFIG_BUILD_NLS it is not needed by anything, so disable it. On an embedded device, we do not need localised output. End-users will probably never interact via SSH with the device. So it is unclear why it had been enabled in the first place. Base directory -> feeds/iopsys/ iop/config | 1 - 1 file changed, 1 deletion(-) -------------------------------------------------------------------------------
-
- Nov 09, 2021
-
-
Omar Kallel authored
-
Amin Ben Ramdhane authored
-
Lukasz Kotasa authored
------------------------------------------------------------------------------- * edd9174812 mac80211.sh: add support for HE80 in htmode * 6dd224c17d Revert "mt76: workaround for DHCP issues caused by missing hw_nat module" ------------------------------------------------------------------------------- commit edd91748120888962e7c627482afd5fb16694ef8 Author: Lukasz Kotasa <lukasz.kotasa@iopsys.eu> Date: 2021-11-09 11:40:18 +0100 mac80211.sh: add support for HE80 in htmode Base directory -> feeds/openwrt_core/ package/kernel/mac80211/files/lib/wifi/mac80211.sh | 4 ++++ 1 file changed, 4 insertions(+) ------------------------------------------------------------------------------- commit 6dd224c17d733a45c0df0976086e05d422a34012 Author: Lukasz Kotasa <lukasz.kotasa@iopsys.eu> Date: 2021-11-05 09:44:52 +0100 Revert "mt76: workaround for DHCP issues caused by missing hw_nat module" This reverts commit 15dddfd64ec13892baf2466148a109baa9963bbc. Base directory -> feeds/openwrt_core/ .../0001-driver_porting_for_ARHT_GeoYang.patch | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) -------------------------------------------------------------------------------
-
Bartlomiej Grzeskowiak authored
------------------------------------------------------------------------------- * 752bf7fe iopsys-econet: Fix uboot env compatibility issue ------------------------------------------------------------------------------- commit 752bf7fe Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu> Date: 2021-11-05 12:44:26 +0100 iopsys-econet: Fix uboot env compatibility issue Since Uboot env is restored after upgrade all env modifications must be done manally. Done in post_upgrade script. Signed-off-by:
Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu> Base directory -> feeds/targets/ iopsys-econet/image/upgrade-bundle/upgrade | 6 ++++++ 1 file changed, 6 insertions(+) -------------------------------------------------------------------------------
-
- Nov 08, 2021
-
-
Lukasz Kotasa authored
------------------------------------------------------------------------------- * 65c5f75c iopsys-econet: Adding extra kernel flags to be aligned with econet SDK * 00a88f26 brcm63xx: Make last.pkgtb point to loader image ------------------------------------------------------------------------------- commit 65c5f75c Author: Lukasz Kotasa <lukasz.kotasa@iopsys.eu> Date: 2021-11-04 13:08:02 +0000 iopsys-econet: Adding extra kernel flags to be aligned with econet SDK We need to have as similar as possible kernel flags with econet SDK. Base directory -> feeds/targets/ iopsys-econet/en7562/config-5.4 | 3 +++ 1 file changed, 3 insertions(+) ------------------------------------------------------------------------------- commit 00a88f26 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-04 16:56:41 +0100 brcm63xx: Make last.pkgtb point to loader image Since, we only upgrade the loader area when it is required by having a version counter in the FIT-image and in the loader area, we can make the loader-image the default image pointed to by the last.pkgtb symlink. Users who do not want to upgrade their bootloader in any case can still use the images without loader (symlink last_no_loader.pkgtb). Base directory -> feeds/targets/ iopsys-brcm63xx-arm/image/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
- Nov 05, 2021
-
-
Amin Ben Ramdhane authored
-
- Nov 04, 2021
-
-
Lukasz Kotasa authored
------------------------------------------------------------------------------- * b92c4672 Revert "iopsys-econet: Remove crashing drivers from build process" * e8cc7313 iopsys-econet: fix hw_nat.ko driver crash * ae022ece brcm63xx: remove os-release with rm -f * 32c2ff4e smarthub3: skip 8 bytes of junk in .mmcwrite.manuf * c09391b2 panda/base-files/etc/init.d/scratchpad: Update logic for GPON ------------------------------------------------------------------------------- commit b92c4672 Author: Lukasz Kotasa <lukasz.kotasa@iopsys.eu> Date: 2021-11-04 09:26:53 +0000 Revert "iopsys-econet: Remove crashing drivers from build process" This reverts commit 6f2c2a00. Base directory -> feeds/targets/ iopsys-econet/config/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit e8cc7313 Author: Lukasz Kotasa <lukasz.kotasa@iopsys.eu> Date: 2021-11-04 09:23:20 +0000 iopsys-econet: fix hw_nat.ko driver crash add flags: CONFIG_NET_REDIRECT and CONFIG_NET_SCHED (with dependencies) Those two flags does influence struct sk_buff. They must be set same as in EconetSDK since hw_nat.ko driver is delivered as binary and does use this struct. Base directory -> feeds/targets/ iopsys-econet/en7562/config-5.4 | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit ae022ece Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-11-03 14:20:03 +0100 brcm63xx: remove os-release with rm -f when creating container rootfs and deselecting base-files package, os-release file does not exist Base directory -> feeds/targets/ iopsys-brcm63xx-arm/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 32c2ff4e Author: Simon Tate <simon.tate@bt.com> Date: 2021-10-29 16:56:15 +0100 smarthub3: skip 8 bytes of junk in .mmcwrite.manuf First 8 bytes corrupts the parsing of .mmcwrite.manuf, so skip this during parsing. Base directory -> feeds/targets/ iopsys-brcm63xx-arm/smarthub3/base-files/etc/init.d/board_data | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit c09391b2 Author: Markus Gothe <markus.gothe@genexis.eu> Date: 2021-10-20 11:52:26 +0200 panda/base-files/etc/init.d/scratchpad: Update logic for GPON Update the logic for GPON scratchpad with data provided by the ODM. Base directory -> feeds/targets/ iopsys-brcm63xx-arm/panda/base-files/etc/init.d/scratchpad | 4 ++++ 1 file changed, 4 insertions(+) -------------------------------------------------------------------------------
-
Grzegorz Sluja authored
------------------------------------------------------------------------------- * a480a0c9 dectmngr: Update package dectmngr ------------------------------------------------------------------------------- commit a480a0c95dafa3c520044e7d673975487514b47f Author: Grzegorz Sluja <grzegorz.sluja@iopsys.eu> Date: 2021-11-04 07:52:37 +0100 dectmngr: Update package dectmngr c2b5452 Disable dectmngr logging to file by default 6d0af6c SUOTA implementation 79fa843 Fix the bug of syslog messages with incorrect ident and facility Base directory -> feeds/iopsys/ dectmngr/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
- Nov 03, 2021
-
-
Vivek Dutta authored
------------------------------------------------------------------------------- * 89068fa8 icwmp: 8.2.6-2021-11-03 * c3cee343 uspd: Enable caching of ubus data * bf70b518 bbf: 6.1.5 * ad293962 topology: 3.0.4 * 6badc20b map-topology:3.0.3 ------------------------------------------------------------------------------- commit 89068fa876c627cd7e69874dee2aba97348e22aa (HEAD -> devel, origin/devel, origin/HEAD) Author: vdutta <vivek.dutta@iopsys.eu> Date: Wed Nov 3 21:23:20 2021 +0530 icwmp: 8.2.6-2021-11-03 icwmp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit c3cee3431c7d11e5096e88aec64b6f5941254cf4 Author: vdutta <vivek.dutta@iopsys.eu> Date: Wed Nov 3 21:17:08 2021 +0530 uspd: Enable caching of ubus data uspd/Makefile | 4 ++-- uspd/files/etc/config/uspd | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit bf70b518bd43677b36c9474465a9ad220b076de4 Author: Amin Ben Ramdhane <amin.benramdhane@pivasoftware.com> Date: Wed Nov 3 16:42:09 2021 +0100 bbf: 6.1.5 bbf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit ad293962c1a14ed6fc0e0eb747e74884a7a5de80 Author: nevadita.chatterjee <nevadita.chatterjee@iopsys.eu> Date: Wed Nov 3 13:36:41 2021 +0530 topology: 3.0.4 map-topology/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 6badc20bcc29053e4e0679bf5ac2ab3b19fcb18e Author: nevadita.chatterjee <nevadita.chatterjee@iopsys.eu> Date: Tue Nov 2 16:43:43 2021 +0530 map-topology:3.0.3 map-topology/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Andreas Gnau authored
------------------------------------------------------------------------------- * b617192f7 bootloaders: scripts: Run encrypt_rootfs from build dir without sudo * 1942204e5 imagetools: implement userspace encrypt_rootfs script * bcf559574 patch.version: Restore changes overwritten by previous commit ------------------------------------------------------------------------------- commit b617192f706602c4bc57ef1df8b0bb08e575bfa1 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-02 15:51:19 +0100 bootloaders: scripts: Run encrypt_rootfs from build dir without sudo We have replaced Broadcom's implementation of the encrypt_rootfs script with our own implementation that does not require root-access and a loopback device. Thus, there is no need to call the script with sudo anymore or copy it to a special place to be able to add the path to sudoers. Call it directly from the build dir instead, without any special privileges. This supersedes ba6132093 (bootloaders: scripts: Run encrypt_rootfs from build dir if not installed, 2021-09-01). Base directory -> / .../build/scripts/encrypt_verity_rootfs.pl | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) ------------------------------------------------------------------------------- commit 1942204e55f3f516f3e8665a64733e4e3444b6f8 Author: Roman Azarenko <roman.azarenko@iopsys.eu> Date: 2021-10-31 00:55:46 +0200 imagetools: implement userspace encrypt_rootfs script Base directory -> / bcm963xx/hostTools/imagetools/encrypt_rootfs | 221 +++++++++++++++++---------- 1 file changed, 144 insertions(+), 77 deletions(-) ------------------------------------------------------------------------------- commit bcf559574e740f0ca78b76870b6f6750bde07385 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-11-01 15:03:52 +0100 patch.version: Restore changes overwritten by previous commit Restore the changes that were accidentally overwritten by the previous commit 6feea7080 (bcmkernel: patch.version updated, 2021-11-01). Fixes: 6feea7080 (bcmkernel: patch.version updated, 2021-11-01). Base directory -> / bcm963xx/patch.version | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) -------------------------------------------------------------------------------
-
Rahul Thakur authored
Remove firewall.url from repo
-
- Nov 01, 2021
-
-
Robin Stjerndorff authored
-
Vivek Dutta authored
------------------------------------------------------------------------------- * f8b51b9c uspd: Add TransferComplete event with bbf plugin ------------------------------------------------------------------------------- commit f8b51b9ca53c3ebc25baa389a03510b441c441f4 Author: vdutta <vivek.dutta@iopsys.eu> Date: Mon Nov 1 16:23:46 2021 +0530 uspd: Add TransferComplete event with bbf plugin uspd/Makefile | 8 +++--- uspd/files/etc/bbfdm/json/transferComplete.json | 132 +++++++++++++++ uspd/files/{uspd.config => etc/config/uspd} | 0 uspd/files/{uspd.init => etc/init.d/uspd} | 0 4 files changed, 137 insertions(+), 3 deletions(-) -------------------------------------------------------------------------------
-
Amit Kumar authored
-
- Oct 29, 2021
-
-
Jakob Olsson authored
------------------------------------------------------------------------------- * a5c390ef ieee1905: 4.0.5 ------------------------------------------------------------------------------- commit a5c390efdd36bea78b41811a405be7f9160e32ab Author: Jakob Olsson <jakob.olsson@iopsys.eu> Date: 2021-10-29 16:07:44 +0200 ieee1905: 4.0.5 Base directory -> feeds/iopsys/ ieee1905/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Vivek Dutta authored
------------------------------------------------------------------------------- * 6d011f86 uspd: Extend TransferComplete with json plugin * f1d5e5d7 bbf: Support operate and events with json plugins ------------------------------------------------------------------------------- commit 6d011f8626812a202e14e5d2af5e76faabc5839d Author: vdutta <vivek.dutta@iopsys.eu> Date: Fri Oct 29 18:48:12 2021 +0530 uspd: Extend TransferComplete with json plugin uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit f1d5e5d7cdc28ba893308ef8a71497fc215e256b Author: vdutta <vivek.dutta@iopsys.eu> Date: Fri Oct 29 18:45:12 2021 +0530 bbf: Support operate and events with json plugins bbf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Jakob Olsson authored
------------------------------------------------------------------------------- * 0fed5690 icwmp: 8.2.6-2021-10-29 * 2ac7be46 map-agent: 6.1.0 * 7e34649c map-controller: 5.1.0 ------------------------------------------------------------------------------- commit 0fed56903cf9578cc67276de9f9984dc46b22b7c Author: vdutta <vivek.dutta@iopsys.eu> Date: 2021-10-29 17:19:14 +0530 icwmp: 8.2.6-2021-10-29 Base directory -> feeds/iopsys/ icwmp/Makefile | 4 ++-- icwmp/files/etc/firewall.cwmp | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 2ac7be46523ec970121f10da23e077af7c5299f4 Author: Jakob Olsson <jakob.olsson@iopsys.eu> Date: 2021-10-29 13:36:55 +0200 map-agent: 6.1.0 Base directory -> feeds/iopsys/ map-agent/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 7e34649ce7404ec56c6bb2705b3580c2cfe3509b Author: Jakob Olsson <jakob.olsson@iopsys.eu> Date: 2021-10-29 13:36:16 +0200 map-controller: 5.1.0 Base directory -> feeds/iopsys/ map-controller/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Amit Kumar authored
-
Wenpeng Song authored
Asterisk: Applied patch for MWI Indicating new msg only instead of the total(new+old) on DECT handset.
-
Hemlata authored
Adjustment for the restructure of asterisk UCI config
-
Hemlata authored
Adjustment for the restructure of asterisk UCI config
-
Roman Azarenko authored
Used for root filesystem encryption in userspace.
-
- Oct 27, 2021
-
-
Vivek Dutta authored
------------------------------------------------------------------------------- * 26599ba9 uspd: Added get_supported_dm * 26fe0bc7 bbf: 6.1.3 ------------------------------------------------------------------------------- commit 26599ba94ee103090a740686c32d99ffc0ae97ac Author: vdutta <vivek.dutta@iopsys.eu> Date: Wed Oct 27 20:17:38 2021 +0530 uspd: Added get_supported_dm uspd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 26fe0bc7de7aa43869812ba358fbb85c639e3c66 Author: vdutta <vivek.dutta@iopsys.eu> Date: Wed Oct 27 20:16:44 2021 +0530 bbf: 6.1.3 bbf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Jakob Olsson authored
------------------------------------------------------------------------------- * 24ccfe97 brcm63xx: mac80211.sh fix init script * 250e06a6 brcm63xx: mac80211.sh add BSSID we miss * 3c083067 brcm63xx: mac80211.sh remove multi_ap=3y * 908aea4c brcm63xx: mac80211.sh generate same UUID * 6aee3aee iopsys-econet: Remove non-generic config options ------------------------------------------------------------------------------- commit 24ccfe97 Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: 2021-10-27 11:31:42 +0000 brcm63xx: mac80211.sh fix init script Seems we miss some parts. Fixes: brcm63xx: remove brcm_mac80211.sh Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Base directory -> feeds/targets/ .../base-files/lib/wifi/mac80211.sh | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) ------------------------------------------------------------------------------- commit 250e06a6 Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: 2021-10-27 11:15:34 +0000 brcm63xx: mac80211.sh add BSSID we miss Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Base directory -> feeds/targets/ iopsys-brcm63xx-arm/base-files/lib/wifi/mac80211.sh | 1 + 1 file changed, 1 insertion(+) ------------------------------------------------------------------------------- commit 3c083067 Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: 2021-10-27 10:37:05 +0000 brcm63xx: mac80211.sh remove multi_ap=3y Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Base directory -> feeds/targets/ iopsys-brcm63xx-arm/base-files/lib/wifi/mac80211.sh | 1 - 1 file changed, 1 deletion(-) ------------------------------------------------------------------------------- commit 908aea4c Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: 2021-10-27 10:27:33 +0000 brcm63xx: mac80211.sh generate same UUID Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Base directory -> feeds/targets/ iopsys-brcm63xx-arm/base-files/lib/wifi/mac80211.sh | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) ------------------------------------------------------------------------------- commit 6aee3aee Author: Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu> Date: 2021-10-25 18:05:47 +0200 iopsys-econet: Remove non-generic config options Remove all non-generic config options. Sync with ramips config options. Signed-off-by:
Bartlomiej Grzeskowiak <bartlomiej.grzeskowiak@iopsys.eu> Base directory -> feeds/targets/ iopsys-econet/config/config | 76 ++++----------------------------------------- 1 file changed, 6 insertions(+), 70 deletions(-) -------------------------------------------------------------------------------
-
Jakob Olsson authored
------------------------------------------------------------------------------- * 37493eb8 easy-soc-libs: 6.4.6 ------------------------------------------------------------------------------- commit 37493eb8bee0615a97844b151e9f9f224c9f2ef1 Author: Marek Puzyniak <marek.puzyniak@iopsys.eu> Date: 2021-10-27 09:54:18 +0000 easy-soc-libs: 6.4.6 Signed-off-by:
Marek Puzyniak <marek.puzyniak@iopsys.eu> Base directory -> feeds/iopsys/ easy-soc-libs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Vivek Dutta authored
------------------------------------------------------------------------------- * b3dda9b4 uspd: align with bbf changes * 94879c6d bbf: 6.1.2 ------------------------------------------------------------------------------- commit b3dda9b4e59019312237b903db5688856a035b52 Author: vdutta <vivek.dutta@iopsys.eu> Date: Wed Oct 27 13:27:00 2021 +0530 uspd: align with bbf changes uspd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 94879c6de931316ae1d6e0d01a6ffbf00177da12 Author: vdutta <vivek.dutta@iopsys.eu> Date: Wed Oct 27 13:25:55 2021 +0530 bbf: 6.1.2 bbf/Config_bbfdm.in | 7 +++++++ bbf/Makefile | 32 +++++++++++++++++++++----------- 2 files changed, 28 insertions(+), 11 deletions(-) -------------------------------------------------------------------------------
-
- Oct 26, 2021
-
-
Andreas Gnau authored
------------------------------------------------------------------------------- * b4d124e63 U-Boot: Bump loader version after SDK 5.04L.02p1 * e9fb7da1f patch.version: Populate platforms_in_use * 627b79a89 flow-cache: Fix Kernel crash when flow-cache evicts idle multicast flows ------------------------------------------------------------------------------- commit b4d124e63aca5c7eed289a371f6cf54f12a5314c Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-10-26 17:18:24 +0200 U-Boot: Bump loader version after SDK 5.04L.02p1 Bump the loader version, so it automatically gets updated during sysupgrade when upgrading from 5.04L.02. Add also some documentation and a versioning scheme that should prevent clashes in the numbers between IOPSYSWRT upstream and downstream customer forks. Base directory -> / .../common/iopsys_bootloader_version.c | 36 +++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit e9fb7da1f2446aba979e30e92f9d81a6d987afea Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-10-26 15:14:51 +0200 patch.version: Populate platforms_in_use Base directory -> / bcm963xx/patch.version | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 627b79a89462706ad5f970a3f09375a6365c4404 Author: broadcom patch <broadcom_patch@broadcom.com> Date: 2021-10-26 16:11:37 +0200 flow-cache: Fix Kernel crash when flow-cache evicts idle multicast flows From BCACPE Advisory Letter 2021-04 October 1, 2021 : [SWBCACPE-47430] [Flow-Cache] Kernel crash when flow-cache evicts idle multicast flows. When multicast master & client flows fall into the same bucket of flows to check for inactivity and the master flow gets evicted due to inactivity, a kernel crash is observed. This issue affects only 5.04L.02p1 patch release. Base directory -> / .../char/pktflow/impl1/fcache.arma53.o_saved | Bin 300528 -> 300536 bytes .../char/pktflow/impl1/fcache.arma7.o_saved | Bin 223968 -> 224032 bytes .../char/pktflow/impl1/fcache.arma9.o_saved | Bin 224032 -> 224032 bytes .../char/pktflow/impl1/fcache.armb15.o_saved | Bin 223968 -> 224032 bytes .../char/pktflow/impl1/fcache.armb53.o_saved | Bin 300528 -> 300536 bytes bcm963xx/patch.version | 2 +- 6 files changed, 1 insertion(+), 1 deletion(-) -------------------------------------------------------------------------------
-
Vivek Dutta authored
------------------------------------------------------------------------------- * a15f586e icwmp: Fix raise condition for con-req * f3c5face ieee1905: version 4.0.4 ------------------------------------------------------------------------------- commit a15f586ecf88510f9b17d15560f599c3e8b04474 Author: vdutta <vivek.dutta@iopsys.eu> Date: Tue Oct 26 20:04:02 2021 +0530 icwmp: Fix raise condition for con-req icwmp/Makefile | 4 ++-- icwmp/files/etc/firewall.cwmp | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- commit f3c5face44f4142d5efa131afb4af6e27007e7da Author: nevadita.chatterjee <nevadita.chatterjee@iopsys.eu> Date: Tue Oct 26 15:43:00 2021 +0530 ieee1905: version 4.0.4 ieee1905/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
- Oct 25, 2021
-
-
Andreas Gnau authored
------------------------------------------------------------------------------- * 520483c4 brcm63xx-arm: Enable conditional loader upgrade for eMMC ------------------------------------------------------------------------------- commit 520483c4 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-10-25 11:44:28 +0200 brcm63xx-arm: Enable conditional loader upgrade for eMMC Upgrading the loader area depending on version had been implemented for NAND only, implement it for eMMC as well. Base directory -> feeds/targets/ iopsys-brcm63xx-arm/base-files/lib/upgrade/platform.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
Andreas Gnau authored
------------------------------------------------------------------------------- * fe0f3b2 bcmkernel: Depend on mmc-utils if building for eMMC ------------------------------------------------------------------------------- commit fe0f3b2cb9d8d614ab39ceac062bbf47038583ad Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2021-10-25 11:29:47 +0200 bcmkernel: Depend on mmc-utils if building for eMMC Broadcom's bcm_flasher utility uses mmc-utils on eMMC targets. Depend on mmc-utils, if an eMMC rootfs is selected. Base directory -> feeds/broadcom/ bcmkernel/Makefile | 3 +++ 1 file changed, 3 insertions(+) -------------------------------------------------------------------------------
-