@fumoumou 把static int cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev, unsigned int link_id)改为 static int cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev) 还有 (wdev->connected 改为 wdev->connect_keys再编译就过了
A
anglersking 发布的最新帖子
-
回复: MQ-Quad H616 主线内核编译调试记录(u-boot、kernel、buildroot)
-
回复: MQ-Quad H616 主线内核编译调试记录(u-boot、kernel、buildroot)
@fumoumou 这个问题我解决了,把 change static int cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev, unsigned int link_id) 改成 static int cfg80211_rtw_stop_ap(struct wiphy *wiphy, struct net_device *ndev) in /linux/drivers/net/wireless/realtek/rtl8723ds/os_dep/linux/ioctl_cfg80211.c 还有 wdev->connected改成 connect_keys再编译就过了
-
回复: MQ-Quad H616 主线内核编译调试记录(u-boot、kernel、buildroot)
@evler uboot 还有linux内核都不用换,改跟文件系统就行对吧
-
回复: MQ-Quad H616 主线内核编译调试记录(u-boot、kernel、buildroot)
@evler 里面支持apt 工具吗,要是想移植ubuntu或者debain 还要怎么做,是不是跟文件系统换成Ubuntu就行了