mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
revert package compile breakage introduced in [6936]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6938 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9cfa1a427d
commit
b5a2c2c241
@ -16,7 +16,7 @@ include $(TMP_DIR)/.packagedeps
|
||||
|
||||
PREREQ_PACKAGES:=$(patsubst %,%-prereq,$(prereq-y) $(prereq-m))
|
||||
DOWNLOAD_PACKAGES:=$(patsubst %,%-download,$(package-y) $(package-m))
|
||||
COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-m))
|
||||
COMPILE_PACKAGES:=$(patsubst %,%-compile,$(package-y) $(package-m))
|
||||
INSTALL_PACKAGES:=$(patsubst %,%-install,$(package-y))
|
||||
|
||||
$(STAMP_DIR) $(TARGET_DIR):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user