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/bcm2708/profiles | |
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/bcm2708/profiles')
-rw-r--r-- | target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk b/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk deleted file mode 100644 index 9f698a711d..0000000000 --- a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.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 - NAME:=Raspberry Pi Models B/B+/CM -endef -define Profile/RaspberryPi/Description - Raspberry Pi Models B/B+/CM -endef -$(eval $(call Profile,RaspberryPi)) |