mirror of https://github.com/hak5/openwrt-owl.git
parent
3f881e9573
commit
10f15193a2
|
@ -34,16 +34,16 @@ define Package/shfs/Default
|
||||||
URL:=http://shfs.sourceforge.net/
|
URL:=http://shfs.sourceforge.net/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-shfs
|
define KernelPackage/shfs
|
||||||
$(call Package/shfs/Default)
|
$(call Package/shfs/Default)
|
||||||
SECTION:=kernel
|
|
||||||
CATEGORY:=Kernel drivers
|
|
||||||
DEPENDS+=
|
|
||||||
TITLE+= (kernel module)
|
TITLE+= (kernel module)
|
||||||
DESCRIPTION+=\\\
|
DESCRIPTION+=\\\
|
||||||
\\\
|
\\\
|
||||||
This package contains the ShFS kernel module.
|
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
|
||||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,40,shfs)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/shfs-utils
|
define Package/shfs-utils
|
||||||
|
@ -77,12 +77,6 @@ define Build/Compile
|
||||||
utils utils-install
|
utils utils-install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/kmod-shfs/install
|
|
||||||
$(INSTALL_DIR) $(1)/lib/modules/$(LINUX_VERSION)
|
|
||||||
$(CP) $(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.$(LINUX_KMOD_SUFFIX) \
|
|
||||||
$(1)/lib/modules/$(LINUX_VERSION)/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/shfs-utils/install
|
define Package/shfs-utils/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/shfs{,u}mount $(1)/usr/bin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/bin/shfs{,u}mount $(1)/usr/bin/
|
||||||
|
@ -90,5 +84,5 @@ define Package/shfs-utils/install
|
||||||
$(CP) $(PKG_INSTALL_DIR)/sbin/mount.shfs $(1)/sbin/
|
$(CP) $(PKG_INSTALL_DIR)/sbin/mount.shfs $(1)/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,kmod-shfs))
|
$(eval $(call KernelPackage,shfs))
|
||||||
$(eval $(call BuildPackage,shfs-utils))
|
$(eval $(call BuildPackage,shfs-utils))
|
||||||
|
|
Loading…
Reference in New Issue