diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-03-04 19:41:34 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-03-04 19:41:34 +0100 |
commit | 6debeaab45a08d52cc018b1e5bc69924d9b41d6d (patch) | |
tree | 1b1f510a93c8279b92d949b33873ed8bb38aa7e6 /target/linux/brcm2708/Makefile | |
parent | d35ce56496ea2dec41e44e1b13b5b544a2e4c0c6 (diff) | |
download | upstream-6debeaab45a08d52cc018b1e5bc69924d9b41d6d.tar.gz upstream-6debeaab45a08d52cc018b1e5bc69924d9b41d6d.tar.bz2 upstream-6debeaab45a08d52cc018b1e5bc69924d9b41d6d.zip |
brcm2708: add support for the new Raspberry Pi Zero W
Support is experimental since I haven't got any device to test.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/Makefile')
-rw-r--r-- | target/linux/brcm2708/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/linux/brcm2708/Makefile b/target/linux/brcm2708/Makefile index 8dc923907d..244513dfc6 100644 --- a/target/linux/brcm2708/Makefile +++ b/target/linux/brcm2708/Makefile @@ -1,5 +1,6 @@ # # Copyright (C) 2012-2016 OpenWrt.org +# Copyright (C) 2017 LEDE project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -21,7 +22,12 @@ define Target/Description endef include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 +DEFAULT_PACKAGES += \ + brcm2708-gpu-fw \ + kmod-usb-hid \ + kmod-sound-core kmod-sound-arm-bcm2835 \ + kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \ + brcmfmac-firmware-43430-sdio kmod-brcmfmac wpad-mini KERNELNAME:=Image dtbs |