openwrtv3/target/sdk/files
Daniel Dickinson d79f8909c1 sdk: Allow to change ALL* package settings in SDK
It is desirable to be able to use ./scripts/feeds install -a
when in the SDK without being forced to build a great number
of packages that are not actually wanted.

We therefore add the option of changing the various ALL package
build options so that we can default to packages not being built
unless we select them.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-05-24 13:30:58 +02:00
..
include sdk: use prepare target to initialize git snapshot 2015-02-08 22:54:27 +00:00
Config.in sdk: Allow to change ALL* package settings in SDK 2016-05-24 13:30:58 +02:00
Makefile sdk: use prepare target to initialize git snapshot 2015-02-08 22:54:27 +00:00
README.SDK sdk: rename OpenWrt into LEDE 2016-05-05 19:10:20 +01:00

This is the LEDE 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 LEDE.

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