mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix IPKG_TARGET_DIR
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@316 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d6c7f7579c
commit
ec06127d02
@ -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…
x
Reference in New Issue
Block a user