blob: e11dafbb6315c4c98591f8c3c77c4a15ceff77b3 (
plain)
1
2
3
4
5
6
7
8
9
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"
|