Initial commit
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
Build Toolchains / Build Toolchains for each target (push) Has been cancelled
Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
Coverity scan build / Coverity x86/64 build (push) Has been cancelled
This commit is contained in:
28
target/linux/siflower/image/Makefile
Normal file
28
target/linux/siflower/image/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/image.mk
|
||||
|
||||
KERNEL_LOADADDR := 0x80100000
|
||||
|
||||
define Device/Default
|
||||
PROFILES := Default
|
||||
BLOCKSIZE := 64k
|
||||
FILESYSTEMS := squashfs
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
KERNEL := kernel-bin | append-dtb | lzma | uImage lzma
|
||||
KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma | uImage lzma
|
||||
IMAGES := sysupgrade.bin
|
||||
IMAGE/sysupgrade.bin = append-kernel | pad-to $$$$(BLOCKSIZE) | \
|
||||
append-rootfs | pad-rootfs | append-metadata
|
||||
endef
|
||||
|
||||
define Device/siflower_sf19a2890-evb
|
||||
DEVICE_VENDOR := Siflower
|
||||
DEVICE_MODEL := SF19A2890 EVB
|
||||
BOARD_NAME := siflower,sf19a2890-evb
|
||||
DEVICE_DTS := sf19a2890_evb
|
||||
DEVICE_PACKAGES := kmod-switch-rtl8367b swconfig
|
||||
endef
|
||||
TARGET_DEVICES += siflower_sf19a2890-evb
|
||||
|
||||
$(eval $(call BuildImage))
|
||||
Reference in New Issue
Block a user