diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-16 10:03:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-16 10:03:03 +0000 |
commit | 3b1d53fc44edfb20e5ea8b6b3950f45aecdca8a7 (patch) | |
tree | 32035bba7975342fdee054875b18223a07322ac7 /target/linux/Makefile | |
parent | 9a6c0fcafd3475259d892d6ce95c6c6a8e6c37b9 (diff) |
add kernel_oldconfig target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8003 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e12486915..5a1ca723a 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) $@ |