1
0
Commit Graph

12 Commits

Author SHA1 Message Date
fec77a44b5 DRY loopback interface, it's the same everywhere 2023-03-07 22:36:48 +00:00
a8cb872859 add service name to log lines 2023-03-04 23:08:25 +00:00
08bed15cf8 ssh service
- dropbear
- generate host keys on first use
- mount /dev/pts

It's not ideal having the host key disappear when the device is
reboot, but without persistent storage the alternative is generating
it at build time. Deferring this problem to another time
2023-03-04 12:10:06 +00:00
38756af1c1 add in_outputs shell function which ensures umask is set 2023-03-03 23:07:03 +00:00
e0ea576674 rename "device" config tree as "hardware"
we are also using "device" for "network device" (as in eth0,
wlan0 etc) so this makes it a bit less confusing perhaps
2023-03-03 22:52:33 +00:00
d75437d577 note to self: check if these kconfig options still needed 2023-03-03 20:08:12 +00:00
d782970313 delete commented-out code 2023-03-03 20:08:04 +00:00
6d191b73ae add outputs.flashable - flashable firmware.bin 2023-03-02 23:01:26 +00:00
0cab6e9fba rename phram -> tftpboot and flash.scr to boot.scr 2023-03-02 15:11:12 +00:00
adc198b3af WIP push to see what passes 2023-03-01 22:24:58 +00:00
626a365f79 replace waitup with more generally useful ifwait
* wait for $interface present before ip link set up dev
* wait for wlan0 running before adding to bridge
2023-03-01 18:16:01 +00:00
fe1b33f307 example config for ppoe router
hard cases make bad law
2023-02-25 23:12:55 +00:00