mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
42 lines
911 B
YAML
Executable File
42 lines
911 B
YAML
Executable File
---
|
|
profile: cig_wf660a
|
|
target: ipq60xx
|
|
subtarget: generic
|
|
description: Build image for the Cigtech WF660a
|
|
image: bin/targets/ipq60xx/generic/openwrt-ipq60xx-cig_wf660a-squashfs-sysupgrade.tar
|
|
feeds:
|
|
- name: ipq807x
|
|
path: ../../feeds/ipq807x_v5.4
|
|
packages:
|
|
- ipq60xx
|
|
- e2fsprogs
|
|
- ath11k-fwtest
|
|
- ftm
|
|
- gpsd
|
|
- gpsd-utils
|
|
- libgps
|
|
- gpsd-clients
|
|
- kmod-diag-char
|
|
- coreutils
|
|
- coreutils-stty
|
|
include:
|
|
- wifi-ax
|
|
- ucentral-ap
|
|
|
|
diffconfig: |
|
|
CONFIG_PACKAGE_libblkid=y
|
|
CONFIG_PACKAGE_libext2fs=y
|
|
CONFIG_PACKAGE_libuuid=y
|
|
CONFIG_PACKAGE_libcomerr=y
|
|
CONFIG_PACKAGE_libss=y
|
|
CONFIG_PACKAGE_i2c-tools=y
|
|
CONFIG_PACKAGE_libi2c=y
|
|
CONFIG_PACKAGE_coreutils=y
|
|
CONFIG_PACKAGE_coreutils-stty=y
|
|
CONFIG_PACKAGE_kmod-i2c-core=y
|
|
CONFIG_PACKAGE_gpsd=y
|
|
CONFIG_PACKAGE_gpsd-utils=y
|
|
CONFIG_PACKAGE_libgps=y
|
|
CONFIG_PACKAGE_gpsd-clients=y
|
|
CONFIG_PACKAGE_kmod-diag-char=y
|