mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 00:30:16 +02:00
Fix IPKG_TARGET_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@316 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3af82587f3
commit
a23ed95f5d
2
rules.mk
2
rules.mk
@ -119,5 +119,5 @@ IPKG_STATE_DIR := $(TARGET_DIR)/usr/lib/ipkg
|
|||||||
IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
|
IPKG_BUILD := PATH="$(TARGET_PATH)" ipkg-build -c -o root -g root
|
||||||
|
|
||||||
# where to build (and put) .ipk packages
|
# where to build (and put) .ipk packages
|
||||||
IPKG_TARGET_DIR := $(BUILD_DIR)
|
IPKG_TARGET_DIR := $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user