wifipineapple-openwrt/target/sdk/files
Jo-Philipp Wich 63beb2e75c CC: 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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-07-27 23:49:48 +00:00
..
include sdk: use prepare target to initialize git snapshot 2015-02-08 22:54:27 +00:00
Config.in CC: sdk: provide explicit CONFIG_MODULES kconfig symbol 2015-07-27 23:49:48 +00:00
Makefile sdk: use prepare target to initialize git snapshot 2015-02-08 22:54:27 +00:00
README.SDK move package/sdk to target/sdk 2006-04-21 10:08:47 +00:00

README.SDK

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.