From: Florian Fainelli Date: Thu, 22 Apr 2010 15:27:37 +0000 (+0000) Subject: remove simulator profile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=43311d7182653ef01b960d028f5b4d92d635e0cf;p=openwrt%2Fstaging%2Fwigyori.git remove simulator profile SVN-Revision: 21084 --- diff --git a/target/linux/octeon/config/profile-simulator b/target/linux/octeon/config/profile-simulator deleted file mode 100644 index 5fbefec145..0000000000 --- a/target/linux/octeon/config/profile-simulator +++ /dev/null @@ -1,2 +0,0 @@ -CONFIG_CMDLINE="console=ttyS0,115200 numcores=16" -CONFIG_CAVIUM_OCTEON_SIMULATOR=y diff --git a/target/linux/octeon/profiles/200-Simulator.mk b/target/linux/octeon/profiles/200-Simulator.mk deleted file mode 100644 index 08f4be64c7..0000000000 --- a/target/linux/octeon/profiles/200-Simulator.mk +++ /dev/null @@ -1,16 +0,0 @@ -# -# Copyright (C) 2009 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/simulator - NAME:=Simulator -endef - -define Profile/simulator/Description - Package set compatible with the Cavium Octeon Simulator. -endef -$(eval $(call Profile,simulator)) -