42 Commits

Author SHA1 Message Date
35d7a187cf
some customization 2024-08-09 00:22:16 +03:00
Attila Lendvai
1744fe9531
use OpenWrt 23.05.2
untested
2023-11-16 11:05:20 +01:00
Attila Lendvai
1a40b07b19
use OpenWrt 23.05.0 2023-10-22 21:50:27 +02:00
Attila Lendvai
0378f9ac40
housekeeping 2023-10-22 21:49:41 +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
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
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 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
Martin Friedrich
a761fb7630 Changed to openwrt imagebuilder, back to release instead of snapshots 2018-06-26 22:40:35 +02:00
Martin Friedrich
e96f2d38cc Changed to openwrt imagebuilder, back to release instead of snapshots 2018-06-26 22:40:35 +02:00
Martin Friedrich
31d0688c7c change to openwrt imagebuilder (snapshot) 2018-06-26 22:40:35 +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
Sindhu S
37fd973cce Fix directory creation flags (#6)
--parents doesn't work and stalls the program. 
-pv is more correct.
2016-08-25 13:52:16 +02: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
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
Lorenzo Cafaro
38e15cbf3c added support for 15.05-rc3 2015-07-18 10:52:18 +02: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
b6ba3db100 make the build script more roboust. 2015-05-26 01:50:07 +02:00
Attila Lendvai
b94e235b0b
works for me with barrier breaker. added some readme, too. 2014-12-10 02:11:30 +01:00
Attila Lendvai
84bf08c3dc
initial. broken because it expects UUID support from mount which is not compiled in by default 2014-12-03 00:31:57 +01:00