diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 23:04:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-10 23:04:46 +0000 |
commit | c55de004921e2f3208bf93d9f0ec4d0acb10a3c7 (patch) | |
tree | c95cf1a5a2c4e12a6933e04b40ac4a4442d99ad2 | |
parent | 85a3411f2eb2cbc821aa14e5cf10e2fcc3d312da (diff) | |
download | upstream-c55de004921e2f3208bf93d9f0ec4d0acb10a3c7.tar.gz upstream-c55de004921e2f3208bf93d9f0ec4d0acb10a3c7.tar.bz2 upstream-c55de004921e2f3208bf93d9f0ec4d0acb10a3c7.zip |
more fixes
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5048 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/kernel-build.mk | 1 | ||||
-rw-r--r-- | rules.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 6aefe0b891..5544a82e37 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -4,6 +4,7 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # +include $(INCLUDE_DIR)/host.mk -include $(INCLUDE_DIR)/modules-$(KERNEL).mk LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2 @@ -84,6 +84,7 @@ RSTRIP:= \ # where to build (and put) .ipk packages IPKG:= \ + PATH="$(STAGING_DIR)/bin:$(PATH)" \ IPKG_TMP=$(BUILD_DIR)/tmp \ IPKG_INSTROOT=$(TARGET_DIR) \ IPKG_CONF_DIR=$(STAGING_DIR)/etc \ |