summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-16 10:03:03 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-07-16 10:03:03 +0000
commit3b1d53fc44edfb20e5ea8b6b3950f45aecdca8a7 (patch)
tree32035bba7975342fdee054875b18223a07322ac7 /Makefile
parent9a6c0fcafd3475259d892d6ce95c6c6a8e6c37b9 (diff)
add kernel_oldconfig target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8003 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d3758df3..dbb4a0cce 100644
--- a/Makefile
+++ b/Makefile
@@ -92,10 +92,12 @@ menuconfig: scripts/config/mconf tmp/.config-target.in tmp/.config-package.in FO
fi
$< Config.in
+kernel_oldconfig: .config FORCE
+ $(NO_TRACE_MAKE) -C target/linux oldconfig
+
kernel_menuconfig: .config FORCE
$(NO_TRACE_MAKE) -C target/linux menuconfig
-
package/% target/%: tmp/.packageinfo
toolchain/% package/% target/%: tmp/.targetinfo
package/% target/% tools/% toolchain/%: FORCE