blob: b5e216957533a5bf251cee6e9a8de3db5db2f26e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# OpenWRT E900 Firmware Build
feurig@sandbox:~$ cd /home/openwrt/current/openwrt-imagebuilder-18.06.1-brcm47xx-mips74k.Linux-x86_64/
feurig@sandbox:/ho..._64$ sudo cat ~joe/.ssh/authorized_keys ~feurig/.ssh/authorized_keys >files/etc/dropbear/authorized_keys
feurig@sandbox:/ho...64$ make image PROFILE=linksys-e900-v1 PACKAGES="nano sudo shadow shadow-utils shadow-vipw -luci -ppp -ppp-mod-pppoe -odhcp6c -odhcpd-ipv6only" FILES="files/"
....
Calculating checksums...
feurig@sandbox:/ho...64$ ls bin/targets/brcm47xx/mips74k/
openwrt-brcm47xx-mips74k-asus-rt-ac53u-squashfs.trx
....
brcm47xx-mips74k-linksys-e900-v1-squashfs.bin
...
openwrt-brcm47xx-mips74k-linksys-e2500-v2.1-squashfs.bin ...
feurig@sandbox:/home/openwrt/current/openwrt-imagebuilder-18.06.1-brcm47xx-mips74k.Linux-x86_64$
|