You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/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>
8 years ago
..
include sdk: use prepare target to initialize git snapshot 9 years ago
Config.in sdk: Allow to change ALL* package settings in SDK 8 years ago
Makefile sdk: use prepare target to initialize git snapshot 9 years ago
README.SDK sdk: rename OpenWrt into LEDE 8 years ago

README.SDK

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.