blob: 1b11d44999affdfb14463b9bf127953fbf9d25ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/modutils/modinfo.c
+++ b/modutils/modinfo.c
@@ -13,6 +13,7 @@
//config:config MODINFO
//config: bool "modinfo"
//config: default y
+//config: select PLATFORM_LINUX
//config: help
//config: Show information about a Linux Kernel module
|