mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
fix u-boot installation
SVN-Revision: 18208
This commit is contained in:
parent
d94947e2e9
commit
32cae1aee8
@ -43,7 +43,7 @@ define Build/InstallDev
|
|||||||
dd if=$(PKG_BUILD_DIR)/u-boot.bin of=$(PKG_BUILD_DIR)/u-boot.block bs=232k count=1 conv=sync
|
dd if=$(PKG_BUILD_DIR)/u-boot.bin of=$(PKG_BUILD_DIR)/u-boot.block bs=232k count=1 conv=sync
|
||||||
# $(INSTALL_DIR) $(STAGING_DIR)/ubclient/sbin
|
# $(INSTALL_DIR) $(STAGING_DIR)/ubclient/sbin
|
||||||
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/ubclient/ubpar $(STAGING_DIR)/ubclient/sbin/
|
# $(INSTALL_BIN) $(PKG_BUILD_DIR)/ubclient/ubpar $(STAGING_DIR)/ubclient/sbin/
|
||||||
$(CP) $(PKG_BUILD_DIR)/ubclient/ubpar ../../base-files/default/sbin
|
$(CP) $(PKG_BUILD_DIR)/ubclient/ubpar ../../base-files/sbin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Build/DefaultTargets))
|
$(eval $(call Build/DefaultTargets))
|
||||||
|
Loading…
Reference in New Issue
Block a user