38dd5901df02df090412906f92a10beec9716f43
[openwrt-10.03/.git] / package / acx-mac80211 / patches / 001-build_module.diff
1 --- acx-mac80211-20080802/Makefile      2008-08-02 17:34:09.000000000 +0200
2 +++ acx-mac80211-20080802-b/Makefile    2008-08-04 22:24:25.000000000 +0200
3 @@ -28,7 +28,7 @@
4         obj-$(CONFIG_ACX_MAC80211) += acx-mac80211.o
5         acx-mac80211-obj-$(CONFIG_ACX_MAC80211_PCI) += pci.o
6         acx-mac80211-obj-$(CONFIG_ACX_MAC80211_USB) += usb.o
7 -       acx-mac80211-objs := common.o $(acx-mac80211-obj-y)
8 +       acx-mac80211-objs := common.o $(acx-mac80211-obj-m)
9  else
10  # Otherwise we were called directly from the command line: the the kernel build
11  # system must be explicitly invoked.