projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a2b2b0
)
add staging_dir_*/usr/sbin to the TARGET_PATH (for grub)
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Dec 2006 17:37:28 +0000
(17:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Dec 2006 17:37:28 +0000
(17:37 +0000)
SVN-Revision: 5904
rules.mk
patch
|
blob
|
history
diff --git
a/rules.mk
b/rules.mk
index a5934684863098ccc70f0a0ac8d8f739443b29d5..ac2ea78fea6d64192c22fcef9347bbb8493dbb73 100644
(file)
--- 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)