mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
correct-the-u-boot-folder.patch
This commit is contained in:
@@ -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:=
|
||||
|
||||
Reference in New Issue
Block a user