Attila Lendvai
1744fe9531
use OpenWrt 23.05.2
...
untested
2023-11-16 11:05:20 +01:00
Attila Lendvai
1ab50cc41b
added a manifest.scm for use with guix
2023-10-24 16:20:30 +02: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
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
Luiz Antonio Lazoti
b5ccc504d4
include archer-c7-v1 led settings
...
Signed-off-by: Attila Lendvai <attila@lendvai.name>
2023-03-22 09:45:45 +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
ShapeShifter499
b313b20227
Add TP-Link TL-WDR3600 v1 LEDs
...
This solves https://github.com/attila-lendvai/openwrt-auto-extroot/issues/24
2022-09-25 09:37:36 +02:00
Lance
9060718dda
Add WD My Net n750 LEDs
...
This solves https://github.com/attila-lendvai/openwrt-auto-extroot/issues/22
2022-09-22 17:12:39 +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 Lendvai
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
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
4a1e765a85
Changed README to openwrt imagebuilder (snapshot)
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
8e64a64186
Update README.md
2017-04-21 03:09:09 +02:00
Attila Lendvai
a02567b2fd
Update readme for LEDE
2017-04-21 02:28:41 +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
027da763aa
Update README.md
...
add note that it's linux x86_64 only
2016-08-25 15:00:49 +02: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
840c8298c8
Update README.md
...
note the changes to build.sh
2016-07-25 14:34:32 +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