diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-02 02:46:44 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-11-02 02:46:44 +0000 |
commit | a6aa992b13cdd88772b749c1c90249bb27d2f6c5 (patch) | |
tree | 7b7f5b0ee0b06dd3dceb6fbccdd6424b1be73982 /conf/machine/h2200.conf | |
parent | 7fa4a7895fa20c007526a0e2325e8119085b2917 (diff) |
h2200: Remove mtd-utils utils from MACHINE_EXTRA_RDEPENDS
* mtd-utils are not h2200-specific, so have no place in its machine config.
* Should be really be part of MACHINE_FEATURES, or, much better, part
of debug/devel images only (it's really unsafe to by default install
utils which can trash flash into the user images).
Diffstat (limited to 'conf/machine/h2200.conf')
-rw-r--r-- | conf/machine/h2200.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index 73fc2b73bc..8a6cee312c 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -26,7 +26,7 @@ PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" -MACHINE_EXTRA_RDEPENDS = "mtd-utils h2200-bootloader" +MACHINE_EXTRA_RDEPENDS = "h2200-bootloader" EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x4000" # |