summaryrefslogtreecommitdiffstats
path: root/target/linux/etrax/profiles
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-18 17:54:04 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-18 17:54:04 +0000
commit16a5f6ce8bee4f0ecee14cda43a5237391fb61fc (patch)
tree880a0eb85a41acaf2b4eea742a09e0c587a1b077 /target/linux/etrax/profiles
parent82661f4b0ebe2c4173d178e94d529505458f8e0e (diff)
etrax: R.I.P.
It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34768 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/etrax/profiles')
-rw-r--r--target/linux/etrax/profiles/100-generic.mk16
-rw-r--r--target/linux/etrax/profiles/101-vhdl-nofb.mk16
2 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/etrax/profiles/100-generic.mk b/target/linux/etrax/profiles/100-generic.mk
deleted file mode 100644
index a3a044d6e..000000000
--- a/target/linux/etrax/profiles/100-generic.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2006 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/default
- NAME:=Normal (default)
-endef
-
-define Profile/default/Description
- Normal Foxboard setup
-endef
-$(eval $(call Profile,default))
-
diff --git a/target/linux/etrax/profiles/101-vhdl-nofb.mk b/target/linux/etrax/profiles/101-vhdl-nofb.mk
deleted file mode 100644
index fc9c06c7c..000000000
--- a/target/linux/etrax/profiles/101-vhdl-nofb.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2006 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/vhdl_no_fb
- NAME:=FOXVHDL no fb
-endef
-
-define Profile/vhdl_no_fb/Description
- Setup the Foxboard for FOXVHDL support with no framebuffer
-endef
-$(eval $(call Profile,vhdl_no_fb))
-