mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
fix kernel configure target
SVN-Revision: 4065
This commit is contained in:
parent
1ef7c9e055
commit
3460c78ea1
@ -97,9 +97,8 @@ pkg-install: FORCE
|
||||
@{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG) install $(INSTALL_TARGETS) || true; }
|
||||
|
||||
source: $(DL_DIR)/$(LINUX_SOURCE)
|
||||
prepare:
|
||||
prepare: $(LINUX_DIR)/.configured
|
||||
@mkdir -p $(STAMP_DIR) $(PACKAGE_DIR)
|
||||
@$(MAKE) $(LINUX_DIR)/.configured
|
||||
|
||||
compile: prepare $(STAMP_DIR)/.linux-compile
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user