mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
block-mount: Revert 26468: it causes a kernel panic due to pi_include failing due to the included directory being empty.
SVN-Revision: 26476
This commit is contained in:
parent
fcc570d999
commit
b62e95c11b
@ -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:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ define Package/block-mount/install
|
|||||||
$(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab
|
$(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab
|
||||||
$(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/fsck
|
$(INSTALL_DIR) $(1)/lib/functions
|
||||||
$(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
Block a user