summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2019-05-04Fill DHCP checksumsMikael Magnusson
Try to work-around broken DHCP clients (such as FreeBSD), with an iptables rule added to the default /etc/firewall.user. And install the required iptables-mod-checksum package by default.
2019-02-11Disable services (sysfixtime, sysntpd, led)Danny Sonnenschein
These services aren't necessary in a container, because there are no leds and time is kept in sync inside the hypervisor system.
2019-02-09BUGFIX: Allow installation of multiple packagesDanny Sonnenschein
2019-02-02Allow running with sudo or as root instead of fakerootMikael Magnusson
It works around a problem with fakeroot as seen in github pull request #6. Pack rootfs tar: rootfs/usr/lib/opkg/info/dropbear.conffiles: Cannot readlink: Invalid argument tar: rootfs/usr/lib/opkg/info/dropbear.control: Cannot readlink: Invalid argument tar: Exiting with failure status due to previous errors Tarball built: bin/openwrt-18.06.1-x86-64-lxd.tar.gz
2019-02-01Build OpenWrt 18.06.2 by defaultMikael Magnusson
2019-01-03Create dl directory if missingMikael Magnusson
Fixes build problem from clean checkout introduced in "Autodetect URLs for root fs and SDK".
2018-12-20Add aarch64 to usage documentationMikael Magnusson
2018-12-20Add support for armvirt-64 AKA aarch64Mikael Magnusson
Tested with qemu emulation only.
2018-12-20Autodetect URLs for root fs and SDKMikael Magnusson
2018-12-20Refactor URLsMikael Magnusson
2018-11-30Avoid using wrong procd packageMikael Magnusson
2018-11-30Support plain/docker tarballsMikael Magnusson
2018-11-27Use latest procd version with snapshotMikael Magnusson
2018-11-27Remove dependency on lxd daemonMikael Magnusson
Closes GH-4
2018-10-16Add final workaround for unsupported localeMikael Magnusson
Fixes: Building 18.06.0-rc1 does not work (Closes: GH-2)
2018-08-23Build OpenWrt 18.06.1 by defaultMikael Magnusson
2018-07-12Add workaround for unsupported LC_TIME=C.UTF-8Mikael Magnusson
Fixes: Building 18.06.0-rc1 does not work (Closes: GH-2)
2018-07-07Fail if feed packages can't be installedMikael Magnusson
2018-06-28Add support for 18.06.0-rc1Mikael Magnusson
2018-04-13Add arch parameter to build.shMikael Magnusson
2018-03-21Add upgrade optionMikael Magnusson
2018-03-21Add arch and subarch as parametersMikael Magnusson
2018-03-08Move build_rootfs.sh to scripts subdirMikael Magnusson
2018-03-08Make metadata and rootfs subdir optionalMikael Magnusson
2018-02-27Include extra files and fix output optionMikael Magnusson
2018-02-27Install additional packagesMikael Magnusson
2018-02-27Install custom packages in build_rootfs.shMikael Magnusson
2018-02-27Build procd when neededMikael Magnusson
2018-02-27Remove tar preserve optionMikael Magnusson
2018-02-27Fix descriptionMikael Magnusson
2018-02-27Eliminate symbolic link to sdkMikael Magnusson
2018-02-27Read description from rootfsMikael Magnusson
2018-02-27Remove image aliasMikael Magnusson
2018-02-27Use shorter image descriptionMikael Magnusson
2018-02-27Remove arch_dash variableMikael Magnusson
2018-02-27Fix date stringMikael Magnusson
2018-02-27Fix link to snapshot sdkMikael Magnusson
2018-02-27Download snapshot rootfs and sdkMikael Magnusson
2018-02-27Download sha256sums and useMikael Magnusson
2018-02-26Remove container nameMikael Magnusson
2018-02-26Custom apparmor not needed with patched procdMikael Magnusson
2018-02-26Fix sdk host architectureMikael Magnusson
2018-02-26Improve architecture supportMikael Magnusson
2018-02-26No need to make dependenciesMikael Magnusson
2018-02-26Create bin/ directoryMikael Magnusson
2018-02-26Use defconfigMikael Magnusson
2018-02-26Fix syntaxMikael Magnusson
2018-02-26Build procd in downloaded sdkMikael Magnusson
2018-02-26Link procd package to bin/packages/Mikael Magnusson
2018-02-26Save metadata.yaml in bin/Mikael Magnusson