[PATCH] package/yaddns: bump version, add uci compatibility
[packages.git] / utils / cifsmount / Makefile
index ef4f04c..a8cb2da 100644 (file)
@@ -4,7 +4,6 @@
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
 #
-# $Id$
 
 include $(TOPDIR)/rules.mk
 
@@ -19,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/cifsmount
   SECTION:=utils
   CATEGORY:=Utilities
+  SUBMENU:=Filesystem
   TITLE:=CIFS mounting helper utility
 endef
 
@@ -27,7 +27,6 @@ define Package/cifsmount/description
 endef
 
 define Build/Prepare
-       mkdir -p $(PKG_BUILD_DIR)
 endef
 
 define Build/Compile