mirror of
https://github.com/outbackdingo/wlan-ap.git
synced 2026-01-27 10:20:52 +00:00
27 lines
685 B
YAML
27 lines
685 B
YAML
---
|
|
profile: emplus_wap588m
|
|
target: mediatek
|
|
subtarget: filogic
|
|
description: Build image for the EMPLUS WAP588M
|
|
image: bin/targets/mediatek/filogic/openwrt-mediatek-filogic-emplus_wap588m-squashfs-sysupgrade.bin
|
|
feeds:
|
|
- name: mediatek
|
|
path: ../../feeds/mediatek
|
|
packages:
|
|
- mediatek
|
|
- iperf3
|
|
- lscpu
|
|
- tree
|
|
include:
|
|
- ucentral-ap
|
|
- hostapd
|
|
diffconfig: |
|
|
CONFIG_BUSYBOX_CUSTOM=y
|
|
CONFIG_BUSYBOX_CONFIG_TFTP=y
|
|
CONFIG_BUSYBOX_CONFIG_FEATURE_TFTP_GET=y
|
|
CONFIG_BUSYBOX_CONFIG_FEATURE_TFTP_PUT=y
|
|
CONFIG_BUSYBOX_CONFIG_FEATURE_TFTP_BLOCKSIZE=y
|
|
CONFIG_BUSYBOX_CONFIG_FEATURE_TFTP_PROGRESS_BAR=y
|
|
CONFIG_BUSYBOX_CONFIG_MPSTAT=y
|
|
CONFIG_BUSYBOX_CONFIG_PSTREE=y
|