Skip to content
Snippets Groups Projects
Commit 3417834f authored by John Crispin's avatar John Crispin
Browse files

fstools: the ubi flash tool is obselete now


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 41128
parent 371c7008
No related branches found
No related tags found
No related merge requests found
...@@ -32,16 +32,10 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt) ...@@ -32,16 +32,10 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt)
define Package/fstools define Package/fstools
SECTION:=base SECTION:=base
CATEGORY:=Base system CATEGORY:=Base system
DEPENDS:=+ubox +USE_EGLIBC:librt DEPENDS:=+ubox +USE_EGLIBC:librt +NAND_SUPPORT:ubi-utils
TITLE:=OpenWrt filesystem tools TITLE:=OpenWrt filesystem tools
endef endef
define Package/ubi-flash
SECTION:=base
CATEGORY:=Base system
TITLE:=OpenWrt ubi flashing tool
endef
define Package/block-mount define Package/block-mount
SECTION:=base SECTION:=base
CATEGORY:=Base system CATEGORY:=Base system
...@@ -58,12 +52,6 @@ define Package/fstools/install ...@@ -58,12 +52,6 @@ define Package/fstools/install
ln -s /sbin/jffs2reset $(1)/sbin/jffs2mark ln -s /sbin/jffs2reset $(1)/sbin/jffs2mark
endef endef
define Package/ubi-flash/install
$(INSTALL_DIR) $(1)/sbin $(1)/lib
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ubi $(1)/sbin/
endef
define Package/block-mount/install define Package/block-mount/install
$(INSTALL_DIR) $(1)/sbin $(1)/lib $(1)/usr/sbin $(1)/etc/hotplug.d/block $(1)/etc/init.d/ $(1)/etc/uci-defaults/ $(INSTALL_DIR) $(1)/sbin $(1)/lib $(1)/usr/sbin $(1)/etc/hotplug.d/block $(1)/etc/init.d/ $(1)/etc/uci-defaults/
...@@ -86,5 +74,4 @@ define Build/InstallDev ...@@ -86,5 +74,4 @@ define Build/InstallDev
endef endef
$(eval $(call BuildPackage,fstools)) $(eval $(call BuildPackage,fstools))
$(eval $(call BuildPackage,ubi-flash))
$(eval $(call BuildPackage,block-mount)) $(eval $(call BuildPackage,block-mount))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment