diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 09:40:08 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-07 09:40:08 +0000 |
commit | d413ba2490fc37d2fe7b09f42d412157afd12083 (patch) | |
tree | a983c4f9b9ae8d62a87649d0e982c9aa56a02406 | |
parent | 52ea36185d45db2e052c68514b00f2f96435d38b (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/07 10:28:16+01:00 (none)!br1
set default nylon release to unstable
BKrev: 41de58f8BndhMvlmybm0HZWDeSrk2A
-rw-r--r-- | conf/distro/nylon.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/nylon.conf b/conf/distro/nylon.conf index 6ba3af746e..77d14dc518 100644 --- a/conf/distro/nylon.conf +++ b/conf/distro/nylon.conf @@ -34,6 +34,9 @@ PREFERRED_VERSION_olsrd = "0.4.8" PREFERRED_VERSION_prism54-firmware = "1.0.3.0" PREFERRED_VERSION_usbutils = "0.11" +# usually overrrided from local.conf +NYLON_RELEASE = "unstable" + # use meshcub.org mirrors CVS_TARBALL_STASH = "http://meshcube.org/nylon/${NYLON_RELEASE}/sources/" INHERIT += "nylon-mirrors" |