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/machine/htcuniversal.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/machine/htcuniversal.conf')
-rw-r--r-- | conf/machine/htcuniversal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index 0e377a151f..8ce77e7449 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -47,4 +47,4 @@ module_autoload_htcuniversal-acx = "htcuniversal_acx" #FIXME: this should be controlled by a userspace utility later. module_autoload_g_ether = "g_ether" -#GPE_EXTRA_DEPENDS += " gomunicator" +#GPE_EXTRA_INSTALL += " gomunicator" |