Add ax6000_ap profile
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Set default release
|
# Set default release
|
||||||
: "${RELEASE:="23.05.0-rc2"}"
|
: "${RELEASE:="23.05.0-rc3"}"
|
||||||
|
|
||||||
printHelp() {
|
printHelp() {
|
||||||
debug "${FUNCNAME[0]}"
|
debug "${FUNCNAME[0]}"
|
||||||
@@ -43,7 +43,7 @@ printHelp() {
|
|||||||
|
|
||||||
EXAMPLES
|
EXAMPLES
|
||||||
./openwrtbuilder -p r4s -r snapshot
|
./openwrtbuilder -p r4s -r snapshot
|
||||||
./openwrtbuilder -p ax6000 -r 23.05.0-rc2 --source --debug
|
./openwrtbuilder -p ax6000 -r 23.05.0-rc3 --source --debug
|
||||||
./openwrtbuilder -p rpi4 -r 22.03.3 --flash /dev/sdX
|
./openwrtbuilder -p rpi4 -r 22.03.3 --flash /dev/sdX
|
||||||
./openwrtbuilder -p linksys -r snapshot --ssh-upgrade root@192.168.1.1
|
./openwrtbuilder -p linksys -r snapshot --ssh-upgrade root@192.168.1.1
|
||||||
EOF
|
EOF
|
||||||
|
|||||||
17
profiles
17
profiles
@@ -75,6 +75,18 @@ ax6000['packages']="\
|
|||||||
# -wpad-basic-mbedtls \
|
# -wpad-basic-mbedtls \
|
||||||
# wpad-mesh-mbedtls"
|
# wpad-mesh-mbedtls"
|
||||||
|
|
||||||
|
# WDS mesh nodes
|
||||||
|
declare -Ag ax6000_ap
|
||||||
|
ax6000_ap['device']="xiaomi_redmi-router-ax6000-stock"
|
||||||
|
ax6000_ap['target']="mediatek/filogic"
|
||||||
|
ax6000_ap['release']="snapshot"
|
||||||
|
ax6000_ap['filesystem']="squashfs"
|
||||||
|
ax6000_ap['packages']="\
|
||||||
|
$default_packages \
|
||||||
|
avahi-daemon \
|
||||||
|
smcroute \
|
||||||
|
ca-bundle"
|
||||||
|
|
||||||
# For converted uboots
|
# For converted uboots
|
||||||
# declare -Ag ax6000_uboot
|
# declare -Ag ax6000_uboot
|
||||||
# ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod"
|
# ax6000_uboot['device']="xiaomi_redmi-router-ax6000-ubootmod"
|
||||||
@@ -116,7 +128,10 @@ n5100['packages']="\
|
|||||||
smartmontools \
|
smartmontools \
|
||||||
intel-microcode \
|
intel-microcode \
|
||||||
lm-sensors \
|
lm-sensors \
|
||||||
-libustream-wolfssl"
|
samba4-server \
|
||||||
|
luci-app-samba4 \
|
||||||
|
tailscale \
|
||||||
|
shadow-useradd"
|
||||||
# The following are source mode only
|
# The following are source mode only
|
||||||
n5100['kopts']="\
|
n5100['kopts']="\
|
||||||
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
|
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y \
|
||||||
|
|||||||
Reference in New Issue
Block a user