diff options
author | Mike Westerhof <mwester@dls.net> | 2009-01-08 23:54:41 -0600 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2009-01-08 23:54:41 -0600 |
commit | a21db5de3ef404c435542d75eb5017aedcf07479 (patch) | |
tree | a351033a99e608b5e82f434d584f0b3abce172ce /conf/distro/include/slugos.inc | |
parent | 238f586bdf470cdc73cefe667937dfaa4906b0e7 (diff) |
SlugOS: slugos.inc, opkg-nogpg-nocurl_svn.bb - revert to SVN rev 160
Override sane-srcrevs.inc in slugos.inc
Reinstate old patches to opkg-nogpg-nocurl_svn.bb required by older sources.
(This fixes a number of instabilities and problems reported with opkg)
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index d46dcf5380..1ac6fe05ad 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -25,6 +25,25 @@ PREFERRED_VERSION_linux-ixp4xx = "2.6.27.8+svnr${SRCREV}" #===============================================================================# + +#===============================================================================# +#===============================================================================# +#===============================================================================# +# NOTE NOTE NOTE +# +# Override the sane-srcrev file with regard to the opkg versions - this should +# be removed as soon as opkg starts to work correctly again as newer opkg +# versions fix a number of bugs and add some desireable features. +# +SRCREV_pn-opkg = "160" +SRCREV_pn-opkg-native = "160" +SRCREV_pn-opkg-sdk = "160" +# +#===============================================================================# +#===============================================================================# +#===============================================================================# + + #---------------------------------------------------------------------------------- # STANDARD SLUGOS DEFINITIONS #---------------------------------------------------------------------------------- |