From: Felix Fietkau Date: Wed, 27 Dec 2006 17:37:28 +0000 (+0000) Subject: add staging_dir_*/usr/sbin to the TARGET_PATH (for grub) X-Git-Tag: reboot~30185 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=6f6d4cf717a415c124418bdecda49fe7b2c280ed;hp=4a2b2b02aadd195d8bffbafde9d80738ff7d5abc;p=openwrt%2F.git add staging_dir_*/usr/sbin to the TARGET_PATH (for grub) SVN-Revision: 5904 --- diff --git a/rules.mk b/rules.mk index a593468486..ac2ea78fea 100644 --- a/rules.mk +++ b/rules.mk @@ -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)