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 | f26a08079f6c601829eb9ec30bdd06231f9fb8ee (patch) | |
tree | 15d45ed1aa87f7b40a43e5a6754f195e911de1fc /target/linux/omap24xx | |
parent | 7d1cfe91570bd7fecaeb684b68ee5f13054fe307 (diff) | |
download | upstream-f26a08079f6c601829eb9ec30bdd06231f9fb8ee.tar.gz upstream-f26a08079f6c601829eb9ec30bdd06231f9fb8ee.tar.bz2 upstream-f26a08079f6c601829eb9ec30bdd06231f9fb8ee.zip |
[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/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 |