diff options
author | John Crispin <john@openwrt.org> | 2013-07-08 09:01:42 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-08 09:01:42 +0000 |
commit | f60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826 (patch) | |
tree | f591dbab9fad9df09322802a8708dcae182693dd /package/system/ubox/Makefile | |
parent | fc40051569e1adc3e1c3591f85cd24c61f839389 (diff) | |
download | mtk-20170518-f60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826.zip mtk-20170518-f60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826.tar.gz mtk-20170518-f60cb8c3d907fc6e11a1e266e1e5d4ae3d0b7826.tar.bz2 |
ubox: add a uci-default script for fstab generation
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37199
Diffstat (limited to 'package/system/ubox/Makefile')
-rw-r--r-- | package/system/ubox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 3824148..e964506 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -48,9 +48,10 @@ define Package/ubox/install endef define Package/block-mount/install - $(INSTALL_DIR) $(1)/sbin $(1)/usr/sbin $(1)/etc/hotplug.d/block $(1)/etc/init.d/ + $(INSTALL_DIR) $(1)/sbin $(1)/usr/sbin $(1)/etc/hotplug.d/block $(1)/etc/init.d/ $(1)/etc/uci-defaults/ $(INSTALL_BIN) ./files/fstab.init $(1)/etc/init.d/fstab + $(INSTALL_DATA) ./files/fstab.default $(1)/etc/uci-defaults/10-fstab $(INSTALL_DATA) ./files/mount.hotplug $(1)/etc/hotplug.d/block/10-mount $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/block $(1)/sbin/ |