ramips: add support for MikroTik RouterBOARD RBM11g
[openwrt/.git] / target / sdk / files / Config.in
index 6cb3fe8aefad4490d8a42e5d669c5c69c133efd5..0614f31d604d2c228648d2afacae560185b49c92 100644 (file)
@@ -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