| 1 | # You can define a list modules for a specific kernel version, |
|---|
| 2 | # a released kernel version, a main kernel version or just a list. |
|---|
| 3 | #modules_2_6_23_gentoo_r5="ieee1394 ohci1394" |
|---|
| 4 | #modules_2_6_23="tun ieee1394" |
|---|
| 5 | #modules_2_6="tun" |
|---|
| 6 | #modules="ohci1394" |
|---|
| 7 | |
|---|
| 8 | # You can give modules a different name when they load - the new name |
|---|
| 9 | # will also be used to pick arguments below. |
|---|
| 10 | #modules="dummy:dummy1" |
|---|
| 11 | |
|---|
| 12 | # Give the modules some arguments if needed, per version if necessary. |
|---|
| 13 | #module_ieee1394_args="debug" |
|---|
| 14 | #module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394" |
|---|
| 15 | #module_ieee1394_args_2_6_23="tun ieee1394" |
|---|
| 16 | #module_ieee1394_args_2_6="tun" |
|---|
| 17 | |
|---|
| 18 | # You should consult your kernel documentation and configuration |
|---|
| 19 | # for a list of modules and their options. |
|---|
| 20 | |
|---|
| 21 | #@ALON-BEGIN |
|---|
| 22 | |
|---|
| 23 | modules="${modules} |
|---|
| 24 | g_ether |
|---|
| 25 | snd-soc-neo1973-gta02-wm8753 |
|---|
| 26 | neo1973kbd |
|---|
| 27 | " |
|---|
| 28 | |
|---|
| 29 | modules="${modules} |
|---|
| 30 | nls-utf8 |
|---|
| 31 | nls-iso8859-1 |
|---|
| 32 | nls-cp1255 |
|---|
| 33 | " |
|---|
| 34 | |
|---|
| 35 | # |
|---|
| 36 | # required for wpa-supplicant |
|---|
| 37 | # |
|---|
| 38 | modules="${modules} |
|---|
| 39 | af-packet |
|---|
| 40 | " |
|---|
| 41 | |
|---|
| 42 | # |
|---|
| 43 | # bluetooth |
|---|
| 44 | # |
|---|
| 45 | modules="${modules} |
|---|
| 46 | bnep |
|---|
| 47 | " |
|---|
| 48 | |
|---|
| 49 | #@ALON-END |
|---|