diff options
author | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-05-06 13:55:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2015-05-06 13:55:21 +0200 |
commit | 2949c5bf2829febbffef9eba08785ff83fe930ea (patch) | |
tree | be964b9da2e3814d7ede65789b83032fb24c112a | |
parent | 1d95a3bbf1cbd19ba8d8f495d7c514fa002d0f36 (diff) |
use LD_LIBRARY_PATH for all BCM28XX boards
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index fc2ca7e4d..f25565aa9 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.1 -PKG_RELEASE:= 13 +PKG_RELEASE:= 14 PKG_SECTION:= base/apps PKG_DESCR:= basic files and scripts @@ -104,7 +104,7 @@ ifeq ($(ADK_TARGET_WITH_ROOT_RW),y) else echo 'export IPKGTMPDIR=/tmp' >> $(IDIR_BASE_FILES)/etc/profile endif -ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) +ifeq ($(ADK_TARGET_BOARD_BCM28XX),y) echo 'export LD_LIBRARY_PATH=/opt/vc/lib' >> $(IDIR_BASE_FILES)/etc/profile endif |