Skip to content
Snippets Groups Projects
Commit 6f6d4cf7 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

add staging_dir_*/usr/sbin to the TARGET_PATH (for grub)

SVN-Revision: 5904
parent 4a2b2b02
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ endif ...@@ -42,7 +42,7 @@ endif
IMAGE:=$(BUILD_DIR)/root_fs_$(ARCH) IMAGE:=$(BUILD_DIR)/root_fs_$(ARCH)
TARGET_PATH:=$(STAGING_DIR)/usr/bin:$(STAGING_DIR)/bin:$(PATH) TARGET_PATH:=$(STAGING_DIR)/usr/sbin:$(STAGING_DIR)/usr/bin:$(STAGING_DIR)/bin:$(PATH)
TARGET_CFLAGS:=$(TARGET_OPTIMIZATION) TARGET_CFLAGS:=$(TARGET_OPTIMIZATION)
export PATH:=$(TARGET_PATH) export PATH:=$(TARGET_PATH)
......
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