profiles: prpl: prplMesh v4.0.1 with pwhm enabled

More details about prplMesh update is available in their respective
changelogs:

 https://gitlab.com/prpl-foundation/prplmesh/prplMesh/-/releases/4.0.0
 https://gitlab.com/prpl-foundation/prplmesh/prplMesh/-/releases/4.0.1

Enable pwhm in the builds as well, since there is a plan, that prplMesh
should be used with pwhm in all upcoming prplOS releases.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
Petr Štetiar
2023-03-15 11:22:42 +01:00
committed by Petr Štetiar
parent d1ef701e08
commit 8f70a98557
5 changed files with 12 additions and 2 deletions

View File

@@ -5,5 +5,8 @@ target: ipq40xx
subtarget: generic subtarget: generic
description: Build image for Gl.iNet B1300 description: Build image for Gl.iNet B1300
packages:
- hostapd-utils
diffconfig: | diffconfig: |
CONFIG_TESTING_KERNEL=y CONFIG_TESTING_KERNEL=y

View File

@@ -7,5 +7,8 @@ target: mvebu
subtarget: cortexa9 subtarget: cortexa9
description: Build image for the Linksys WRT3200ACM (Rango), WRT32X (Venom), Turris Omnia description: Build image for the Linksys WRT3200ACM (Rango), WRT32X (Venom), Turris Omnia
packages:
- hostapd-utils
diffconfig: | diffconfig: |
CONFIG_TESTING_KERNEL=y CONFIG_TESTING_KERNEL=y

View File

@@ -4,7 +4,7 @@ feeds:
- name: feed_prpl - name: feed_prpl
uri: https://gitlab.com/prpl-foundation/prplOS/feed-prpl.git uri: https://gitlab.com/prpl-foundation/prplOS/feed-prpl.git
tracking_branch: prplos-next tracking_branch: prplos-next
revision: 2fee252c2cca8435af6ac85c99de8e42320302a0 revision: be4b167e9f79da15c5739c345036a3de16299216
additional_packages: additional_packages:
- feed: packages - feed: packages
@@ -158,6 +158,9 @@ diffconfig: |
CONFIG_SAH_SERVICES_TIMINGILA_ADAPTER_CONTAINER="/usr/lib/timingila-cthulhu/timingila-cthulhu.so" CONFIG_SAH_SERVICES_TIMINGILA_ADAPTER_CONTAINER="/usr/lib/timingila-cthulhu/timingila-cthulhu.so"
CONFIG_SAH_LIB_CTHULHU-LXC_LXC_TOOLS_PREFIX="/usr/bin/" CONFIG_SAH_LIB_CTHULHU-LXC_LXC_TOOLS_PREFIX="/usr/bin/"
# CONFIG_SAH_LIB_CTHULHU-LXC_PRPL_OS_RPATH is not set # CONFIG_SAH_LIB_CTHULHU-LXC_PRPL_OS_RPATH is not set
# pwhm options
CONFIG_USE_PRPLMESH_WHM=y
CONFIG_SAH_WLD_INIT_SCRIPT="prplmesh_whm"
CONFIG_PACKAGE_prplmesh-unit-tests=m CONFIG_PACKAGE_prplmesh-unit-tests=m
# kernel options for lcm # kernel options for lcm
CONFIG_KERNEL_ARM_PMU=y CONFIG_KERNEL_ARM_PMU=y

View File

@@ -4,7 +4,7 @@ feeds:
- name: feed_prpl - name: feed_prpl
uri: https://gitlab.com/prpl-foundation/prplOS/feed-prpl.git uri: https://gitlab.com/prpl-foundation/prplOS/feed-prpl.git
tracking_branch: prplos-next tracking_branch: prplos-next
revision: 2fee252c2cca8435af6ac85c99de8e42320302a0 revision: be4b167e9f79da15c5739c345036a3de16299216
packages: packages:
- prpl-webui - prpl-webui

View File

@@ -6,6 +6,7 @@ subtarget: 64
description: Build image for x86/64 generic target description: Build image for x86/64 generic target
packages: packages:
- hostapd-utils
- kmod-mac80211-hwsim - kmod-mac80211-hwsim
- wpad-basic - wpad-basic