diff --git a/profiles/ipq40xx.yml b/profiles/ipq40xx.yml index 72916be848..ad5eb1199a 100644 --- a/profiles/ipq40xx.yml +++ b/profiles/ipq40xx.yml @@ -5,5 +5,8 @@ target: ipq40xx subtarget: generic description: Build image for Gl.iNet B1300 +packages: + - hostapd-utils + diffconfig: | CONFIG_TESTING_KERNEL=y diff --git a/profiles/mvebu.yml b/profiles/mvebu.yml index 25162a92e6..50196751ec 100644 --- a/profiles/mvebu.yml +++ b/profiles/mvebu.yml @@ -7,5 +7,8 @@ target: mvebu subtarget: cortexa9 description: Build image for the Linksys WRT3200ACM (Rango), WRT32X (Venom), Turris Omnia +packages: + - hostapd-utils + diffconfig: | CONFIG_TESTING_KERNEL=y diff --git a/profiles/prpl.yml b/profiles/prpl.yml index 9fe8515c93..c3bf56a16b 100644 --- a/profiles/prpl.yml +++ b/profiles/prpl.yml @@ -4,7 +4,7 @@ feeds: - name: feed_prpl uri: https://gitlab.com/prpl-foundation/prplOS/feed-prpl.git tracking_branch: prplos-next - revision: 2fee252c2cca8435af6ac85c99de8e42320302a0 + revision: be4b167e9f79da15c5739c345036a3de16299216 additional_packages: - feed: packages @@ -158,6 +158,9 @@ diffconfig: | 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_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 # kernel options for lcm CONFIG_KERNEL_ARM_PMU=y diff --git a/profiles/webui.yml b/profiles/webui.yml index 88dec443fd..2b115c0f3b 100644 --- a/profiles/webui.yml +++ b/profiles/webui.yml @@ -4,7 +4,7 @@ feeds: - name: feed_prpl uri: https://gitlab.com/prpl-foundation/prplOS/feed-prpl.git tracking_branch: prplos-next - revision: 2fee252c2cca8435af6ac85c99de8e42320302a0 + revision: be4b167e9f79da15c5739c345036a3de16299216 packages: - prpl-webui diff --git a/profiles/x86_64.yml b/profiles/x86_64.yml index 6d5ea7a1c7..243e651af3 100644 --- a/profiles/x86_64.yml +++ b/profiles/x86_64.yml @@ -6,6 +6,7 @@ subtarget: 64 description: Build image for x86/64 generic target packages: + - hostapd-utils - kmod-mac80211-hwsim - wpad-basic