projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
"make distclean" should remove "package/feeds"
[openwrt.git]
/
package
/
mac80211
/
src
/
net
/
wireless
/
Makefile
diff --git
a/package/mac80211/src/net/wireless/Makefile
b/package/mac80211/src/net/wireless/Makefile
index
5664c2c
..
b9f943c
100644
(file)
--- a/
package/mac80211/src/net/wireless/Makefile
+++ b/
package/mac80211/src/net/wireless/Makefile
@@
-1,4
+1,5
@@
+obj-$(CONFIG_WIRELESS_EXT) += wext.o
obj-$(CONFIG_CFG80211) += cfg80211.o
-cfg80211-y += core.o sysfs.o radiotap.o
+cfg80211-y += core.o sysfs.o radiotap.o
util.o reg.o
cfg80211-$(CONFIG_NL80211) += nl80211.o
This page took
0.021326 seconds
and
4
git commands to generate.