bcm27xx: switch to bcm27xx-utils
bcm27xx-userland is now deprecated and utils should be used instead.
96a7334ae9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
418aadaec9
commit
a1364fcd09
2 changed files with 1 additions and 2 deletions
|
@ -41,7 +41,6 @@ define Package/bcm27xx-userland
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@TARGET_bcm27xx
|
DEPENDS:=@TARGET_bcm27xx
|
||||||
TITLE:=BCM27xx userland tools
|
TITLE:=BCM27xx userland tools
|
||||||
DEFAULT:=y if TARGET_bcm27xx
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bcm27xx-userland/description
|
define Package/bcm27xx-userland/description
|
||||||
|
|
|
@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES))
|
DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES))
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
bcm27xx-gpu-fw \
|
bcm27xx-gpu-fw bcm27xx-utils \
|
||||||
kmod-usb-hid \
|
kmod-usb-hid \
|
||||||
kmod-sound-core kmod-sound-arm-bcm2835 \
|
kmod-sound-core kmod-sound-arm-bcm2835 \
|
||||||
kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
|
kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
|
||||||
|
|
Loading…
Reference in a new issue