blob: 2770833f59306922acaa67d659234f3515fea857 [file] [log] [blame]
developer7e169772023-08-03 19:11:11 +08001diff --git a/CMakeLists.txt b/CMakeLists.txt
2index d8dd34a..07e37a5 100644
3--- a/CMakeLists.txt
4+++ b/CMakeLists.txt
5@@ -23,8 +23,8 @@ OPTION(FS_SUPPORT "Filesystem plugin support" ON)
6 OPTION(MATH_SUPPORT "Math plugin support" ON)
7 OPTION(UBUS_SUPPORT "Ubus plugin support" ON)
8 OPTION(UCI_SUPPORT "UCI plugin support" ON)
9-OPTION(RTNL_SUPPORT "Route Netlink plugin support" ${LINUX})
10-OPTION(NL80211_SUPPORT "Wireless Netlink plugin support" ${LINUX})
11+OPTION(RTNL_SUPPORT "Route Netlink plugin support" ON)
12+OPTION(NL80211_SUPPORT "Wireless Netlink plugin support" ON)
13 OPTION(RESOLV_SUPPORT "NS resolve plugin support" ON)
14 OPTION(STRUCT_SUPPORT "Struct plugin support" ON)
15 OPTION(ULOOP_SUPPORT "Uloop plugin support" ON)