Add /etc/modules to mkimg and makeupdate.

pull/339/head
Christopher Young 2016-03-21 14:48:38 -04:00
rodzic db130aab76
commit f732eb2289
4 zmienionych plików z 12 dodań i 2 usunięć

Wyświetl plik

@ -85,8 +85,7 @@ make install
systemctl enable stratux systemctl enable stratux
#system tweaks #system tweaks
#echo "i2c-bcm2708" >>/etc/modules cp -f modules.txt mnt/etc/modules
#echo "i2c-dev" >>/etc/modules
#kalibrate-rtl #kalibrate-rtl
cd /root cd /root

Wyświetl plik

@ -0,0 +1,7 @@
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
i2c-bcm2708
i2c-dev

Wyświetl plik

@ -25,6 +25,7 @@ cp image/hostapd.conf work/bin/
cp image/config.txt work/bin/ cp image/config.txt work/bin/
cp image/rtl-sdr-blacklist.conf work/bin/ cp image/rtl-sdr-blacklist.conf work/bin/
cp image/bashrc.txt work/bin/ cp image/bashrc.txt work/bin/
cp image/modules.txt work/bin/
#TODO: librtlsdr. #TODO: librtlsdr.
cd work/ cd work/

Wyświetl plik

@ -21,6 +21,9 @@ cp -f rtl-sdr-blacklist.conf /etc/modprobe.d/
#go setup #go setup
cp -f bashrc.txt /root/.bashrc cp -f bashrc.txt /root/.bashrc
# /etc/modules
cp -f modules.txt /etc/modules
cp -f dump1090 /usr/bin/ cp -f dump1090 /usr/bin/
# Web files install. # Web files install.