diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-11-06 10:41:01 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-11-06 10:41:01 +0100 |
commit | 0ed24df603a196c24a4fa3a140d4b514e9d8cb11 (patch) | |
tree | 9e90a06f99cb4b35f52aae8f79b3e21d67a7876f /configs/raspberrypi0w | |
parent | 9c376977f1adcf8db6d87ae1366e7cc2d4513182 (diff) |
Use the default configuration for the board instead of duplicate it
Diffstat (limited to 'configs/raspberrypi0w')
-rw-r--r-- | configs/raspberrypi0w | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/configs/raspberrypi0w b/configs/raspberrypi0w index e20c473..9c875df 100644 --- a/configs/raspberrypi0w +++ b/configs/raspberrypi0w @@ -1,8 +1,6 @@ -BR2_arm1176jzf_s=y -BR2_ARM_EABIHF=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="bcm2708-rpi-zero-w" -BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi" -BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI=y BR2_PACKAGE_RPI_FIRMWARE_VARIANT_PI_X=y -BR2_PACKAGE_RPI_FIRMWARE_BOOTCODE_BIN=y BR2_PACKAGE_RPI_FIRMWARE_CONFIG_FILE="$(BR2_EXTERNAL_PIAUDIO_PATH)/board/config_0w.txt" + +BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI=y +BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_BT=y +BR2_PACKAGE_BRCMFMAC_SDIO_FIRMWARE_RPI_WIFI=y |