mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Fix z8102ax compilation
This commit is contained in:
parent
08203aa524
commit
bc12b6d9b7
2 changed files with 1 additions and 17 deletions
|
@ -531,23 +531,6 @@ define Device/ubnt_unifi-6-plus
|
|||
endef
|
||||
TARGET_DEVICES += ubnt_unifi-6-plus
|
||||
|
||||
define Device/xiaomi_mi-router-wr30u-112m-nmbm
|
||||
DEVICE_VENDOR := Xiaomi
|
||||
DEVICE_MODEL := Mi Router WR30U (112M UBI with NMBM-Enabled layout)
|
||||
DEVICE_DTS := mt7981b-xiaomi-mi-router-wr30u-112m-nmbm
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
UBINIZE_OPTS := -E 5
|
||||
BLOCKSIZE := 128k
|
||||
PAGESIZE := 2048
|
||||
DEVICE_PACKAGES := kmod-mt7981-firmware mt7981-wo-firmware
|
||||
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),)
|
||||
ARTIFACTS := initramfs-factory.ubi
|
||||
ARTIFACT/initramfs-factory.ubi := append-image-stage initramfs-kernel.bin | ubinize-kernel
|
||||
endif
|
||||
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
|
||||
endef
|
||||
TARGET_DEVICES += xiaomi_mi-router-wr30u-112m-nmbm
|
||||
|
||||
define Device/xiaomi_mi-router-wr30u-stock
|
||||
DEVICE_VENDOR := Xiaomi
|
||||
DEVICE_MODEL := Mi Router WR30U (stock layout)
|
||||
|
|
1
config
1
config
|
@ -289,3 +289,4 @@ CONFIG_PACKAGE_kmod-phylink=y
|
|||
CONFIG_OPENVPN_openssl_ENABLE_DCO=y
|
||||
CONFIG_KERNEL_NF_CONNTRACK_DESTROY_HOOK=y
|
||||
# CONFIG_SIGNATURE_CHECK is not set
|
||||
# CONFIG_PACKAGE_kmod-leds-gca230718 is not set
|
||||
|
|
Loading…
Reference in a new issue