diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-04 17:20:10 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-04-04 17:20:10 +0000 |
commit | ef843251012fd69cd8d0059e6826ccde8601fcff (patch) | |
tree | b25d1446410f12b1bc79edae9683ba1e5432a850 | |
parent | e27a4881f76b0725e4afb60932615625f58f51f6 (diff) |
angstrom-2007.1.conf: Put back default linux-handhelds-2.6 kernel version to use.
* It's a question if it should be still 2.6.16-hh9, but there should be default
version for sure.
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 3344b71726..1eb11afa7f 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -85,7 +85,7 @@ FEED_URIS += " \ # We will lock down a SRCDATE when we go into release mode #SRCDATE = "20070303" -#PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.16-hh9" +PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.16-hh9" PREFERRED_VERSION_linux-handhelds-2.6_h3900 ?= "2.6.20-hh6" PREFERRED_VERSION_linux-handhelds-2.6_h4000 ?= "2.6.20-hh6" PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal ?= "2.6.19-hh13" |