diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-05-19 01:00:31 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-05-19 01:00:31 +0000 |
commit | 4ed510411862bb30652fda84c3fe744380439cb0 (patch) | |
tree | ac164c1f9eec77c9637fe84213d89e3a1736fba4 /conf/machine | |
parent | 32cf84abc9698e48e575fde14799bfa79fbe2e7b (diff) |
Fix two build problems on NSLU2.
The nslu2.conf change causes the various packages which were
fixed to a 20050405 CVS date stamp to be floating to the latest
version again. This has been verified with 20050418 (for all
the packages).
BKrev: 428be52f4cdI_8uGPMlrhxWu6n9ltw
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/nslu2.conf | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf index f768e7a109..fb3bfd24d5 100644 --- a/conf/machine/nslu2.conf +++ b/conf/machine/nslu2.conf @@ -15,9 +15,15 @@ SERIAL_CONSOLE = "115200 ttyS0" KERNEL_CONSOLE = "ttyS0,115200n8" USE_VT = "0" -CVSDATE_gnu-config-native ?= "20050405" -CVSDATE_ipkg-utils-native ?= "20050405" -CVSDATE_ipkg-link ?= "20050405" -CVSDATE_uclibc ?= "20050405" -CVSDATE_genext2fs ?= "20050405" -CVSDATE_genext2fs-native ?= "20050405"
\ No newline at end of file +# These no longer work, the patches have moved ahead. +#CVSDATE_gnu-config-native ?= "20050405" +#CVSDATE_ipkg-utils-native ?= "20050405" +#CVSDATE_ipkg-link ?= "20050405" +#CVSDATE_uclibc ?= "20050405" +#CVSDATE_genext2fs ?= "20050405" +#CVSDATE_genext2fs-native ?= "20050405" +#NOTE: unslung, openslug and uclibc openslug have been +# verified using CVS downloads from 20050518, removing +# the above lines causes the latest CVS source to be +# used, if things break try using the above lines with +# 20050518 as the date. |