iproute2: add ip-tiny, ip-full as alternatives of /sbin/ip
[openwrt/staging/yousong.git] / target / sdk / files / README.SDK
1 This is the LEDE SDK. It contains a stripped-down version of
2 the buildroot. You can use it to test/develop packages without
3 having to compile your own toolchain or any of the libraries
4 included with LEDE.
5
6 To use it, just put your buildroot-compatible package directory
7 (including its dependencies) in the subdir 'package/' and run
8 'make' from this directory.
9
10 To make dependency handling easier, you can use ./scripts/feeds
11 to install any core package that you need