OpenWrt Forum Archive

Topic: How to select packages via command line (not using menuconfig)?

The content of this topic has been archived on 20 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,

Instead of using "make menuconfig" to select my packages, is it possible to select it via command line?

Let's say I want "wireless-tools" selected with a (*), what would be the command line to do it? Thank you

kk

echo CONFIG_PACKAGE_wireless-tools=y >> .config && make defconfig

The discussion might have continued from here.