1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-23 22:34:04 +02:00

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:50:54 +08:00
parent 49182fa44b
commit 7f4d50957a

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