From: John Crispin Date: Thu, 5 Mar 2015 20:24:57 +0000 (+0000) Subject: at91: add SAMA5D3-Xplained board UBI parameters to makefile. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d7a6866ce070851dd0aedbe0c0cac4ed550615c8;p=15.05%2Fopenwrt.git at91: add SAMA5D3-Xplained board UBI parameters to makefile. Signed-off-by: Songjun Wu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44604 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile index f88cab4297..49e2bee5c1 100644 --- a/target/linux/at91/image/Makefile +++ b/target/linux/at91/image/Makefile @@ -10,6 +10,9 @@ include $(INCLUDE_DIR)/image.mk UBIFS_OPTS = -F -m 2048 -e 126KiB -c 2048 -U UBI_OPTS = -m 2048 -p 128KiB -s 512 +AT91SAMA5D3XPLAINED_UBIFS_OPTS = -m 2048 -e 124KiB -c 2048 +AT91SAMA5D3XPLAINED_UBI_OPTS = -m 2048 -p 128KiB -s 2048 + define Build/Clean $(MAKE) -C u-boot clean endef