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/au1000/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/au1000/Makefile')
-rw-r--r-- | target/linux/au1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index 3b16c4259e..6e80b83b2b 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=au1000 -BOARDNAME:=AMD Alchemy AU1x00 +BOARDNAME:=RMI/AMD AU1x00 FEATURES:=jffs2 usb pci LINUX_VERSION:=2.6.24.5 |