X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Fsdk%2Ffiles%2FConfig.in;h=0614f31d604d2c228648d2afacae560185b49c92;hb=faf64056ddd46992a75b1e277d94541c7251035c;hp=6cb3fe8aefad4490d8a42e5d669c5c69c133efd5;hpb=81a35d669a3e89d9dba1a093d9bd30fc04e27c06;p=openwrt%2F.git diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in index 6cb3fe8aef..0614f31d60 100644 --- a/target/sdk/files/Config.in +++ b/target/sdk/files/Config.in @@ -1,3 +1,27 @@ +menu "Global build settings" + + config ALL_NONSHARED + bool "Select all target specific packages by default" + default ALL + + config ALL_KMODS + bool "Select all kernel module packages by default" + default ALL + + config ALL + bool "Select all userspace packages by default" + default y + + config SIGNED_PACKAGES + bool "Cryptographically sign package lists" + default y + +endmenu + +config IN_SDK + default y + bool + config MODULES bool default y