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 | 12911ff33fa08006585b0af27a75c24538a472ec (patch) | |
tree | 564189dbf3201cbd2a892b3da82e984bdb69eb8d /target/linux | |
parent | b88b62a2eaa8519eeb2f78500473218d44266783 (diff) | |
download | upstream-12911ff33fa08006585b0af27a75c24538a472ec.tar.gz upstream-12911ff33fa08006585b0af27a75c24538a472ec.tar.bz2 upstream-12911ff33fa08006585b0af27a75c24538a472ec.zip |
oops, fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17042 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |