summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/bcm2710
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-05-12 19:49:20 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2016-05-14 13:25:08 +0200
commit424a94d81a5ff90e626a38517661795297f62274 (patch)
tree2e46cf8775b831e21614a629229747858ada7fcf /target/linux/brcm2708/bcm2710
parent20b069c440c1061bda64808018be9254cea7f220 (diff)
downloadmaster-31e0f0ae-424a94d81a5ff90e626a38517661795297f62274.tar.gz
master-31e0f0ae-424a94d81a5ff90e626a38517661795297f62274.tar.bz2
master-31e0f0ae-424a94d81a5ff90e626a38517661795297f62274.zip
brcm2708: convert to the new building system
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/bcm2710')
-rw-r--r--target/linux/brcm2708/bcm2710/profiles/RaspberryPi3.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/brcm2708/bcm2710/profiles/RaspberryPi3.mk b/target/linux/brcm2708/bcm2710/profiles/RaspberryPi3.mk
deleted file mode 100644
index c39cf5257b..0000000000
--- a/target/linux/brcm2708/bcm2710/profiles/RaspberryPi3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Copyright (C) 2016 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/RaspberryPi_3
- NAME:=Raspberry Pi 3 Model B
- PACKAGES:=brcmfmac43430-firmware-sdio kmod-brcmfmac wpad-mini
-endef
-define Profile/RaspberryPi_3/Description
- Raspberry Pi 3 Model B
-endef
-$(eval $(call Profile,RaspberryPi_3))