diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-16 10:03:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-16 10:03:03 +0000 |
commit | 6178152ee8de00d79a63a4208337e72b7284d790 (patch) | |
tree | 43750bc1c06080a579539c25b3f779b78ebe68f9 /target/linux/Makefile | |
parent | 3e87d642f7592ae71078c4c3d725a4a0104901c7 (diff) | |
download | upstream-6178152ee8de00d79a63a4208337e72b7284d790.tar.gz upstream-6178152ee8de00d79a63a4208337e72b7284d790.tar.bz2 upstream-6178152ee8de00d79a63a4208337e72b7284d790.zip |
add kernel_oldconfig target
SVN-Revision: 8003
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index e124869150..5a1ca723a6 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -7,6 +7,6 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk -clean download prepare compile install menuconfig update refresh: FORCE +clean download prepare compile install menuconfig oldconfig update refresh: FORCE $(MAKE) -C $(BOARD)-$(KERNEL) $@ |