diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom.conf | 2 | ||||
-rw-r--r-- | conf/machine/include/tosa-2.6.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index c63a5c53b7..d8b97001c9 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -9,7 +9,7 @@ DISTRO_NAME = "Angstrom" ANGSTROM_URI = "http://ewi546.ewi.utwente.nl/angstrom" #Set the default maintainer to angstrom-dev -MAINTAINER ?= "Angstrom Developers <angstrom-dev@handhelds.org>" +MAINTAINER = "Angstrom Developers <angstrom-dev@handhelds.org>" #use ipkg package format with debian style naming INHERIT += "package_ipk debian" diff --git a/conf/machine/include/tosa-2.6.conf b/conf/machine/include/tosa-2.6.conf index c80faa4a7c..c7805c36fe 100644 --- a/conf/machine/include/tosa-2.6.conf +++ b/conf/machine/include/tosa-2.6.conf @@ -1,4 +1,6 @@ include conf/machine/include/zaurus-clamshell-2.6.conf +# wlan-ng Modules +BOOTSTRAP_EXTRA_RDEPENDS += "wlan-ng-modules-usb" # WM97xx Modules #BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-wm97xx-core kernel-module-wm9705 kernel-module-pxa-wm97xx" |