Hi Maxime,

On Tue, 13 Jan 2015 16:56:41 +0100, Maxime Ripard <maxime.rip...@free-electrons.com> wrote:

+$(eval $(call MultiProfile,Generic,$(PROFILES_LIST)))
+$(eval $(call MultiProfile,Evalboards,$(PROFILES_LIST)))

Profile names should be sourced from the profiles.

- $(foreach nandboard,$(NANDBOARDS),$(call BuildSysupgrade,$(1),$(nandboard));)
+       $(call Image/Build/Profile/$(PROFILE)/BuildSysupgrade,$(1))

UBI and BuildSysUpgrade is there for NAND only.

On boards with nor (unless you come up with a really good reason to hack UBI) you should stick to squashfs+jffs2. Also, each NOR based board should have "firmware" partition and use the OpenWrt MTDSPLIT framework and should have a single, flashable firmware image file created instead of separate uImage+rootfs stuff.


Imre
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to