2
0
Commit Graph

97 Commits

Author SHA1 Message Date
dan a896c4e31c rename wlan services for devices with > 1 radio
let's standardise on having 2.4GHz radio be "wlan", and
5GHz as "wlan5"
2023-10-07 22:28:57 +01:00
dan 76f03ecf0f move OF and USE_OF to arch modules 2023-09-30 21:52:13 +01:00
dan f57997c605 remove explicit MTD_BLKDEVS, is selected by MTD_BLOCK 2023-09-30 21:45:50 +01:00
dan 3c483ebd9a set PARTITION_ADVANCED only in ramdisk module 2023-09-30 21:29:12 +01:00
dan a30b658999 remove CMDLINE_PARTITION, we don't need it
(at least, I think we don't)
2023-09-30 21:20:29 +01:00
dan 1ec7fcc197 remove MTD_CMDLINE_PARTS from per-device config
it's enabled in modules/ramdisk, which is required by
flashimage and tftpboot
2023-09-29 21:00:25 +01:00
dan f9f934b40c spell GL.iNet consistently in docs 2023-09-28 23:22:54 +01:00
dan 7e13eda490 add hardware device descriptions to doc
most of the text is recycled and follows no particular format
2023-09-28 12:17:30 +01:00
dan 3a2f074199 disable 4k flash erase blocks everywhere 2023-09-27 22:10:17 +01:00
dan bca0c9b26b gl-mt300a use regular-sized flash erase blocks 2023-09-26 16:43:03 +01:00
dan be22fbbb0a bootable aarch64 liminux with qemu
I may have broken the run-liminix-vm command a bit for MIPS due to
necessary changes in how we pass the command line.  If CI isn't green
for this commit and youre trying the worked examples, I suggest
reverting to the commit before this one.
2023-09-20 22:55:51 +01:00
dan 9f87fd8625 import arch in qemu device config 2023-09-20 21:31:38 +01:00
dan 4389fa15f7 rename mips-vm as run-liminix-vm 2023-09-20 18:33:20 +01:00
dan f75995e895 introduce modules/arch/{mipsel,mipseb}.nix
for settings that are common to all mipse[lb] but would not be shared
with e.g. aarch64 or x86
2023-09-20 17:30:05 +01:00
dan 35c7f1643f change defaultOutput for hardware devices to flashimage
if you're using tftpboot you probably know what you're doing
2023-09-17 17:00:45 +01:00
dan 70fb9f86d3 mt300a vlan interface services depend on primary 2023-09-17 17:00:38 +01:00
dan f7b30939b5 remove service-state when service exits 2023-09-13 22:49:00 +01:00
dan 83092b7b73 add watchdog service 2023-09-02 17:28:40 +01:00
dan d3dc9752f8 swap qemu network interfaces around
lan and wan were backwards, it looks like
2023-09-01 17:54:15 +01:00
dan 92970e8ed0 qemu: use service-based-module for network interfaces 2023-08-31 23:50:42 +01:00
dan e04ec2e959 move SWCONFIG defn into per-device files
it doesn't work on qemu
2023-08-31 23:50:07 +01:00
dan b094220466 mt300a: use module-based network services for lan/wan 2023-08-31 18:27:07 +01:00
dan 333327be75 make a module for vlan
Acked-by: Daniel Barlow <<dan@telent.net>>
2023-08-30 23:26:44 +01:00
dan efa1919e04 move squashfs kernel options into module 2023-08-30 22:59:28 +01:00
dan de77635490 move bridge-related kernel config to the module 2023-08-30 17:29:42 +01:00
dan 31f0213b6f convert network link/address to module-based-service
... and make bridge use it.

We also had to convert bridge back into a pair of services.
Downstreams want to depend on the bridge it self being configured
even if not necessarily all the members are up. e.g. don't want
to break ssh on lan if there's a misconfigured wlan device
2023-08-28 22:02:28 +01:00
dan 2e50368bd2 rename config.outputs to config.system.outputs
New rules: everything under "config" that isn't actually configuration
(e.g. build products) will in future live in config.system. This is
the first step.
2023-07-13 19:24:59 +01:00
dan 3dd247a719 update arch for gl-ar750
not sure this is needed, tbh
2023-06-20 20:11:25 +01:00
dan 19212b1eeb add funky dd features reqd by ath10k_cal_data 2023-05-30 18:20:42 +01:00
dan 4cfaed7303 specify root device as /dev/mtdblockn
the (openwrt?) magic that autodetects it based on mtd labels
won't work with a two-stage boot
2023-04-26 22:16:15 +01:00
dan 2f3b108ef1 tftpboot: set phram erase block size to match hardware
this is needed for tftp boot with a jffs2 filesystem
2023-04-23 21:24:37 +01:00
dan 29c7af5892 set qemu flash erase block size 2023-04-10 22:57:51 +01:00
dan 0a2881914b set erase block size to something that works for jffs2 2023-04-10 22:57:50 +01:00
dan 633a4f8003 move BLK_DEV_INITRD to base.nix 2023-04-10 22:57:50 +01:00
dan 342c87b256 qemu: boot from mtd using mtd2block
doesn't make much difference for squashfs but this will make it much
simpler to test jffs2/ubifs
2023-04-04 21:07:02 +01:00
dan 4ea60a6082 watchdog support for mt300n-v2 2023-03-24 17:11:36 +00:00
dan beb6e260d4 PoC support for hardware watchdog 2023-03-23 13:18:05 +00:00
dan efd878dc5e extract common code for patching kernel source fdorm openwrt 2023-03-18 19:17:58 +00:00
dan ce05f4e44c extract phram.mtd ramdisk support from tftpboot module
also rename tftproot output to tftpboot for consistency
2023-03-18 14:30:10 +00:00
dan 3f11a3c708 gl-ar750 gpio support is required for USB to work
_legacy_ gpio sysfs interface is required  by the openwrt
ath79 phy usb driver
2023-03-18 14:30:10 +00:00
dan ad3f241af9 support mt300n-v2 flash 2023-03-10 23:24:05 +00:00
dan 2594239bbc can't use builtins.fetchurl on hydra? 2023-03-10 18:51:07 +00:00
dan be06363e4f new example for rsync/usb backup server 2023-03-10 18:42:32 +00:00
dan d83bcc643e add wifi firmware, move things around in ram
* at the base address we were using, the filesystem was getting
corrupted presumably because the kernel unpacked into it

* leave a little more space between compressed kernel and
squashfs. this is probably ineffective but also harmless
2023-03-10 00:48:47 +00:00
dan f50b0627a2 gl-mt300n-v2: initialize switch & define networkInterfaces
It booted and mounted rootfs the first time I tried, which
was nice. Wireless doesn't work yet, it needs firmware
2023-03-09 19:30:57 +00:00
dan f36d8ef1d0 make mt300a flash-ready 2023-03-08 20:35:41 +00:00
dan 85b5edc39d vlan interfaces depend on parent 2023-03-08 20:34:39 +00:00
dan d290965711 shuffle kernel config for gl-mt300a 2023-03-07 22:49:33 +00:00
dan e8d5e4c788 move regulatory.db to wlan module 2023-03-07 21:32:21 +00:00
dan c046c39613 wlan support for mt300a 2023-03-07 19:11:12 +00:00