mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix config checks for Image Builder and SDK - only build them when requested.
Clear all packages from bin/packages at the beginning of package/compile when the Image Builder is selected, because the Image Builder can't handle multiple versions of the same package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6102 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -50,7 +50,9 @@ prereq: $(PREREQ_PACKAGES)
|
||||
download: $(DOWNLOAD_PACKAGES)
|
||||
compile-targets: $(COMPILE_PACKAGES)
|
||||
compile:
|
||||
@-rm -f $(PACKAGE_DIR)/*.ipk
|
||||
$(MAKE) compile-targets
|
||||
|
||||
install-targets: $(INSTALL_PACKAGES)
|
||||
install:
|
||||
rm -rf $(BUILD_DIR)/root
|
||||
|
||||
Reference in New Issue
Block a user