This makes a timy update to the fuse package's OpenWRT Makefile to _include_ the kmod-fuse kernel module instead of simply verifying that it's there. Not sure if it's necessary to bump the PKG_RELEASE.
Signed-off-by: Mike Brady <mikebr...@eircom.net> --- Index: Makefile =================================================================== --- Makefile (revision 25092) +++ Makefile (working copy) @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ PKG_NAME:=fuse PKG_VERSION:=2.8.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) @@ -78,7 +78,7 @@ SECTION:=libs CATEGORY:=Libraries TITLE+= (library) - DEPENDS:=kmod-fuse + DEPENDS:=+kmod-fuse SUBMENU:=Filesystem endef _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel