From 6b23d45ca38554d19b799cd3e6754b4ac2ec3363 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 2 Mar 2015 03:52:27 +0100 Subject: add version string, will be used later --- rules.mk | 1 + target/appliances/default.options | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 target/appliances/default.options 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 -- cgit v1.2.3