mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
bluez-tools: fix SECTION variable typo
Change SECTION variable value from `Utilities` to `utils`, probably a confusion with the variable CATEGORY. Signed-off-by: Wesley Gimenes <wehagy@proton.me>
This commit is contained in:
committed by
Hannu Nyman
parent
317798178f
commit
59628aaceb
@@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
include $(INCLUDE_DIR)/nls.mk
|
include $(INCLUDE_DIR)/nls.mk
|
||||||
|
|
||||||
define Package/bluez-tools
|
define Package/bluez-tools
|
||||||
SECTION:=Utilities
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+bluez-daemon +glib2
|
DEPENDS:=+bluez-daemon +glib2
|
||||||
TITLE:=Bluetooth tools
|
TITLE:=Bluetooth tools
|
||||||
|
|||||||
Reference in New Issue
Block a user