Просмотр исходного кода

bcm27xx: switch to bcm27xx-utils

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 <[email protected]>
Álvaro Fernández Rojas 1 год назад
Родитель
Сommit
a1364fcd09
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      package/utils/bcm27xx-userland/Makefile
  2. 1 1
      target/linux/bcm27xx/Makefile

+ 0 - 1
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

+ 1 - 1
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 \