diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-21 16:13:06 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-21 16:13:06 +0200 |
commit | a194e83f16b05240184f58b709152fb840cf00f7 (patch) | |
tree | 5883214f466c17fed4256afc577b0d14cc89567e /target/linux/brcm2708/bcm2709 | |
parent | e95f2e2f7217340cff5f8cc37fbd69ffba367c80 (diff) | |
download | master-187ad058-a194e83f16b05240184f58b709152fb840cf00f7.tar.gz master-187ad058-a194e83f16b05240184f58b709152fb840cf00f7.tar.bz2 master-187ad058-a194e83f16b05240184f58b709152fb840cf00f7.zip |
brcm2708: convert to the new building system
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/brcm2708/bcm2709')
-rw-r--r-- | target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk b/target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk deleted file mode 100644 index ef7483d841..0000000000 --- a/target/linux/brcm2708/bcm2709/profiles/RaspberryPi2.mk +++ /dev/null @@ -1,14 +0,0 @@ -# -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/RaspberryPi_2 - NAME:=Raspberry Pi 2 Model B -endef -define Profile/RaspberryPi_2/Description - Raspberry Pi 2 Model B -endef -$(eval $(call Profile,RaspberryPi_2)) |