summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.mk1
-rw-r--r--target/appliances/default.options5
2 files changed, 6 insertions, 0 deletions
diff --git a/rules.mk b/rules.mk
index d3abcf90c..e3f9dd251 100644
--- a/rules.mk
+++ b/rules.mk
@@ -25,6 +25,7 @@ SET_DASHX:= :
endif
# Strip off the annoying quoting
+ADK_APPLIANCE_VERSION:= $(strip $(subst ",, $(ADK_APPLIANCE_VERSION)))
ADK_TARGET_ARCH:= $(strip $(subst ",, $(ADK_TARGET_ARCH)))
ADK_TARGET_SYSTEM:= $(strip $(subst ",, $(ADK_TARGET_SYSTEM)))
ADK_TARGET_BOARD:= $(strip $(subst ",, $(ADK_TARGET_BOARD)))
diff --git a/target/appliances/default.options b/target/appliances/default.options
new file mode 100644
index 000000000..bf6ca0e25
--- /dev/null
+++ b/target/appliances/default.options
@@ -0,0 +1,5 @@
+config ADK_APPLIANCE_VERSION
+ prompt "version string"
+ string
+ help
+ Configure version for appliance