Fix IPKG_TARGET_DIR
SVN-Revision: 316
This commit is contained in:
parent
234b39a199
commit
db9f4fe17e
1 changed files with 1 additions and 1 deletions
|
@ -119,5 +119,5 @@ IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
|
|||
IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
|
||||
|
||||
# where to build (and put) .ipk packages
|
||||
IPKG_TARGET_DIR := $(BUILD_DIR)
|
||||
IPKG_TARGET_DIR := $(PACKAGE_DIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue