diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-11-17 10:18:16 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-11-17 10:18:16 +0000 |
commit | 8af2761f0e63f733b76acae7b78426f259479f27 (patch) | |
tree | d44e0bbc4611a89d724b15f531e98770d65de815 /conf | |
parent | 50ec863a84b322815cc26953ab8f10bbc0a30ff2 (diff) |
Renamed openslug kernel from nslu2-openslug to openslug-kernel (to make unslung naming scheme, and to make it easier to rm -rf tmp/work/openslug-*
BKrev: 419b2568LTwZCszc-PDCblNVQbn2zQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openslug.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/openslug.conf b/conf/distro/openslug.conf index 7d3694b714..78a6975b66 100644 --- a/conf/distro/openslug.conf +++ b/conf/distro/openslug.conf @@ -21,5 +21,5 @@ kernel-module-ehci-hcd \ kernel-module-scsi-mod kernel-module-sd-mod kernel-module-ext3 kernel-module-jbd \ module-init-tools" -PREFERRED_PROVIDER_virtual/kernel ?= "nslu2-openslug" +PREFERRED_PROVIDER_virtual/kernel ?= "openslug-kernel" PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" |