developer | 2a20969 | 2023-08-14 20:23:42 +0800 | [diff] [blame] | 1 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
| 2 | index 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) |