Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-20 | Fix bin dirdocker-test | Mikael Magnusson | |
2019-05-20 | Test docker without procd patch | Mikael Magnusson | |
2019-05-15 | Merge pull request #12 from aparcar/patch-2 | Mikma | |
Delete 0001-lxd-no-mounts.patch Closes: GH-11 | |||
2019-05-14 | Delete 0001-lxd-no-mounts.patch | Paul Spooren | |
This patch is now included [upstream](https://git.openwrt.org/?p=project/procd.git;a=commit;h=9b354394e2ba818880ba8c65000c417ef1c560a7)! | |||
2019-05-04 | Fill DHCP checksums | Mikael 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-05-02 | Merge pull request #10 from aparcar/patch-1 | Mikma | |
Delete 0002-lxd-shutdown-on-SIGPWR.patch | |||
2019-05-02 | Delete 0002-lxd-shutdown-on-SIGPWR.patch | Paul Spooren | |
This patch went upstream[0] [0]: https://github.com/openwrt/openwrt/commit/430b66bbe8726a096b5db04dc34915ae9be1eaeb | |||
2019-04-08 | Add Dockerfile for arm64 cross build | Mikael Magnusson | |
2019-04-07 | Initial Dockerfile for aarch64 | Mikael Magnusson | |
2019-02-11 | Disable 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-10 | Merge pull request #8 from lxdicted/bugfix/package-installation | Mikma | |
BUGFIX: Allow installation of multiple packages | |||
2019-02-09 | BUGFIX: Allow installation of multiple packages | Danny Sonnenschein | |
2019-02-02 | Allow running with sudo or as root instead of fakeroot | Mikael 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-01 | Build OpenWrt 18.06.2 by default | Mikael Magnusson | |
2019-01-03 | Create dl directory if missing | Mikael Magnusson | |
Fixes build problem from clean checkout introduced in "Autodetect URLs for root fs and SDK". | |||
2018-12-20 | Add aarch64 to usage documentation | Mikael Magnusson | |
2018-12-20 | Add support for armvirt-64 AKA aarch64 | Mikael Magnusson | |
Tested with qemu emulation only. | |||
2018-12-20 | Autodetect URLs for root fs and SDK | Mikael Magnusson | |
2018-12-20 | Refactor URLs | Mikael Magnusson | |
2018-11-30 | docker: Trigger container init | Mikael Magnusson | |
2018-11-30 | Support building docker images | Mikael Magnusson | |
2018-11-30 | Avoid using wrong procd package | Mikael Magnusson | |
2018-11-30 | Support plain/docker tarballs | Mikael Magnusson | |
2018-11-29 | Add patches sync script | Mikael Magnusson | |
2018-11-29 | Sync patches | Mikael Magnusson | |
2018-11-27 | Add procd-snapshot link | Mikael Magnusson | |
2018-11-27 | Use latest procd version with snapshot | Mikael Magnusson | |
2018-11-27 | Remove dependency on lxd daemon | Mikael Magnusson | |
Closes GH-4 | |||
2018-10-16 | Add final workaround for unsupported locale | Mikael Magnusson | |
Fixes: Building 18.06.0-rc1 does not work (Closes: GH-2) | |||
2018-10-16 | Update build requirements | Mikael Magnusson | |
2018-08-23 | Build OpenWrt 18.06.1 by default | Mikael Magnusson | |
2018-07-31 | Set hostname | Mikael Magnusson | |
2018-07-31 | Use default network configuration | Mikael Magnusson | |
Fixes problem with router advertisment previously enabled by default on the lan interface. | |||
2018-07-12 | Add list with required packages | Mikael Magnusson | |
2018-07-12 | Add workaround for unsupported LC_TIME=C.UTF-8 | Mikael Magnusson | |
Fixes: Building 18.06.0-rc1 does not work (Closes: GH-2) | |||
2018-07-07 | Fail if feed packages can't be installed | Mikael Magnusson | |
2018-07-01 | Fix patch symlink | Mikael Magnusson | |
2018-07-01 | Shutdown on SIGPWR | Mikael Magnusson | |
Fixes: lxc stop does not work (Closes: GH-1) | |||
2018-06-28 | Add support for 18.06.0-rc1 | Mikael Magnusson | |
2018-04-13 | Add arch parameter to build.sh | Mikael Magnusson | |
2018-03-21 | Update package list | Mikael Magnusson | |
2018-03-21 | Force install of patched procd | Mikael Magnusson | |
2018-03-21 | Add upgrade option | Mikael Magnusson | |
2018-03-21 | Add arch and subarch as parameters | Mikael Magnusson | |
2018-03-08 | Move build_rootfs.sh to scripts subdir | Mikael Magnusson | |
2018-03-08 | Make metadata and rootfs subdir optional | Mikael Magnusson | |
2018-02-28 | Configure lan interface with dhcp client | Mikael Magnusson | |
2018-02-28 | Allow overriding files | Mikael Magnusson | |
2018-02-28 | Fix regression when enabling rc.d script | Mikael Magnusson | |
2018-02-28 | Disable root password | Mikael Magnusson | |