Files
Jo-Philipp Wich 4126d820b4 BB: sdk: provide explicit CONFIG_MODULES kconfig symbol
Extend the SDK Config.in file to explicitely declare a MODULES symbol with
the "option modules" flag set in order to prevent a kconfig segmentation fault
whenever a "depends m" dependency is encountered.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

Backport of r46514

SVN-Revision: 46516
2015-07-27 23:50:05 +00:00
..
2014-03-13 12:12:50 +00:00
2006-10-13 20:51:49 +00:00

This is the OpenWrt SDK. It contains a stripped-down version of
the buildroot. You can use it to test/develop packages without
having to compile your own toolchain or any of the libraries
included with OpenWrt.

To use it, just put your buildroot-compatible package directory
in the subdir 'package/' and run 'make' from this directory.