mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
dcb5cf85c8
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
16 lines
498 B
Makefile
16 lines
498 B
Makefile
define Device/glinet_gl-ar300m-nand
|
|
ATH_SOC := qca9531
|
|
DEVICE_VENDOR := GL.iNet
|
|
DEVICE_MODEL := GL-AR300M
|
|
DEVICE_VARIANT := 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
|
|
IMAGE/sysupgrade.bin := sysupgrade-tar
|
|
IMAGE/factory.ubi := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
|
|
endef
|
|
TARGET_DEVICES += glinet_gl-ar300m-nand
|