package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
[openwrt.git] / scripts / config / lxdialog / Makefile
index 3758637..bdafde0 100644 (file)
@@ -13,7 +13,7 @@ OS := $(shell uname -s)
 ifeq ($(strip $(OS)),OpenBSD)
 LIBS := -lncurses
 endif
-ifeq ($(strip $(OS)),CYGWIN_NT-5.1)
+ifeq ($(shell uname -o),Cygwin)
 LIBS := -lncurses
 endif
 always         := $(hostprogs-y) dochecklxdialog
This page took 0.021275 seconds and 4 git commands to generate.