I'm a newbie for building OpenWrt. Could anyone provide the "custom-src/.config" file when building the original Gargoyle ( I wanna make some changes based on it) ?
Many thx in adv.

Moderator: Moderators
Code: Select all
export PKG_CONFIG_PATH=/usr/lib/pkgconfig
echo $PKG_CONFIG_PATH
sudo vi /usr/lib/pkgconfig/libmnl.pc
Then recompile, but still the same problem.# libmnl pkg-config file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libmnl
Description: Minimalistic Netlink communication library
URL: http://netfilter.org/projects/libmnl/
Version: 1.0.3
Requires:
Conflicts:
Libs: -L${libdir} -lmnl
Cflags: -I${includedir}