diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-03-15 11:17:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-03-15 11:17:35 +0000 |
commit | 1cb938db68f469dd9ca6be37657c00e02f7bbc9e (patch) | |
tree | 3faa223815c47a9ca1758a2040ff4884bb7bd9b5 | |
parent | b2fbe0ad4afed08fa1d6e040732740789862a4f7 (diff) | |
download | upstream-1cb938db68f469dd9ca6be37657c00e02f7bbc9e.tar.gz upstream-1cb938db68f469dd9ca6be37657c00e02f7bbc9e.tar.bz2 upstream-1cb938db68f469dd9ca6be37657c00e02f7bbc9e.zip |
[package] fix typo in spidev_test category
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14880 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/spidev_test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/spidev_test/Makefile b/package/spidev_test/Makefile index 9663b61920..3c1b724a25 100644 --- a/package/spidev_test/Makefile +++ b/package/spidev_test/Makefile @@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk define Package/spidev-test SECTION:=utils - CATEGORY:=Utilites + CATEGORY:=Utilities DEPENDS:=@LINUX_2_6 TITLE:=SPI testing utility VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE) |