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 | ff547e1620e84f2c8016777c160bbc208f99a338 (patch) | |
tree | ae4509ccca3d40df5be188f1224355ad48e4fdf6 | |
parent | f7ff9ee78672be169311b27ef519b951082e90da (diff) | |
download | master-187ad058-ff547e1620e84f2c8016777c160bbc208f99a338.tar.gz master-187ad058-ff547e1620e84f2c8016777c160bbc208f99a338.tar.bz2 master-187ad058-ff547e1620e84f2c8016777c160bbc208f99a338.zip |
Change category to Filesystems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6030 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |