From a1364fcd091c28d63bfe1d4947f2e21cc11c2b46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 26 Jan 2024 09:52:35 +0100 Subject: [PATCH] bcm27xx: switch to bcm27xx-utils MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- package/utils/bcm27xx-userland/Makefile | 1 - target/linux/bcm27xx/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package/utils/bcm27xx-userland/Makefile b/package/utils/bcm27xx-userland/Makefile index 402c3dcd64..461cf3e954 100644 --- a/package/utils/bcm27xx-userland/Makefile +++ b/package/utils/bcm27xx-userland/Makefile @@ -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 diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index 702a59ecb8..d7b56b23bc 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -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 \ -- 2.30.2