Browse Source

sane-backends: minor Makefile text typo

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Luiz Angelo Daros de Luca 9 years ago
parent
commit
0bab5a449e
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      utils/sane-backends/Makefile

+ 3
- 3
utils/sane-backends/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2006-2015 OpenWrt.org
2
+# Copyright (C) 2006-2016 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -59,7 +59,7 @@ define Package/sane-backends/config
59 59
       depends on PACKAGE_sane-backends
60 60
       prompt "Include all SANE backends (sane-backends-all)"
61 61
 
62
-    comment "Modules"
62
+    comment "Backends"
63 63
 
64 64
 $(foreach backend,$(SANE_BACKENDS), \
65 65
     $(eval \
@@ -115,7 +115,7 @@ $(call Package/sane-backends/Default)
115 115
   HIDDEN:=1
116 116
 endef
117 117
 
118
-define Package/sane-backends/description
118
+define Package/sane-backends-all/description
119 119
 $(call Package/sane-backends/Default/description)
120 120
 .
121 121
 Metapackage for selecting all SANE Backends