mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix image installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8324 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -174,7 +174,7 @@ oldconfig menuconfig: $(STAMP_PREPARED) FORCE
|
||||
$(SCRIPT_DIR)/config.pl '>' $(GENERIC_LINUX_CONFIG) $(LINUX_DIR)/.config > $(LINUX_CONFIG)
|
||||
|
||||
install: $(LINUX_DIR)/.image
|
||||
$(MAKE) -C image install
|
||||
$(MAKE) -C image compile install
|
||||
|
||||
clean: FORCE
|
||||
rm -f $(STAMP_DIR)/.linux-compile
|
||||
@@ -188,6 +188,6 @@ rebuild: FORCE
|
||||
@$(MAKE) compile
|
||||
|
||||
image-prereq:
|
||||
$(MAKE) -s -C image prereq
|
||||
$(SUBMAKE) -s -C image prereq
|
||||
|
||||
prereq: image-prereq
|
||||
|
||||
Reference in New Issue
Block a user