-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-gateway-openwrt.txt
42 lines (40 loc) · 1.29 KB
/
install-gateway-openwrt.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Openwrt Gateway Compile
git clone http://git.lede-project.org/source.git
cd source
git checkout v17.01.4
./scripts/feeds update -a
./scripts/feeds install -a
make defconfig
make menuconfig
# Target system - x86
# Subtarget - x86_64
# Target Profile - generic
# Target images - ext4
# Target images - squashfs
# Target images - pad images to filesystem size
# Target images - gzip images
# Target images - kernel partition size 64MB
# Target images - root filesystem partition size 1024MB
# Base system - ca-certificates
# Administration - htop
# Kernel modules - block devices - kmod-scsi-cdrom
# Kernel modules - file systems - kmod-fs-ext4
# Kernel modules - network support - kmod-batman-adv (enable verbose logging)
# kernel modules - usb support - kmod-usb-core
# kernel modules - usb support - kmod-usb-ohci
# kernel modules - usb support - kmod-usb2
# kernel modules - usb support - kmod-usb-hid
# Luci - collections - luci-ssl-openssl
# Luci - applications - luci-app-adblock
# Luci - applications - luci-app-sqm
# Network - filetransfer - wget
# Network - routing & redirection - ip full
# Network - alfred (enable vis - enable autogeneration bathosts)
# Network - batctl
# Network - bmon
# Network - ethtool
# Network - iperf
# Network - snmpd
# Network - tcpdump
# SAVE AND EXIT
make -j"${nproc}" V=s