X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fluka.git;a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2Fimage%2FMakefile;h=f112bb9a1e2327e717afe46dffc01bc364b151ab;hp=dcbf4a67b37983181773f13f6cde0f06a8a0cc7f;hb=ee1cee2cac67108194f1496c29fead90afff1763;hpb=f564fcc6bfb7bae4ca7768f8b30f5348fb472d97 diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index dcbf4a67b3..f112bb9a1e 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -28,6 +28,11 @@ define Build/boot-scr-cfpro mkimage -A arm -O linux -T script -C none -a 0 -e 0 -d cfpro-boot.script $@.bootscript endef +define Build/boot-scr-cfbase + rm -f $@.bootscript + mkimage -A arm -O linux -T script -C none -a 0 -e 0 -d cfbase-boot.script $@.bootscript +endef + define Build/boot-img rm -f $@.boot mkfs.fat -C $@.boot 16384 @@ -182,6 +187,21 @@ define Device/armada-388-clearfog-pro endef TARGET_DEVICES += armada-388-clearfog-pro +define Device/armada-388-clearfog-base + KERNEL_INSTALL := 1 + KERNEL := dtb | kernel-bin + DEVICE_TITLE := SolidRun ClearFog Base + DEVICE_PACKAGES := \ + kmod-nls-cp437 kmod-nls-iso8859-1 \ + mkf2fs e2fsprogs kmod-fs-vfat kmod-fuse kmod-fs-f2fs \ + kmod-ata-core kmod-ata-ahci kmod-ata-marvell-sata kmod-scsi-core kmod-scsi-generic \ + kmod-button-hotplug kmod-gpio-button-hotplug + IMAGES := sdcard.img.gz + IMAGE/sdcard.img.gz := boot-scr-cfbase | boot-img | sdcard-img | gzip + IMAGE_NAME = $$(IMAGE_PREFIX)-$$(2) +endef +TARGET_DEVICES += armada-388-clearfog-base + define Device/globalscale-mirabox $(Device/NAND-512K) DEVICE_DTS := armada-370-mirabox