Commit Graph
48 Commits
Author SHA1 Message Date
Attila Lendvai 912ab6c5ea decrease memory need of dd while erasing the partition table
this was leading to the OOM killer killing dd.
2023-10-22 19:22:24 +02:00
Attila Lendvai 5eac25a701 readme 2023-09-24 15:47:05 +02:00
Attila Lendvai f99d5f5f99 let ntpd fork and work in the background, and also retry regularly
i have witnessed a situation where opkg update didn't work due to
"Connection error: Invalid SSL certificate", which was in turn due
to wrong time on the router.

hopefully this will fix this situation for good.
2023-08-18 01:15:02 +02:00
Attila Lendvai 66a736508d update to use OpenWrt 22.03.5 2023-08-18 00:32:28 +02:00
Attila Lendvai 309e6dd80c use blockdev --rereadpt instead of sleep
FTR, this may not be needed. i have realized after this change that
the pendrive i was using was too small and fdisk errored out in a
way that was not visible in the log, only its symptoms.

but this is a nicer way than arbitrary sleeps for not much extra space.
2023-08-18 00:32:27 +02:00
Attila Lendvai a21e995567 lower minimum pendrive size to ~100 Mb 2023-08-17 23:10:42 +02:00
Attila Lendvai 95201a77b3 fix archer-c7-v1 support, add missing ;; 2023-08-17 22:16:54 +02:00
Attila Lendvai 0c9ff42c17 use ln -sf to avoid a potentially confusing error message 2023-03-22 10:01:17 +01:00
Attila Lendvai f23ce0d6bd build.sh adjust some syntax, make it more robust 2023-03-22 09:55:12 +01:00
Attila Lendvai ae7badd573 support removing packages using a SAVE_SPACE_PACKAGES variable
adapted from the patch by @luizoti in PR #21.
2023-03-22 09:41:20 +01:00
Attila Lendvai 1e35dda6bf change OpenWrt version to 22.03.3 2023-03-22 09:36:37 +01:00
Attila Lendvai 54ca610025 build.sh: use #!/usr/bin/env bash
this is a guix/nix compatible way to run it using bash.
2023-03-22 09:32:36 +01:00
Attila Lendvai 48794f78ab readme 2023-03-10 14:16:58 +01:00
Attila Lendvai a14b56bd6e leds: use the same shell case entry for two very similar routers 2022-09-25 09:40:03 +02:00
Attila Lendvai a6ff005322 readme: add section about sysupgrade 2022-09-19 10:39:44 +02:00
Attila Lendvai 1d8ced0acb readme: OpenWRT -> OpenWrt 2022-09-19 10:39:19 +02:00
Attila Lendvai b63b613949 updated to use the OpenWRT 22.03.0 release 2022-09-14 21:27:44 +02:00
Attila Lendvai 5efa008e3b small changes to make it work with openwrt 22.03.0-rc3 2022-06-03 21:54:21 +02:00
Attila Lendvai 41a0a93fde readme (one more example for a bit of variety) 2022-02-28 13:53:55 +01:00
Attila Lendvai 3d02057bb6 Updated to work on 21.02.0 2021-10-19 14:56:31 +02:00
Attila Lendvai 725caf2919 update to 19.07.6 2021-02-14 16:02:41 +01:00
Attila Lendvai 63806ccfe5 add shell.nix and make it work on nixos 2021-02-14 10:05:02 +01:00
Attila LendvaiandGitHub 527bbf214c Update README.md 2021-01-12 14:21:18 +01:00
Attila Lendvai 74b2a4d989 readme: update openwrt wiki links, add some extra words 2020-12-03 21:16:01 +01:00
Attila Lendvai 7a39ab9adc readme 2020-11-29 23:43:14 +01:00
Attila Lendvai f9cdbd39ef update for 19.07.4
no changes were needed, all seems to still work
2020-11-29 23:07:02 +01:00
Attila Lendvai 75b8e35aa7 fix the gitignore mess: git refuses to ignore already tracked files 2020-11-29 23:07:02 +01:00
Attila Lendvai 85e367523a update to openwrt 18.06.1
tested with ./build.sh ar71xx generic tl-wr1043nd-v1
2019-01-06 18:40:27 +01:00
Attila Lendvai 38a96e37e0 small note into the usage about the imagebuilder URL 2018-07-18 10:17:01 +02:00
Attila Lendvai 0381c6f40b small adjustments after the lede -> openwrt re-rename. 2018-06-26 23:26:25 +02:00
Attila Lendvai 68a222edc6 small fix: creating the symping to packages dir at the end of the build. 2017-05-14 20:17:58 +02:00
Attila Lendvai 6d0547b26b update for LEDE release 17.01.1 2017-04-21 00:42:39 +02:00
Attila Lendvai b8627f3eb3 build.sh now uses the lede-project.org imagebuilder 2016-12-12 18:39:04 +01:00
Attila Lendvai 8faf47e902 extend build.sh to be able to build any architecture supported by openwrt 2016-07-25 14:17:08 +02:00
Attila Lendvai 6a8fae808e fix filename in build.sh 2016-03-17 17:35:39 +01:00
Attila Lendvai 1a6d86bb24 small factoring in build.sh 2016-03-17 15:22:22 +01:00
Attila Lendvai e14ac06e8c make it one bit less ar71xx dependent 2016-03-17 15:19:47 +01:00
Attila Lendvai 798860d56d housekeeping 2016-03-17 14:59:39 +01:00
Attila Lendvai 0c5b94a0a0 change head -c to 1024 bytes, just in case. 2016-03-17 14:59:16 +01:00
Attila Lendvai 56ed68a95e separated the absolute needed packages in build.sh, added comments 2015-11-16 18:02:26 +01:00
Attila Lendvai 61c95f104b separated the crucial and optional package in build.sh 2015-11-15 16:42:06 +01:00
Attila Lendvai d48956ff95 build.sh updated for final 15.05 chaos calmer release 2015-11-15 16:07:03 +01:00
Attila Lendvai 4efc9cb53a don't set a password, and delete my ssh public key 2015-11-14 08:18:09 +01:00
Attila Lendvai 303454c221 reorganize image-extras 2015-07-11 02:01:26 +02:00
Attila Lendvai ba653bdaeb initial work towards chaos calmer rc1.
it works, but /var is left transient.
2015-05-28 00:55:04 +02:00
Attila Lendvai d66849579b readme 2015-05-28 00:52:13 +02:00
Attila Lendvai 031043ced1 smaller pendrives are also accepted. 2015-05-26 03:32:54 +02:00
Attila Lendvai b6ba3db100 make the build script more roboust. 2015-05-26 01:50:07 +02:00