projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix the device names too long (#1591)
[openwrt.git]
/
package
/
shfs
/
Makefile
diff --git
a/package/shfs/Makefile
b/package/shfs/Makefile
index
f4383a3
..
0023c00
100644
(file)
--- a/
package/shfs/Makefile
+++ b/
package/shfs/Makefile
@@
-16,14
+16,11
@@
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/shfs
PKG_MD5SUM:=016f49d71bc32eee2b5d11fc1600cfbe
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/shfs
PKG_MD5SUM:=016f49d71bc32eee2b5d11fc1600cfbe
-PKG_CAT:=zcat
-
-PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
include $(INCLUDE_DIR)/package.mk
define Package/shfs/Default
include $(INCLUDE_DIR)/package.mk
define Package/shfs/Default
+ DEPENDS:=@BROKEN
TITLE:=ShFS
DESCRIPTION:=\
ShFS is a simple and easy to use Linux kernel module which allows you to \\\
TITLE:=ShFS
DESCRIPTION:=\
ShFS is a simple and easy to use Linux kernel module which allows you to \\\
@@
-33,23
+30,23
@@
define Package/shfs/Default
URL:=http://shfs.sourceforge.net/
endef
URL:=http://shfs.sourceforge.net/
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)
DESCRIPTION+=\\\
\\\
This package contains the ShFS kernel module.
TITLE+= (kernel module)
DESCRIPTION+=\\\
\\\
This package contains the ShFS kernel module.
+ FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.$(LINUX_KMOD_SUFFIX)
+ SUBMENU:=Filesystems
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
+ AUTOLOAD:=$(call AutoLoad,40,shfs)
endef
define Package/shfs-utils
$(call Package/shfs/Default)
SECTION:=utils
CATEGORY:=Utilities
endef
define Package/shfs-utils
$(call Package/shfs/Default)
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS
:
=+kmod-shfs
+ DEPENDS
+
=+kmod-shfs
TITLE+= (utilities)
DESCRIPTION+=\\\
\\\
TITLE+= (utilities)
DESCRIPTION+=\\\
\\\
@@
-76,18
+73,12
@@
define Build/Compile
utils utils-install
endef
utils utils-install
endef
-define Package/kmod-shfs/install
- install -m0755 -d $(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 -m0755 -d
$(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/
-
install -m0755 -d
$(1)/sbin
+
$(INSTALL_DIR)
$(1)/sbin
$(CP) $(PKG_INSTALL_DIR)/sbin/mount.shfs $(1)/sbin/
endef
$(CP) $(PKG_INSTALL_DIR)/sbin/mount.shfs $(1)/sbin/
endef
-$(eval $(call
BuildPackage,kmod-
shfs))
+$(eval $(call
KernelPackage,
shfs))
$(eval $(call BuildPackage,shfs-utils))
$(eval $(call BuildPackage,shfs-utils))
This page took
0.03136 seconds
and
4
git commands to generate.