diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-07-29 15:00:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-07-29 15:00:06 +0000 |
commit | 9eed88d995451b7aca0a5edb74be5b9e6edd9d8c (patch) | |
tree | a073b015671c22c936e817da27ac775ff6ab0050 /target/linux/ppc40x | |
parent | 4ad125e0ed735bebeb9555a17737fa8f33b1d780 (diff) | |
download | upstream-9eed88d995451b7aca0a5edb74be5b9e6edd9d8c.tar.gz upstream-9eed88d995451b7aca0a5edb74be5b9e6edd9d8c.tar.bz2 upstream-9eed88d995451b7aca0a5edb74be5b9e6edd9d8c.zip |
oops, fix typo
SVN-Revision: 17042
Diffstat (limited to 'target/linux/ppc40x')
-rw-r--r-- | target/linux/ppc40x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index f4423391a5..cf9dd2d52f 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -10,7 +10,7 @@ ARCH:=powerpc BOARD:=ppc40x BOARDNAME:=AMCC/IBM PPC40x FEATURES:=squashfs usb -CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440 +CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=405 LINUX_VERSION:=2.6.30.3 LINUX_KARCH:=powerpc |