Forewords
=========
This is a new version of the make xconfig patchset. Because I'm almost
as good as a snail when it comes to sending patches, the previous
versions were not usable. Hopefully, this version will be. It has been
tested against trunk/r28798.

Description
===========
This patchset brings back the support for the xconfig top-level target.
Since this target depends on qt3 (and more precisely the development
packages of qt3), some effort has been spent to avoid bringing this huge
dependency in OpenWRT. If the build machine has the necessary
development packages, then the user will be able to /make xconfig/.
Otherwise, a message will be printed when the user will try to execute
this target.

xconfig has nice properties that menuconfig does not have:
  * all-in-one screen: a menu tree, a list of CONFIG symbol to play
    with and the help of these symbols.
  * an improved search function that leads the user directly to the
    symbol he's searching for.

The patches applies on svn://svn.openwrt.org/openwrt/trunk r28798
with patch -p0.

ChangeLog
=========
Changes since version 3
  * in patch 1/3; the prototype of expr_print() changed in r28658.
    qconf.cc has been adapted to reflect the change.

Changes since version 2
  * patch 4/4 has been removed, and the series is now made of 3 patches
    1/3, 2/3 and 3/3.
  * patch 2/3 has been corrected (added a missing rule)

Changes since version 1:
  * in Patch 4/4: the missing changes from several important makefiles
    have been added back.

Best regards,

--
Emmanuel Deloget

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to