bcm27xx: switch to bcm27xx-utils
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 26 Jan 2024 08:52:35 +0000 (09:52 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 26 Jan 2024 11:29:30 +0000 (12:29 +0100)
bcm27xx-userland is now deprecated and utils should be used instead.
https://github.com/raspberrypi/userland/commit/96a7334ae9d5fc9db7ac92e59852377df63f1848

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
package/utils/bcm27xx-userland/Makefile
target/linux/bcm27xx/Makefile

index 402c3dcd640a14597fc95911c311b452c5b6dc8c..461cf3e954e990c8c9638484a0e48eb1ee335825 100644 (file)
@@ -41,7 +41,6 @@ define Package/bcm27xx-userland
   CATEGORY:=Utilities
   DEPENDS:=@TARGET_bcm27xx
   TITLE:=BCM27xx userland tools
-  DEFAULT:=y if TARGET_bcm27xx
 endef
 
 define Package/bcm27xx-userland/description
index 702a59ecb82312ff0e985e89b299ceb217da38ef..d7b56b23bc64f5b187c446d3e8691a1d954533f5 100644 (file)
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES))
 DEFAULT_PACKAGES += \
-       bcm27xx-gpu-fw \
+       bcm27xx-gpu-fw bcm27xx-utils \
        kmod-usb-hid \
        kmod-sound-core kmod-sound-arm-bcm2835 \
        kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \