tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / Config.in
index 546e8249ccb41a654f0093a83bf39bfc1ae3112f..6d71d4c6e6f291c1839bc96abd4536770c40d3bb 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -5,7 +5,7 @@
 mainmenu "OpenWrt Configuration"
 
 config MODULES
-       option modules
+       modules
        bool
        default y
 
@@ -13,6 +13,14 @@ config HAVE_DOT_CONFIG
        bool
        default y
 
+HOST_OS := $(shell, uname)
+
+config HOST_OS_LINUX
+       def_bool $(shell, ./config/check-uname.sh Linux)
+
+config HOST_OS_MACOS
+       def_bool $(shell, ./config/check-uname.sh Darwin)
+
 source "target/Config.in"
 
 source "config/Config-images.in"