mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 10:19:59 +00:00
Add more configuration files for Mediatek MT7622
This commit is contained in:
@@ -13,7 +13,7 @@ RUN dnf -y install vim bash-completion bzip2 gcc gcc-c++ git make ncurses-devel
|
||||
|
||||
RUN useradd -m user && \
|
||||
echo 'user ALL=NOPASSWD: ALL' > /etc/sudoers.d/user ; \
|
||||
echo 'export PS1="[\u@\h \W]\$"' >> .bashrc
|
||||
echo 'export PS1="[\u@\h \W]\$ "' >> .bashrc
|
||||
|
||||
USER user
|
||||
WORKDIR /home/user
|
||||
@@ -21,4 +21,4 @@ WORKDIR /home/user
|
||||
# set dummy git config
|
||||
RUN /usr/bin/git config --global user.email "you@example.com" ; \
|
||||
/usr/bin/git config --global user.name "Your Name" ; \
|
||||
echo 'export PS1="[\u@\h \W]\$"' >> .bashrc
|
||||
echo 'export PS1="[\u@\h \W]\$ "' >> .bashrc
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
# sed -i '/CONFIG_TARGET_DEVICE_/d' .config; sed -i 's/CONFIG_TARGET_MULTI_PROFILE=y/CONFIG_TARGET_MULTI_PROFILE=n/g' .config
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7622/extended >> .config
|
||||
|
||||
CONFIG_TARGET_mediatek=y
|
||||
CONFIG_TARGET_mediatek_mt7622=y
|
||||
CONFIG_TARGET_DEVICE_mediatek_mt7622_DEVICE_xiaomi_redmi-router-ax6s=y
|
||||
CONFIG_TARGET_DEVICE_PACKAGES_mediatek_mt7622_DEVICE_xiaomi_redmi-router-ax6s=""
|
||||
|
||||
|
||||
6532
configs/mediatek/mt7622/extended-full
Normal file
6532
configs/mediatek/mt7622/extended-full
Normal file
File diff suppressed because it is too large
Load Diff
61
configs/mediatek/mt7622/kmods
Normal file
61
configs/mediatek/mt7622/kmods
Normal file
@@ -0,0 +1,61 @@
|
||||
kmod-cfg80211
|
||||
kmod-crypto-aead
|
||||
kmod-crypto-ccm
|
||||
kmod-crypto-cmac
|
||||
kmod-crypto-crc32c
|
||||
kmod-crypto-ctr
|
||||
kmod-crypto-gcm
|
||||
kmod-crypto-gf128
|
||||
kmod-crypto-ghash
|
||||
kmod-crypto-hash
|
||||
kmod-crypto-hmac
|
||||
kmod-crypto-kpp
|
||||
kmod-crypto-lib-chacha20
|
||||
kmod-crypto-lib-chacha20poly1305
|
||||
kmod-crypto-lib-curve25519
|
||||
kmod-crypto-lib-poly1305
|
||||
kmod-crypto-manager
|
||||
kmod-crypto-null
|
||||
kmod-crypto-rng
|
||||
kmod-crypto-seqiv
|
||||
kmod-crypto-sha512
|
||||
kmod-gpio-button-hotplug
|
||||
kmod-hwmon-core
|
||||
kmod-ifb
|
||||
kmod-ipt-core
|
||||
kmod-ipt-ipopt
|
||||
kmod-leds-gpio
|
||||
kmod-lib-crc32c
|
||||
kmod-lib-crc-ccitt
|
||||
kmod-mac80211
|
||||
kmod-mt7615-common
|
||||
kmod-mt7615e
|
||||
kmod-mt7622-firmware
|
||||
kmod-mt76-connac
|
||||
kmod-mt76-core
|
||||
kmod-mt7915e
|
||||
kmod-mt7915-firmware
|
||||
kmod-nf-conntrack
|
||||
kmod-nf-conntrack6
|
||||
kmod-nf-flow
|
||||
kmod-nf-ipt
|
||||
kmod-nf-log
|
||||
kmod-nf-log6
|
||||
kmod-nf-nat
|
||||
kmod-nfnetlink
|
||||
kmod-nf-reject
|
||||
kmod-nf-reject6
|
||||
kmod-nft-core
|
||||
kmod-nft-fib
|
||||
kmod-nft-nat
|
||||
kmod-nft-offload
|
||||
kmod-ppp
|
||||
kmod-pppoe
|
||||
kmod-pppox
|
||||
kmod-sched-cake
|
||||
kmod-sched-core
|
||||
kmod-slhc
|
||||
kmod-thermal
|
||||
kmod-udptunnel4
|
||||
kmod-udptunnel6
|
||||
kmod-wireguard
|
||||
Reference in New Issue
Block a user