Skip to content
Snippets Groups Projects
Commit a23ed95f authored by nico's avatar nico
Browse files

Fix IPKG_TARGET_DIR

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@316 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 3af82587
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment