diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-26 16:57:43 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-26 16:57:43 +0000 |
commit | 83cf30e7f51e65aaafe78892c21c6426543a59a2 (patch) | |
tree | 73110c2096ca066be4f1d0ee1cc7625d50a6d9d5 /target/linux/mpc85xx/generic | |
parent | b98c8e8bf9ceb27c3bb3c965157397c061542c88 (diff) |
mpc85xx: Add subtargets Generic and P1020
Only difference between Generic and P1020 is that P1020
enables SMP with two CPUs in the kernel config.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36454 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mpc85xx/generic')
-rw-r--r-- | target/linux/mpc85xx/generic/config-default | 0 | ||||
-rw-r--r-- | target/linux/mpc85xx/generic/target.mk | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/generic/config-default b/target/linux/mpc85xx/generic/config-default new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/target/linux/mpc85xx/generic/config-default diff --git a/target/linux/mpc85xx/generic/target.mk b/target/linux/mpc85xx/generic/target.mk new file mode 100644 index 000000000..f8a79a7b9 --- /dev/null +++ b/target/linux/mpc85xx/generic/target.mk @@ -0,0 +1,6 @@ +BOARDNAME:=Generic + +define Target/Description + Build firmware images for generic MPC85xx based boards. +endef + |