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/ixp4xx/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/ixp4xx/Makefile')
-rw-r--r-- | target/linux/ixp4xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx/Makefile b/target/linux/ixp4xx/Makefile index 83dc1ddec3..23cec4b8b4 100644 --- a/target/linux/ixp4xx/Makefile +++ b/target/linux/ixp4xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=armeb BOARD:=ixp4xx -BOARDNAME:=Intel XScale IXP4xx +BOARDNAME:=Intel IXP4xx FEATURES:=squashfs SUBTARGETS=generic harddisk |