diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 16:59:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-02-16 16:59:44 +0000 |
commit | 8afbc2d617344df50a13ad9871067225530715db (patch) | |
tree | 223398f418d792e722b53026fdcb3b495f8f3983 /target/linux/Makefile | |
parent | 9b78ea021b0e83a6bd8ac27097370c5beedcca5a (diff) | |
download | upstream-8afbc2d617344df50a13ad9871067225530715db.tar.gz upstream-8afbc2d617344df50a13ad9871067225530715db.tar.bz2 upstream-8afbc2d617344df50a13ad9871067225530715db.zip |
add top-level kernel_menuconfig target to unpack and reconfigure the kernel - uses config.pl to generate target/linux/*/config and config-diff
SVN-Revision: 6310
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index 2a9cf7db2d..69822879de 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -19,5 +19,8 @@ compile: install: $(MAKE) -C $(BOARD)-$(KERNEL) install +menuconfig: prepare + $(MAKE) -C $(BOARD)-$(KERNEL) menuconfig + clean: $(MAKE) -C $(BOARD)-$(KERNEL) clean |