diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 11:12:15 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-15 11:12:15 +0000 |
commit | cf647cea3d68e5298343294fc2c12e0c9a479778 (patch) | |
tree | 6e4cb1a4b0d1e3bd002449fb980d8445c9a7e68b /target/linux26.mk | |
parent | f11476c1811175b388f035c6b728b5dce66e054b (diff) |
- allow to run linux26-menuconfig and uclibc-menuconfig in a pristine checkout
Diffstat (limited to 'target/linux26.mk')
-rw-r--r-- | target/linux26.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux26.mk b/target/linux26.mk index efd047406..87020d754 100644 --- a/target/linux26.mk +++ b/target/linux26.mk @@ -111,7 +111,7 @@ $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/modules.dep: $(LINUX26_KERNEL) rm -f $(TARGET_DIR)/lib/modules/$(LINUX26_VERSION)/build touch -c $@ -linux26-menuconfig: $(LINUX26_DIR)/.patched +linux26-menuconfig: $(LINUX26_DIR)/.patched host-sed [ -f $(LINUX26_DIR)/.config ] || cp $(LINUX26_KCONFIG) $(LINUX26_DIR)/.config $(MAKE) $(LINUX26_MAKE_FLAGS) -C $(LINUX26_DIR) menuconfig -[ -f $(LINUX26_DIR)/.config ] && touch $(LINUX26_DIR)/.configured |