diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-02 09:18:55 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-02 09:18:55 +0000 |
commit | b6db7329f48efc92b80750e6526e903f7c7c545b (patch) | |
tree | 9e8c67b83aca0ea417fb01dee5412333c3a0cb93 /target/linux/octeon/config | |
parent | 62f2fee052489167d8d6ffba7ebe510642397ffa (diff) |
rename cavium-octeon to octeon
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16292 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon/config')
-rw-r--r-- | target/linux/octeon/config/profile-mototech | 2 | ||||
-rw-r--r-- | target/linux/octeon/config/profile-simulator | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/octeon/config/profile-mototech b/target/linux/octeon/config/profile-mototech new file mode 100644 index 0000000000..dc738456e9 --- /dev/null +++ b/target/linux/octeon/config/profile-mototech @@ -0,0 +1,2 @@ +CONFIG_CRAMFS=y +CONFIG_MTD_CMDLINE_PARTS=y diff --git a/target/linux/octeon/config/profile-simulator b/target/linux/octeon/config/profile-simulator new file mode 100644 index 0000000000..5fbefec145 --- /dev/null +++ b/target/linux/octeon/config/profile-simulator @@ -0,0 +1,2 @@ +CONFIG_CMDLINE="console=ttyS0,115200 numcores=16" +CONFIG_CAVIUM_OCTEON_SIMULATOR=y |