X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=Config.in;h=6d71d4c6e6f291c1839bc96abd4536770c40d3bb;hb=f30757b94e6f0b0a547b4932eb97e550f0bffe3d;hp=52135ba579b11ae453ebbbbc1962cef437111ef5;hpb=9fa3c68938c0340bc67dbe3199586190aa540a16;p=openwrt%2Fstaging%2Fnoltari.git diff --git a/Config.in b/Config.in index 52135ba579..6d71d4c6e6 100644 --- a/Config.in +++ b/Config.in @@ -1,12 +1,11 @@ -# Copyright (C) 2006-2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. +# SPDX-License-Identifier: GPL-2.0-only # +# Copyright (C) 2006-2013 OpenWrt.org mainmenu "OpenWrt Configuration" config MODULES + modules bool default y @@ -14,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"