diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-29 16:03:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-29 16:03:15 +0000 |
commit | 4a8f3c987043fa936a0210e0bb97f3761073d6d6 (patch) | |
tree | 402fac36cedd05446f2c8804b4c991008c2312f2 /target/linux/at91/image/u-boot | |
parent | be18628aa496fb6770d9acddae19c1cea8f2f383 (diff) | |
download | upstream-4a8f3c987043fa936a0210e0bb97f3761073d6d6.tar.gz upstream-4a8f3c987043fa936a0210e0bb97f3761073d6d6.tar.bz2 upstream-4a8f3c987043fa936a0210e0bb97f3761073d6d6.zip |
[at91] fix u-boot installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/at91/image/u-boot')
-rw-r--r-- | target/linux/at91/image/u-boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/image/u-boot/Makefile b/target/linux/at91/image/u-boot/Makefile index 31168bcec4..f53df11a90 100644 --- a/target/linux/at91/image/u-boot/Makefile +++ b/target/linux/at91/image/u-boot/Makefile @@ -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 # $(INSTALL_DIR) $(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 $(eval $(call Build/DefaultTargets)) |