diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-29 13:20:35 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-29 13:20:35 +0000 |
commit | 56f82275370100f21ebcb8789bbe364715985b21 (patch) | |
tree | 15d45ed1aa87f7b40a43e5a6754f195e911de1fc /target | |
parent | 8be6a993ea86aaf92ea194802aa27d55b9bc9784 (diff) |
[omap24xx] use the same description as other omap platforms (without the dash)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32907 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 f5e7ed441..7a7e4d8bf 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 |