aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 05:59:29 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 05:59:29 +0000
commit633c46a1d42a1c4f0c723a606c8d08c1f77ac0bd (patch)
tree0ea72bc1d3fdf0e3a77151e6329146ef7f812933 /target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk
parent66f6c9e231224ef32f70142d3f1294b83b7cebba (diff)
downloadupstream-633c46a1d42a1c4f0c723a606c8d08c1f77ac0bd.tar.gz
upstream-633c46a1d42a1c4f0c723a606c8d08c1f77ac0bd.tar.bz2
upstream-633c46a1d42a1c4f0c723a606c8d08c1f77ac0bd.zip
ramips: fix Olimex models, images and profiles names
Official names for RT5350F based OLinuXino products are "RT5350F-OLinuXino{,-EVB}" as on official manufacturer website. The following patch: * changes board names from "olinuxino-rt5350f{,-evb}" to "rt5350f-olinuxino{,-evb}" * changes filenames of dts and profile files * changes image filenames for Olimex RT5350F-OLinuXino{,-EVB} devices. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46623
Diffstat (limited to 'target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk')
-rw-r--r--target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk b/target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk
deleted file mode 100644
index af24c5848e..0000000000
--- a/target/linux/ramips/rt305x/profiles/olinuxino-rt5350f.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# Copyright (C) 2014 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/OLINUXINO-RT5350F
- NAME:=OLinuXino-RT5350F
- PACKAGES:=\
- kmod-usb-core kmod-usb-ohci kmod-usb2 \
- kmod-i2c-core kmod-i2c-ralink \
- kmod-spi-dev
-endef
-
-define Profile/OLINUXINO-RT5350F/Description
- Package set for OLinuXino-RT5350F board
-endef
-
-$(eval $(call Profile,OLINUXINO-RT5350F))