openwrt/target/sdk/files
Ansuel Smith 88204bfa82 treewide: drop use of which
Ubuntu started to flag which as deprecated and it
seems which is not really standard and may vary
across Distro.
Drop the use of which and use the standard 'command -v'
for this simple task.
Which is still present in the prereq if some package/script
still use which.
A utility script called command_all.sh is implemented that
will just mimic the output of which -a.

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2022-01-17 09:14:26 +01:00
..
include sdk: use prepare target to initialize git snapshot 2015-02-08 22:54:27 +00:00
Config.in sdk: expose binary strip settings 2021-02-20 01:29:36 +01:00
Makefile treewide: drop use of which 2022-01-17 09:14:26 +01:00
README.SDK merge: targets: update image generation and targets 2017-12-08 19:41:18 +01: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
(including its dependencies) in the subdir 'package/' and run
'make' from this directory.

To make dependency handling easier, you can use ./scripts/feeds
to install any core package that you need