mirror of https://github.com/hak5/openwrt-owl.git
block-mount: Fixed warning of missing /lib/functions/fsck during boot when no scripts are installed in the directory. Thanks to Maarten Bezemer.
SVN-Revision: 26468owl
parent
6c757c4cbe
commit
581793d2c4
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=block-mount
|
PKG_NAME:=block-mount
|
||||||
PKG_VERSION:=0.2.0
|
PKG_VERSION:=0.2.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
@ -51,6 +51,7 @@ define Package/block-mount/install
|
||||||
$(INSTALL_DIR) $(1)/etc/config
|
$(INSTALL_DIR) $(1)/etc/config
|
||||||
$(INSTALL_DATA) ./files/fstab.config $(1)/etc/config/fstab
|
$(INSTALL_DATA) ./files/fstab.config $(1)/etc/config/fstab
|
||||||
$(INSTALL_DIR) $(1)/lib/functions
|
$(INSTALL_DIR) $(1)/lib/functions
|
||||||
|
$(INSTALL_DIR) $(1)/lib/functions/fsck
|
||||||
$(INSTALL_DATA) ./files/mount.sh $(1)/lib/functions/
|
$(INSTALL_DATA) ./files/mount.sh $(1)/lib/functions/
|
||||||
$(INSTALL_DATA) ./files/fsck.sh $(1)/lib/functions/
|
$(INSTALL_DATA) ./files/fsck.sh $(1)/lib/functions/
|
||||||
$(INSTALL_DATA) ./files/block.sh $(1)/lib/functions/
|
$(INSTALL_DATA) ./files/block.sh $(1)/lib/functions/
|
||||||
|
|
Loading…
Reference in New Issue