projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] uhttpd: make init script less verbose
[openwrt.git]
/
package
/
block-mount
/
Makefile
diff --git
a/package/block-mount/Makefile
b/package/block-mount/Makefile
index
38fe491
..
a55ea02
100644
(file)
--- a/
package/block-mount/Makefile
+++ b/
package/block-mount/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=block-mount
PKG_VERSION:=0.1.0
PKG_NAME:=block-mount
PKG_VERSION:=0.1.0
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-40,6
+40,10
@@
endef
define Build/Compile
endef
define Build/Compile
endef
+define Package/block-mount/conffiles
+/etc/config/fstab
+endef
+
define Package/block-mount/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab
define Package/block-mount/install
$(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab
This page took
0.02373 seconds
and
4
git commands to generate.