c36ec336a3
qca9533 is a costdown version of qca9531 which doesn't have USB and PCIE. Rename the misleading dtsi names and fix the SoC type of gl-ar300m. Signed-off-by: Chuanhong Guo <gch981213@gmail.com> [apply the changes for the gl-x750 as well] Signed-off-by: Mathias Kresin <dev@kresin.me>
13 lines
462 B
Makefile
13 lines
462 B
Makefile
define Device/glinet_ar300m_nand
|
|
ATH_SOC := qca9531
|
|
DEVICE_TITLE := GL-AR300M (NAND)
|
|
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-storage kmod-usb-ledtrig-usbport
|
|
KERNEL_SIZE := 2048k
|
|
BLOCKSIZE := 128k
|
|
PAGESIZE := 2048
|
|
VID_HDR_OFFSET := 512
|
|
IMAGES := factory.ubi sysupgrade.tar
|
|
IMAGE/sysupgrade.tar := sysupgrade-tar
|
|
IMAGE/factory.ubi := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
endef
|
|
TARGET_DEVICES += glinet_ar300m_nand
|