Author: blogic
Date: 2014-06-11 14:59:45 +0200 (Wed, 11 Jun 2014)
New Revision: 41128

Modified:
   trunk/package/system/fstools/Makefile
Log:
fstools: the ubi flash tool is obselete now

Signed-off-by: John Crispin <[email protected]>

Modified: trunk/package/system/fstools/Makefile
===================================================================
--- trunk/package/system/fstools/Makefile       2014-06-11 12:59:41 UTC (rev 
41127)
+++ trunk/package/system/fstools/Makefile       2014-06-11 12:59:45 UTC (rev 
41128)
@@ -32,16 +32,10 @@
 define Package/fstools
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+ubox +USE_EGLIBC:librt
+  DEPENDS:=+ubox +USE_EGLIBC:librt +NAND_SUPPORT:ubi-utils
   TITLE:=OpenWrt filesystem tools
 endef
 
-define Package/ubi-flash
-  SECTION:=base
-  CATEGORY:=Base system
-  TITLE:=OpenWrt ubi flashing tool
-endef
-
 define Package/block-mount
   SECTION:=base
   CATEGORY:=Base system
@@ -58,12 +52,6 @@
        ln -s /sbin/jffs2reset $(1)/sbin/jffs2mark
 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
        $(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 @@
 endef
 
 $(eval $(call BuildPackage,fstools))
-$(eval $(call BuildPackage,ubi-flash))
 $(eval $(call BuildPackage,block-mount))
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to