projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
swconfig: use libnl-tiny instead of libnl
[openwrt.git]
/
package
/
mac80211
/
patches
/
005-disable_ssb_build.patch
diff --git
a/package/mac80211/patches/005-disable_ssb_build.patch
b/package/mac80211/patches/005-disable_ssb_build.patch
index
7a4c513
..
fc253bd
100644
(file)
--- a/
package/mac80211/patches/005-disable_ssb_build.patch
+++ b/
package/mac80211/patches/005-disable_ssb_build.patch
@@
-1,14
+1,12
@@
-diff --git a/Makefile b/Makefile
-index 6a5eff4..225c711 100644
--- a/Makefile
+++ b/Makefile
--- a/Makefile
+++ b/Makefile
-@@ -20,8 +20,7 @@ NOSTDINC_FLAGS := -I$(M)/include/ -inclu
de $(M)/include/net/compat.h $(CFLAGS)
+@@ -20,8 +20,7 @@ NOSTDINC_FLAGS := -I$(M)/include/ -inclu
obj-y := net/wireless/ net/mac80211/
ifeq ($(ONLY_CORE),)
obj-$(CONFIG_B44) += drivers/net/b44.o
-obj-y += drivers/ssb/ \
obj-y := net/wireless/ net/mac80211/
ifeq ($(ONLY_CORE),)
obj-$(CONFIG_B44) += drivers/net/b44.o
-obj-y += drivers/ssb/ \
-- drivers/misc/ \
-+obj-y += drivers/misc/ \
+- drivers/misc/
eeprom/
\
++obj-y += drivers/misc/
eeprom/
\
drivers/net/usb/ \
drivers/net/wireless/
endif
drivers/net/usb/ \
drivers/net/wireless/
endif
This page took
0.032421 seconds
and
4
git commands to generate.