more fixes
SVN-Revision: 5048
This commit is contained in:
parent
4231c55be1
commit
b21dde1691
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
include $(INCLUDE_DIR)/host.mk
|
||||||
-include $(INCLUDE_DIR)/modules-$(KERNEL).mk
|
-include $(INCLUDE_DIR)/modules-$(KERNEL).mk
|
||||||
|
|
||||||
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
||||||
|
|
|
@ -84,6 +84,7 @@ RSTRIP:= \
|
||||||
|
|
||||||
# where to build (and put) .ipk packages
|
# where to build (and put) .ipk packages
|
||||||
IPKG:= \
|
IPKG:= \
|
||||||
|
PATH="$(STAGING_DIR)/bin:$(PATH)" \
|
||||||
IPKG_TMP=$(BUILD_DIR)/tmp \
|
IPKG_TMP=$(BUILD_DIR)/tmp \
|
||||||
IPKG_INSTROOT=$(TARGET_DIR) \
|
IPKG_INSTROOT=$(TARGET_DIR) \
|
||||||
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
|
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
|
||||||
|
|
Loading…
Reference in a new issue