diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-01-08 09:52:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-01-08 09:52:32 +0000 |
commit | 4ed0e31266e5fc9561ed6453d2b14bbf0a586edf (patch) | |
tree | bf4a259a1b4be713a163eee7dc8f73a5e49fc85f /package/shfs/Makefile | |
parent | 5d4a0559eb91cc68a0844c0776e05b2fa75ba5d3 (diff) | |
download | upstream-4ed0e31266e5fc9561ed6453d2b14bbf0a586edf.tar.gz upstream-4ed0e31266e5fc9561ed6453d2b14bbf0a586edf.tar.bz2 upstream-4ed0e31266e5fc9561ed6453d2b14bbf0a586edf.zip |
Change category to Filesystems
SVN-Revision: 6030
Diffstat (limited to 'package/shfs/Makefile')
-rw-r--r-- | package/shfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/shfs/Makefile b/package/shfs/Makefile index ae99df3926..58914912cf 100644 --- a/package/shfs/Makefile +++ b/package/shfs/Makefile @@ -41,7 +41,7 @@ define KernelPackage/shfs \\\ This package contains the ShFS kernel module. FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.$(LINUX_KMOD_SUFFIX) - SUBMENU:=Network Support + SUBMENU:=Filesystems VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) AUTOLOAD:=$(call AutoLoad,40,shfs) endef |