diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-04-22 15:27:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-04-22 15:27:37 +0000 |
commit | 43311d7182653ef01b960d028f5b4d92d635e0cf (patch) | |
tree | fec52fd34ee9845d4b576e58b374cd4fe68cceff | |
parent | 60cbdbb686c4e5572644b550c13c7182c6f99766 (diff) | |
download | upstream-43311d7182653ef01b960d028f5b4d92d635e0cf.tar.gz upstream-43311d7182653ef01b960d028f5b4d92d635e0cf.tar.bz2 upstream-43311d7182653ef01b960d028f5b4d92d635e0cf.zip |
remove simulator profile
SVN-Revision: 21084
-rw-r--r-- | target/linux/octeon/config/profile-simulator | 2 | ||||
-rw-r--r-- | target/linux/octeon/profiles/200-Simulator.mk | 16 |
2 files changed, 0 insertions, 18 deletions
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)) - |