summaryrefslogtreecommitdiffstats
path: root/package/netsnmp
diff options
context:
space:
mode:
Diffstat (limited to 'package/netsnmp')
-rw-r--r--package/netsnmp/Config.in8
-rw-r--r--package/netsnmp/Makefile.in3
2 files changed, 11 insertions, 0 deletions
diff --git a/package/netsnmp/Config.in b/package/netsnmp/Config.in
new file mode 100644
index 000000000..612af808c
--- /dev/null
+++ b/package/netsnmp/Config.in
@@ -0,0 +1,8 @@
+#
+
+config BR2_PACKAGE_NETSNMP
+ bool"netsnmp"
+ default n
+ help
+ Add help text here.
+
diff --git a/package/netsnmp/Makefile.in b/package/netsnmp/Makefile.in
new file mode 100644
index 000000000..e749f710d
--- /dev/null
+++ b/package/netsnmp/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_NETSNMP)),y)
+TARGETS+=netsnmp
+endif