makes the kernel-module-af-packet package add "alias net-pf-17 af_packet" to
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 24 Aug 2005 19:30:47 +0000 (19:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 24 Aug 2005 19:30:47 +0000 (19:30 +0000)
/etc/modules.conf (fixes #233).

classes/kernel.bbclass

index 2f3a0ce..ff9aeea 100644 (file)
@@ -193,6 +193,7 @@ module_autoload_rfcomm = "rfcomm"
 module_autoload_sa1100-rtc = "sa1100-rtc"
 
 # alias defaults (alphabetically sorted)
+module_conf_af_packet = "alias net-pf-17 af_packet"
 module_conf_bluez = "alias net-pf-31 bluez"
 module_conf_bnep = "alias bt-proto-4 bnep"
 module_conf_hci_uart = "alias tty-ldisc-15 hci_uart"