OSDN Git Service

config: allow config to handle longer path names
authorMarkus Mayer <mmayer@broadcom.com>
Thu, 10 Dec 2015 19:24:24 +0000 (11:24 -0800)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Fri, 11 Dec 2015 07:58:46 +0000 (08:58 +0100)
commita4b3f4863e5904fef296538fdf71e7e806bf77e9
tree971e7fe6866651106cf39204f95dc20364cd860e
parent97a011d422f037af35d77c15ccc94c2ed1121471
config: allow config to handle longer path names

The current (arbitrary) limit of 128 characters for path names has
proven too short for Android builds, as longer path names are used
there.

Change conf.c, so it can handle path lengths up to PATH_MAX characters.

Signed-off-by: Markus Mayer <mmayer@broadcom.com>
extra/config/conf.c