diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 16:28:29 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-04-28 16:28:29 +0000 |
commit | e84649e57812596929ff0402a7caf2deb8ad2050 (patch) | |
tree | c62237b25798cc07878b9da78582fe6711ff60a4 /target/linux/iop32x/Makefile | |
parent | fcbdafb6bdb7390175262c1ad45a750abf269958 (diff) | |
download | upstream-e84649e57812596929ff0402a7caf2deb8ad2050.tar.gz upstream-e84649e57812596929ff0402a7caf2deb8ad2050.tar.bz2 upstream-e84649e57812596929ff0402a7caf2deb8ad2050.zip |
naming convention
SVN-Revision: 10965
Diffstat (limited to 'target/linux/iop32x/Makefile')
-rw-r--r-- | target/linux/iop32x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/iop32x/Makefile b/target/linux/iop32x/Makefile index 41265ef9ff..4cb4ad6500 100644 --- a/target/linux/iop32x/Makefile +++ b/target/linux/iop32x/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=iop32x -BOARDNAME:=Intel XScale IOP32x +BOARDNAME:=Intel IOP32x FEATURES:=squashfs jffs2 LINUX_VERSION:=2.6.24.5 |