Skip to content
Snippets Groups Projects
Commit 164ac626 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

include: toplevel: drop unused OPENWRTVERSION variable


Signed-off-by: default avatarRafał Miłecki <zajec5@gmail.com>

SVN-Revision: 46906
parent fcee3598
No related branches found
No related tags found
No related merge requests found
......@@ -20,10 +20,8 @@ else
endif
HOSTCC ?= $(CC)
OPENWRTVERSION:=$(RELEASE)$(if $(REVISION), ($(REVISION)))
export RELEASE
export REVISION
export OPENWRTVERSION
export LD_LIBRARY_PATH:=$(subst ::,:,$(if $(LD_LIBRARY_PATH),$(LD_LIBRARY_PATH):)$(TOPDIR)/staging_dir/host/lib)
export DYLD_LIBRARY_PATH:=$(subst ::,:,$(if $(DYLD_LIBRARY_PATH),$(DYLD_LIBRARY_PATH):)$(TOPDIR)/staging_dir/host/lib)
export GIT_CONFIG_PARAMETERS='core.autocrlf=false'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment