summaryrefslogtreecommitdiff
path: root/package/rt2x00/src
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-08-06 18:48:58 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-08-06 18:48:58 +0000
commit560411655b301b4d7843fbf465f1471823993ea4 (patch)
treedf2fdfab1acf4ffa3e76a326cc0e7bcc6373a228 /package/rt2x00/src
parent30af9662132004df9dfd687ed1386770334c7078 (diff)
downloadmtk-20170518-560411655b301b4d7843fbf465f1471823993ea4.zip
mtk-20170518-560411655b301b4d7843fbf465f1471823993ea4.tar.gz
mtk-20170518-560411655b301b4d7843fbf465f1471823993ea4.tar.bz2
More rdc-2.6 fixes by Daniel Gimpelevich, thanks !
SVN-Revision: 8355
Diffstat (limited to 'package/rt2x00/src')
-rw-r--r--package/rt2x00/src/Makefile2
-rw-r--r--package/rt2x00/src/rt2x00_config.h30
2 files changed, 5 insertions, 27 deletions
diff --git a/package/rt2x00/src/Makefile b/package/rt2x00/src/Makefile
index 4f3304f..0ed8321 100644
--- a/package/rt2x00/src/Makefile
+++ b/package/rt2x00/src/Makefile
@@ -1,4 +1,4 @@
-rt2x00lib-objs := rt2x00dev.o rt2x00mac.o
+rt2x00lib-objs := rt2x00dev.o rt2x00mac.o rt2x00firmware.o
EXTRA_CFLAGS += -DCONFIG_RT2X00_LIB_FIRMWARE
diff --git a/package/rt2x00/src/rt2x00_config.h b/package/rt2x00/src/rt2x00_config.h
index 8d63434..5751dd1 100644
--- a/package/rt2x00/src/rt2x00_config.h
+++ b/package/rt2x00/src/rt2x00_config.h
@@ -12,6 +12,10 @@
#undef CONFIG_RT2X00_ASM
+#ifndef CONFIG_RT2X00_LIB_FIRMWARE
+#define CONFIG_RT2X00_LIB_FIRMWARE
+#endif
+
#ifndef CONFIG_RT2400PCI
#define CONFIG_RT2400PCI
#endif
@@ -38,29 +42,3 @@
#define CONFIG_RT73USB
#endif
-#ifndef CONFIG_D80211
-#define CONFIG_D80211
-#endif
-
-#ifndef CONFIG_D80211_DEBUG
-#define CONFIG_D80211_DEBUG
-#endif
-
-#undef CONFIG_D80211_ASM
-
-#ifndef CONFIG_CRC_ITU_T
-#define CONFIG_CRC_ITU_T
-#endif
-
-#undef CONFIG_CRC_ITU_T_ASM
-
-#ifndef CONFIG_EEPROM_93CX6
-#define CONFIG_EEPROM_93CX6
-#endif
-
-#undef CONFIG_EEPROM_93CX6_ASM
-
-#undef CONFIG_RFKILL
-
-#undef CONFIG_RFKILL_ASM
-