* debian/changelog: Update version to 2.6.27~rc8-1~experimental.1.

* debian/patches/debian/scripts-kconfig-reportoldconfig.patch: Fix.

svn path=/dists/trunk/linux-2.6/; revision=12273
This commit is contained in:
Bastian Blank 2008-09-30 16:49:55 +00:00
parent f75b9aea53
commit 4341bc694f
2 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
linux-2.6 (2.6.27~rc7-1~experimental.1) UNRELEASED; urgency=low
linux-2.6 (2.6.27~rc8-1~experimental.1) UNRELEASED; urgency=low
* New upstream release

View File

@ -194,9 +194,9 @@ index fda6313..c9f3f3a 100644
+ if (report)
+ report_changes();
+
if (conf_write(NULL)) {
fprintf(stderr, _("\n*** Error during writing of the kernel configuration.\n\n"));
exit(1);
if (sync_kconfig) {
/* silentoldconfig is used during the build so we shall update autoconf.
* All other commands are only used to generate a config.
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c
index ee5fe94..3efce9f 100644
--- a/scripts/kconfig/confdata.c