Initial commit
This commit is contained in:
18
target/linux/oxnas/image/ox810se.mk
Normal file
18
target/linux/oxnas/image/ox810se.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
KERNEL_LOADADDR := 0x48008000
|
||||
|
||||
define Device/Default
|
||||
KERNEL_NAME := zImage
|
||||
KERNEL_SUFFIX := -uImage
|
||||
KERNEL_INSTALL := 1
|
||||
FILESYSTEMS := squashfs ext4
|
||||
PROFILES = Default $$(DTS)
|
||||
IMAGES := sysupgrade.tar
|
||||
IMAGE/sysupgrade.tar := sysupgrade-tar | append-metadata
|
||||
endef
|
||||
|
||||
define Device/wd-mbwe
|
||||
DEVICE_DTS := ox810se-wd-mbwe
|
||||
DEVICE_TITLE := Western Digital My Book World Edition
|
||||
KERNEL := kernel-bin | append-dtb | uImage none
|
||||
endef
|
||||
TARGET_DEVICES += wd-mbwe
|
||||
Reference in New Issue
Block a user