diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-07-29 13:20:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-07-29 13:20:35 +0000 |
commit | 17244dea0044046e6207f9527162f8c007273806 (patch) | |
tree | f7fba2a35c33a52451150220f4e25a63d975a3e1 /target/linux/omap24xx | |
parent | ee0946a5f4a7cf542c0ac52c17b2e67b93014f72 (diff) | |
download | upstream-17244dea0044046e6207f9527162f8c007273806.tar.gz upstream-17244dea0044046e6207f9527162f8c007273806.tar.bz2 upstream-17244dea0044046e6207f9527162f8c007273806.zip |
use the same description as other omap platforms (without the dash)
SVN-Revision: 32907
Diffstat (limited to 'target/linux/omap24xx')
-rw-r--r-- | target/linux/omap24xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap24xx/Makefile b/target/linux/omap24xx/Makefile index f5e7ed4413..7a7e4d8bf3 100644 --- a/target/linux/omap24xx/Makefile +++ b/target/linux/omap24xx/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=omap24xx -BOARDNAME:=TI OMAP-24xx +BOARDNAME:=TI OMAP24xx MAINTAINER:=Michael Buesch <m@bues.ch> FEATURES:=targz squashfs jffs2 usb usbgadget display gpio audio broken |