aboutsummaryrefslogtreecommitdiff
path: root/scripts/install.sh
AgeCommit message (Expand)Author
2021-07-04install.sh: remove bashisms, change shebang to shEthan Sommer
2021-06-04"make install_airlock" no longer needs host versions of sha256/512sum.Rob Landley
2020-11-13Properly install toybox files with $TARGET suffixes.Rob Landley
2020-04-27Fix install error return in non-airlock case and slight cleanup.Rob Landley
2019-09-07airlock still needs gzip compression side for kernel build.Rob Landley
2019-09-06Update airlock targets.Rob Landley
2019-04-22And same flip in the airlock install.Rob Landley
2019-04-21Remove some commands from airlock install PENDING that are now in defconfig.Rob Landley
2019-01-18Airlock: linux-s390x build grew sha256sum dependency in 420, and remove "test".Rob Landley
2018-06-21Elliott pointed out that ping's been promoted, not needed in airlock list.Rob Landley
2018-06-19The kernel's old kconfig had _shipped files, the new one should too, but untilRob Landley
2017-05-14Minor tweaks to install.sh.Rob Landley
2017-04-18The kernel needs bc to build becauseRob Landley
2016-12-08Have make airlock just warn about missing commands unless $PEDANTIC is sent.Rob Landley
2016-10-02Add install_airlock target for hermetic build environment setup, and rebuildRob Landley
2016-03-23Redo build stuff in response to Andy Chu's suggestions.Rob Landley
2013-10-03Switch flag generation from shell to C.Rob Landley
2012-06-18Replace CCFLAGS with description of how to add flags to HOSTCC.Rob Landley
2008-02-24Add an install script, with --long --symlink --force and --uninstall options.Rob Landley