mirror of
https://github.com/ACwifidude/openwrt.git
synced 2024-02-16 17:59:01 +08:00
make kernel_menuconfig work without target toolchain
SVN-Revision: 6312
This commit is contained in:
2
Makefile
2
Makefile
@ -114,7 +114,7 @@ menuconfig: scripts/config/mconf tmp/.config.in tmp/.config-target.in FORCE
|
||||
$< Config.in
|
||||
|
||||
kernel_menuconfig: .config FORCE
|
||||
$(MAKE) target/linux-prepare
|
||||
-$(MAKE) target/linux-prepare
|
||||
$(NO_TRACE_MAKE) -C target/linux menuconfig
|
||||
|
||||
package/%: tmp/.pkginfo tmp/.targetinfo FORCE
|
||||
|
Reference in New Issue
Block a user