diff options
-rw-r--r-- | conf/distro/angstrom.conf | 2 |
1 files changed, 1 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" |