diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-02 03:52:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-02 03:52:27 +0100 |
commit | 6b23d45ca38554d19b799cd3e6754b4ac2ec3363 (patch) | |
tree | 832fb939e7d532300eceee67ecedd5b3735eb0ba | |
parent | eeea8d63df65b2e414a7f4c6b289300556eaba05 (diff) |
add version string, will be used later
-rw-r--r-- | rules.mk | 1 | ||||
-rw-r--r-- | target/appliances/default.options | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -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 |