From: nbd Date: Wed, 27 Dec 2006 17:37:28 +0000 (+0000) Subject: add staging_dir_*/usr/sbin to the TARGET_PATH (for grub) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=6c93a964d229c973eb3e69147108daca97804f68 add staging_dir_*/usr/sbin to the TARGET_PATH (for grub) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5904 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/rules.mk b/rules.mk index a59346848..ac2ea78fe 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)