openwrt/scripts/config
leo chung 53a6aa5164 build: fix xconfig target
`make xconfig` fails with following linking error of qconf binary:

 g++ -lQt5Widgets -lQt5Gui -lQt5Core -o qconf qconf.o zconf.tab.o
 /usr/bin/ld: qconf.o: in function ConfigList::metaObject() const': qconf.cc:(.text+0x3eb): undefined reference to QObjectData::dynamicMetaObject() const'
 /usr/bin/ld: qconf.o: in function `ConfigList::qt_metacast(char const*)': link error.

which is caused by the wrong order of the linked objects/libraries so
this patch reorders the linker's arguments which makes the qconf compile
again.

Signed-off-by: leo chung <gewalalb@gmail.com>
[commit subject and message tweaks, whitespace fix]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit b2c55d50f8)
2019-10-09 21:07:23 +02:00
..
lxdialog scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
.gitignore scripts/config: add qconf files to .gitignore 2017-11-02 15:58:45 +01:00
Makefile build: fix xconfig target 2019-10-09 21:07:23 +02:00
README build: add new menuconfig code based on linux 3.9 2013-04-18 12:05:16 +00:00
conf.c config: Change conf.c remove compiler warnings 2018-07-30 10:43:36 +02:00
confdata.c scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
expr.c config: fix relational operators for bool and tristate symbols 2019-09-04 13:15:26 +02:00
expr.h scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
images.c scripts/config: import qconf 2017-11-02 15:58:45 +01:00
list.h scripts/config: sync with linux upstream 2015-01-08 14:33:53 +00:00
lkc.h scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
lkc_proto.h scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
mconf.c merge: base: update base-files and basic config 2017-12-08 19:41:18 +01:00
menu.c scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
qconf.cc scripts/config: import qconf 2017-11-02 15:58:45 +01:00
qconf.h scripts/config: import qconf 2017-11-02 15:58:45 +01:00
symbol.c scripts/config: properly handle select on symbols with unmet direct dependencies 2016-08-03 20:03:36 +02:00
util.c scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
zconf.gperf scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
zconf.hash.c_shipped config: regenerate *_shipped sources 2019-09-04 13:15:26 +02:00
zconf.l scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
zconf.lex.c_shipped config: regenerate *_shipped sources 2019-09-04 13:15:26 +02:00
zconf.tab.c_shipped scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00
zconf.y scripts/config: sync with latest linux upstream 2016-08-03 20:03:35 +02:00

README

These files were taken from the Linux 3.9 Kernel
Configuration System and modified for the OpenWrt Buildroot.