diff options
Diffstat (limited to 'conf/distro/wrt54oe.conf')
-rw-r--r-- | conf/distro/wrt54oe.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/distro/wrt54oe.conf b/conf/distro/wrt54oe.conf index e69de29bb2..e11dafbb63 100644 --- a/conf/distro/wrt54oe.conf +++ b/conf/distro/wrt54oe.conf @@ -0,0 +1,10 @@ +#@TYPE: Distribution +#@NAME: WRT54OE Linux +#@DESCRIPTION: Distribution configuration for the WRT54 Linux + +INHERIT += "package_ipk debian" + +# Whether to use the old shell hotplug or the new C hotplug is a +# distribution decision. +BOOTSTRAP_EXTRA_DEPENDS += "linux-hotplug" +BOOTSTRAP_EXTRA_RDEPENDS += "linux-hotplug" |