diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-08 18:24:35 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-08 18:24:35 +0000 |
commit | 996cb4d7513e13627fc875c399e26f64e531c1b2 (patch) | |
tree | facc1be531ba5849180e4d73c42348d6c5f75b24 /package/mac80211/Makefile | |
parent | 86b1704b24b0e4669391b0a305cb02b8a88c5aa2 (diff) |
mac80211: fix spacing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33667 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index b483ced2f..787058b01 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -919,7 +919,7 @@ define KernelPackage/b43/config This firmware is mostly untested. It is needed for some N-PHY devices. If unsure, select the "stable" firmware. - + config B43_FW_5_100_138 bool "Firmware 666.2 from driver 5.100.138 (stable)" help @@ -1482,7 +1482,7 @@ define KernelPackage/net-ipw2200/install endef define KernelPackage/iwlagn/install - $(INSTALL_DIR) $(1)/lib/firmware + $(INSTALL_DIR) $(1)/lib/firmware ifneq ($(CONFIG_IWL5000_FW),) $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-5000-5.ucode $(1)/lib/firmware endif @@ -1510,12 +1510,12 @@ endif endef define KernelPackage/iwl3945/install - $(INSTALL_DIR) $(1)/lib/firmware + $(INSTALL_DIR) $(1)/lib/firmware $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-3945-2.ucode $(1)/lib/firmware endef define KernelPackage/iwl4965/install - $(INSTALL_DIR) $(1)/lib/firmware + $(INSTALL_DIR) $(1)/lib/firmware $(INSTALL_DATA) $(PKG_BUILD_DIR)/$(PKG_LINUX_FIRMWARE_SUBDIR)/iwlwifi-4965-2.ucode $(1)/lib/firmware endef |