OpenWrt 内核驱动模块04

Posted 逗倪豌儿

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OpenWrt 内核驱动模块04相关的知识,希望对你有一定的参考价值。

文章目录

OpenWrt 内核驱动模块04

新增内核驱动目录

cd lede/package/kernel
mkdir hello-kernel
cd hello-kernel
touch Makefile 
mkdir src 
cd src
touch hello-kernel.c
touch Makefile
touch Kconfig
cd ..

以上是关于OpenWrt 内核驱动模块04的主要内容,如果未能解决你的问题,请参考以下文章

Openwrt添加rtl8139 驱动

OpenWrt教程-如何在OpenWrt系统中添加一个Linux内核模块

Linux网络 - 数据包在内核中接收和发送的过程(转)

[架构之路-35]:目标系统 - 系统软件 - Linux OS内核模块与内核设备驱动程序,一切皆文件,Linux虚拟文件系统与统一设备模型

openwrt安装windows驱动

Linux下网络配置问题