diff options
author | Mike Westerhof <mwester@dls.net> | 2010-04-08 09:13:54 -0500 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2010-04-08 09:13:54 -0500 |
commit | 198179be171f1fdb809bccf02c83520cb978ad33 (patch) | |
tree | 620a2506e8ab446bae5c9382b346727947dfe1a9 /conf | |
parent | 25bd61497a282d4d38160e4275266700080d5c93 (diff) |
SlugOS: preferred-slugos-versions.inc - fix kernel SRCREV selection
This makes the PREFERRED_VERSION selection for the SlugOS kernel work
again after a recent "pretty-ification" change for SRCREV handling.
Note that this is a sub-optimal solution, but it is required to correct
build failures for SlugOS. A long-term solution needs to either put
the SRCREV back to where it was (a semi-global config file), or it needs
to change the way the ixp4xx kernels are selected. More specifically,
the problems this fixes for SlugOS still exist in the ixp4xx machine
definition file.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/preferred-slugos-versions.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/preferred-slugos-versions.inc b/conf/distro/include/preferred-slugos-versions.inc index 6ea8c90a8f..23424a2b1a 100644 --- a/conf/distro/include/preferred-slugos-versions.inc +++ b/conf/distro/include/preferred-slugos-versions.inc @@ -10,7 +10,8 @@ # # This *must* be removed after initial testing is completed. MJW 08-Dec-2008 # -PREFERRED_VERSION_linux-ixp4xx = "2.6.27.8+svnr${SRCREV}" +SRCREV_pn-linux-ixp4xx ?= "1089" +PREFERRED_VERSION_linux-ixp4xx = "2.6.27.8+svnr${SRCREV_pn-linux-ixp4xx}" # #===============================================================================# #===============================================================================# |