mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix mac80211 build for platforms that have led support disabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8138 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -48,7 +48,7 @@ MAKE_OPTS:=-C "$(LINUX_DIR)" \
|
||||
ARCH="$(LINUX_KARCH)" \
|
||||
EXTRA_CFLAGS="$(BUILDFLAGS) -DCONFIG_MAC80211_LEDS -DCONFIG_LEDS_TRIGGERS" \
|
||||
CONFIG_MAC80211=m \
|
||||
CONFIG_MAC80211_LEDS=y
|
||||
CONFIG_MAC80211_LEDS=$(CONFIG_LEDS_TRIGGERS)
|
||||
|
||||
ifneq ($(KERNEL_PATCHVER),2.6.21)
|
||||
define Build/Compile
|
||||
|
||||
Reference in New Issue
Block a user