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/olpc/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/olpc/Makefile')
-rw-r--r-- | target/linux/olpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/olpc/Makefile b/target/linux/olpc/Makefile index 8bf4cd804a..9548b7b877 100644 --- a/target/linux/olpc/Makefile +++ b/target/linux/olpc/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH=i386 BOARD:=olpc -BOARDNAME:=olpc +BOARDNAME:=OLPC XO-1 FEATURES:=squashfs ext2 LINUX_VERSION:=2.6.23.16 |