mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 09:32:34 +00:00
Hardware:
* SoC: Qcom IPQ5018
* RAM: DDR3L 512MB
* Flash: 128MB Nand
* Ethernet: 3x GbE
* WLAN: 2x2 2.4GHz 574Mbps + 2x2 5GHz 2402Mbps (builtin + builtin)
* LEDS: 1x white, 1x blue
* Buttons: 1x reset
* Power: 12VDC, 1.5A
Installation:
* from qsdk to openwifi:
upgrade "openwrt-ipq50xx-glinet_b3000-squashfs-nand-factory.bin" via web ui without keep config.
* upgrade "openwrt-ipq50xx-glinet_b3000-squashfs-sysupgrade.tar" if you are already in openwifi.
Signed-off-by: Yin Ni <yin.ni@gl-inet.com>
29 lines
600 B
YAML
29 lines
600 B
YAML
---
|
|
profile: glinet_b3000
|
|
target: ipq50xx
|
|
subtarget: generic
|
|
description: Build image for the GL.iNet B3000
|
|
image: bin/targets/ipq50xx/generic/openwrt-ipq50xx-glinet_b3000-squashfs-sysupgrade.tar
|
|
feeds:
|
|
- name: ipq807x
|
|
path: ../../feeds/ipq807x_v5.4
|
|
- name: ucentral
|
|
path: ../../feeds/ucentral
|
|
|
|
packages:
|
|
- ipq50xx
|
|
- ucode
|
|
- ucode-mod-math
|
|
- ucode-mod-resolv
|
|
- ucode-mod-rtnl
|
|
- ucode-mod-struct
|
|
- ucode-mod-uci
|
|
- wpad-openssl
|
|
- wireless-regdb
|
|
- iptables-mod-physdev
|
|
|
|
diffconfig: |
|
|
CONFIG_NET_IP_TUNNEL=y
|
|
CONFIG_KERNEL_IPQ_MEM_PROFILE=512
|
|
CONFIG_BUSYBOX_CUSTOM=y
|