remove empty folder, we copy uboot to bin/xburst

there is empty folder in 'bin/xburst' name 'uboot-xburst-qi_lb60'
create in 'include/package-bin.mk:22'

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu
2010-09-26 15:51:33 +08:00
parent 49182fa44b
commit 7f4d50957a
+1 -1
View File
@@ -87,8 +87,8 @@ endef
define Package/uboot/install/template
define Package/uboot-xburst-$(1)/install
$(INSTALL_DIR) $$(1)
$(CP) $(PKG_BUILD_DIR)/u-boot-nand.bin $(BIN_DIR)/$(2)
rmdir $$(1)
endef
endef