mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-15 02:39:07 +01:00
move $(MAKE) packages from .linux-compile: to compile:
SVN-Revision: 4689
This commit is contained in:
parent
968de6d4c8
commit
8278890f15
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ $(LINUX_DIR)/.linux-compile:
|
|||
@rm -f $(BUILD_DIR)/linux
|
||||
ln -sf $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) $(BUILD_DIR)/linux
|
||||
@$(MAKE) modules
|
||||
@$(MAKE) packages
|
||||
touch $@
|
||||
|
||||
$(KERNEL_IPKG):
|
||||
|
|
@ -110,6 +109,7 @@ prepare: $(LINUX_DIR)/.configured
|
|||
@mkdir -p $(LINUX_DIR) $(PACKAGE_DIR)
|
||||
|
||||
compile: prepare $(LINUX_DIR)/.linux-compile
|
||||
@$(MAKE) packages
|
||||
|
||||
install: compile $(LINUX_KERNEL)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue