mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-29 15:29:14 +00:00
10 lines
226 B
Makefile
10 lines
226 B
Makefile
KERNEL_LOADADDR := 0x40008000
|
|
|
|
define Device/mediatek_mt7629-rfb
|
|
DEVICE_VENDOR := MediaTek
|
|
DEVICE_MODEL := MT7629 rfb AP
|
|
DEVICE_DTS := mt7629-rfb
|
|
DEVICE_PACKAGES := swconfig
|
|
endef
|
|
TARGET_DEVICES += mediatek_mt7629-rfb
|