mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 19:29:42 +02:00
correct-the-u-boot-folder.patch
This commit is contained in:
parent
89d4c701da
commit
b581a580c0
@ -7,7 +7,7 @@ config XBURST_UBOOT_TARGET
|
||||
string "U-Boot target board"
|
||||
depends TARGET_xburst
|
||||
depends XBURST_UBOOT
|
||||
default ""
|
||||
default "qi_lb60"
|
||||
help
|
||||
For all supported boards there are ready-to-use default
|
||||
configurations available; just type "<board_name>".
|
||||
|
@ -12,7 +12,7 @@ PKG_NAME:=u-boot
|
||||
PKG_VERSION:=2009.06
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(KDIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot
|
||||
PKG_MD5SUM:=
|
||||
|
Loading…
Reference in New Issue
Block a user