• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/config/kconfig-to-buildroot2.patch
Peter KorsgaardPeter Korsgaard committed e2c32ba54b219 Jun 2008
Raw file
Source viewDiff to previous
++      case 'A': case 'B': case 'C': case 'D': case 'E': case 'F': case 'G': case 'H': case 'I': case 'J': case 'K': case 'L': case 'M': case 'N': case 'O': case 'P': case 'Q': case 'R': case 'S': case 'T': case 'U': case 'V': case 'W': case 'X': case 'Y': case 'Z':
 
1
diff -rduNp config.new.oorig/Makefile config.new/Makefile
2
--- config.new.oorig/Makefile   2008-04-07 11:03:28.000000000 +0200
3
+++ config.new/Makefile 2008-04-07 11:06:30.000000000 +0200
4
@@ -123,6 +123,9 @@ hostprogs-y := conf qconf gconf kxgettex
5
 ifeq ($(MAKECMDGOALS),menuconfig)
6
    hostprogs-y += mconf
7
 endif
8
+ifeq ($(findstring mconf,$(MAKECMDGOALS)),mconf)
9
+   hostprogs-y += mconf
10
+endif
11
 
12
 ifeq ($(MAKECMDGOALS),xconfig)
13
    qconf-target := 1
14
@@ -181,8 +184,8 @@ $(obj)/.tmp_qtcheck:
15
      done; \
16
      if [ -z "$$dir" ]; then \
17
        echo "*"; \
18
-       echo "* Unable to find the QT3 installation. Please make sure that"; \
19
-       echo "* the QT3 development package is correctly installed and"; \
20
+       echo "* Unable to find the QT installation. Please make sure that"; \
21
+       echo "* the QT development package is correctly installed and"; \
22
        echo "* either install pkg-config or set the QTDIR environment"; \
23
        echo "* variable to the correct location."; \
24
        echo "*"; \
25
diff -rduNp config.new.oorig/conf.c config.new/conf.c
26
--- config.new.oorig/conf.c 2008-04-07 11:03:28.000000000 +0200
27
+++ config.new/conf.c   2008-04-07 11:06:30.000000000 +0200
28
@@ -545,7 +545,7 @@ int main(int ac, char **av)
29
        exit(1);
30
    }
31
    conf_parse(name);
32
-   //zconfdump(stdout);
33
+   /*zconfdump(stdout);*/
34
    switch (input_mode) {
35
    case set_default:
36
        if (!defconfig_file)
37
@@ -560,11 +560,11 @@ int main(int ac, char **av)
38
    case ask_silent:
39
        if (stat(".config", &tmpstat)) {
40
            printf(_("***\n"
41
-               "*** You have not yet configured your kernel!\n"
42
-               "*** (missing kernel .config file)\n"
43
+               "*** You have not yet configured Buildroot!\n"
44
+               "*** (missing .config file)\n"
45
                "***\n"
46
                "*** Please run some configurator (e.g. \"make oldconfig\" or\n"
47
-               "*** \"make menuconfig\" or \"make xconfig\").\n"
48
+               "*** \"make menuconfig\" or \"make config\").\n"
49
                "***\n"));
50
            exit(1);
51
        }
52
@@ -607,7 +607,7 @@ int main(int ac, char **av)
53
    } else if (conf_get_changed()) {
54
        name = getenv("KCONFIG_NOSILENTUPDATE");
55
        if (name && *name) {
56
-           fprintf(stderr, _("\n*** Kernel configuration requires explicit update.\n\n"));
57
+           fprintf(stderr, _("\n*** Buildroot configuration requires explicit update.\n\n"));
58
            return 1;
59
        }
60
    } else
61
@@ -618,12 +618,12 @@ int main(int ac, char **av)
62
        check_conf(&rootmenu);
63
    } while (conf_cnt);
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.