diff options
| author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-29 15:00:06 +0000 |
|---|---|---|
| committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-29 15:00:06 +0000 |
| commit | 7b9a513178a42488361b5f63f887d248f99800e1 (patch) | |
| tree | 564189dbf3201cbd2a892b3da82e984bdb69eb8d | |
| parent | 94c88a851e0b2b3c01343eb8fbb09e8fdc1dcedd (diff) | |
oops, fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17042 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -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 f4423391a..cf9dd2d52 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 |
