I need a full df command in openwrt, and I know it was in coreutils, now I run the make in openwrt to build the coreutils, it seems that it built everything except df, so how could I modify the Makefile to build the df? Many thanks!
Asked
Active
Viewed 667 times
1 Answers
0
Generally speaking, it goes like this
- Check out the feeds repository to your local machine, see this place for URLs http://wiki.openwrt.org/doc/devel/feeds
- modify which ever packages you want
- edit the
feeds.conf
or thefeeds.conf.default
to source the feeds from the local copy - Use
./scripts/feeds update|install
to update and then install such a package, make menuconfig
to select for building

Francisco
- 3,980
- 1
- 23
- 27