diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-07-22 21:57:42 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-07-22 21:57:42 +0000 |
commit | 00d75f8f1dbb64d872f57b3ccc4f423524bb0718 (patch) | |
tree | da6fdfb7055a4f24b26881d9f1a2603b1d3b3bda /conf/distro/ezx.conf | |
parent | e5f119730e8bc5fc7b5fb5fc773490d393b6b6b2 (diff) |
Remove references to imaginary variables. BOOTSTRAP_EXTRA_DEPENDS is no longer required/exists. Ditto GPE_EXTRA_DEPENDS.
Diffstat (limited to 'conf/distro/ezx.conf')
-rw-r--r-- | conf/distro/ezx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/ezx.conf b/conf/distro/ezx.conf index 5a24d22a8c..1e156dd363 100644 --- a/conf/distro/ezx.conf +++ b/conf/distro/ezx.conf @@ -57,7 +57,7 @@ PREFERRED_VERSION_binutils ?= "2.15.94.0.1" # # Utilities # -BOOTSTRAP_EXTRA_DEPENDS += "ezx-boot-usb-native" +EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" BOOTSTRAP_EXTRA_RDEPENDS += "ezx-gpiotool strace" # |