mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
parent
14fec491c7
commit
3bbeb1b7a1
@ -12,6 +12,7 @@ BOARDNAME:=Freescale MPC85xx
|
||||
CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=8540
|
||||
FEATURES:=spe_fpu squashfs
|
||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||
SUBTARGETS=generic p1020
|
||||
|
||||
LINUX_VERSION:=3.8.9
|
||||
|
||||
|
||||
0
target/linux/mpc85xx/generic/config-default
Normal file
0
target/linux/mpc85xx/generic/config-default
Normal file
6
target/linux/mpc85xx/generic/target.mk
Normal file
6
target/linux/mpc85xx/generic/target.mk
Normal file
@ -0,0 +1,6 @@
|
||||
BOARDNAME:=Generic
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for generic MPC85xx based boards.
|
||||
endef
|
||||
|
||||
2
target/linux/mpc85xx/p1020/config-default
Normal file
2
target/linux/mpc85xx/p1020/config-default
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_NR_CPUS=2
|
||||
CONFIG_SMP=y
|
||||
6
target/linux/mpc85xx/p1020/target.mk
Normal file
6
target/linux/mpc85xx/p1020/target.mk
Normal file
@ -0,0 +1,6 @@
|
||||
BOARDNAME:=P1020
|
||||
|
||||
define Target/Description
|
||||
Build firmware images for Freescale P1020 based boards.
|
||||
endef
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user