From 502465e435610b54b247b44cf61e7f0ba3d05a22 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 2 Feb 2012 23:29:26 +0100 Subject: at91bootstrap: allow specification of a custom patch directory Fixes bug #4664. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- boot/at91bootstrap/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'boot/at91bootstrap/Config.in') diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in index b232b3b78..9cbaf81ee 100644 --- a/boot/at91bootstrap/Config.in +++ b/boot/at91bootstrap/Config.in @@ -10,6 +10,15 @@ config BR2_TARGET_AT91BOOTSTRAP if BR2_TARGET_AT91BOOTSTRAP +config BR2_TARGET_AT91BOOTSTRAP_CUSTOM_PATCH_DIR + string "custom patch dir" + help + If your board requires custom patches, add the path to the + directory containing the patches here. The patches must be + named at91bootstrap--.patch. + + Most users may leave this empty + config BR2_TARGET_AT91BOOTSTRAP_BOARD string "Bootstrap board" default "" -- cgit v1.2.3