1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-20 15:48:26 +02:00

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

SVN-Revision: 5904
This commit is contained in:
Felix Fietkau 2006-12-27 17:37:28 +00:00
parent 4a2b2b02aa
commit 6f6d4cf717

View File

@ -42,7 +42,7 @@ endif
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)
export PATH:=$(TARGET_PATH)