new modules to /etc/modules
This commit is contained in:
parent
7a998bc561
commit
47091a93c6
1 changed files with 7 additions and 2 deletions
|
@ -76,6 +76,11 @@ tmpfs /tmp tmpfs defaults,noatime 0
|
||||||
tmpfs /var/lock tmpfs defaults,noatime 0 0
|
tmpfs /var/lock tmpfs defaults,noatime 0 0
|
||||||
tmpfs /var/run tmpfs defaults,noatime 0 0
|
tmpfs /var/run tmpfs defaults,noatime 0 0
|
||||||
__END__
|
__END__
|
||||||
|
cat > $ROOTDIR/etc/modules << __END__
|
||||||
|
mtdblock
|
||||||
|
configs
|
||||||
|
s3c2410_ts
|
||||||
|
__END__
|
||||||
# nand mount
|
# nand mount
|
||||||
mkdir -p $ROOTDIR/media/nand
|
mkdir -p $ROOTDIR/media/nand
|
||||||
# no-install-recommends
|
# no-install-recommends
|
||||||
|
@ -307,7 +312,7 @@ if [ \$DEVICE = "gta01" ]; then
|
||||||
print_exit_status \$?
|
print_exit_status \$?
|
||||||
|
|
||||||
echo -n "Appending sound module."
|
echo -n "Appending sound module."
|
||||||
echo "snd-soc-neo1973-wm8753" > /etc/modules
|
echo "snd-soc-neo1973-wm8753" >> /etc/modules
|
||||||
print_exit_status \$?
|
print_exit_status \$?
|
||||||
|
|
||||||
echo -n "Configuring host alias."
|
echo -n "Configuring host alias."
|
||||||
|
@ -332,7 +337,7 @@ else
|
||||||
print_exit_status \$?
|
print_exit_status \$?
|
||||||
|
|
||||||
echo -n "Appending sound module."
|
echo -n "Appending sound module."
|
||||||
echo "snd-soc-neo1973-gta02-wm8753" > /etc/modules
|
echo "snd-soc-neo1973-gta02-wm8753" >> /etc/modules
|
||||||
print_exit_status \$?
|
print_exit_status \$?
|
||||||
|
|
||||||
echo -n "Configuring host alias."
|
echo -n "Configuring host alias."
|
||||||
|
|
Loading…
Reference in a new issue