mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00: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
|
||||
|
||||
define Package/bluez-tools
|
||||
SECTION:=Utilities
|
||||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
DEPENDS:=+bluez-daemon +glib2
|
||||
TITLE:=Bluetooth tools
|
||||
|
||||
Reference in New Issue
Block a user